Searched refs:lc_pc (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/arch/alpha/pci/ |
H A D | lca.c | 164 lca_pci_init(&lcp->lc_pc, lcp); 165 alpha_pci_chipset = &lcp->lc_pc; 263 pba.pba_pc = &lcp->lc_pc;
|
H A D | lca_pci.c | 137 pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, NULL); 197 pci_decompose_tag(&lcp->lc_pc, tag, &secondary, &device, NULL);
|
H A D | lcavar.h | 45 struct alpha_pci_chipset lc_pc; member
|
H A D | pci_alphabook1.c | 95 pci_chipset_tag_t pc = &lcp->lc_pc; in pci_alphabook1_pickintr()
|
H A D | pci_axppci_33.c | 69 pci_chipset_tag_t pc = &lcp->lc_pc;
|
/openbsd/sys/arch/macppc/pci/ |
H A D | mpcpcibus.c | 57 struct ppc_pci_chipset lc_pc; member 400 lcp->lc_pc.pc_conf_v = lcp; in mpcpcibrattach() 401 lcp->lc_pc.pc_node = ca->ca_node; in mpcpcibrattach() 402 lcp->lc_pc.pc_conf_read = mpc_conf_read; in mpcpcibrattach() 403 lcp->lc_pc.pc_conf_write = mpc_conf_write; in mpcpcibrattach() 417 pba.pba_pc = &lcp->lc_pc; in mpcpcibrattach()
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | dec_alphabook1.c | 138 &lcp->lc_pc, CTB_TURBOSLOT_BUS(ctb->ctb_turboslot), in dec_alphabook1_cons_init()
|
H A D | dec_axppci_33.c | 183 &lcp->lc_pc, CTB_TURBOSLOT_BUS(ctb->ctb_turboslot), in dec_axppci_33_cons_init()
|