/openbsd/sys/arch/loongson/include/ |
H A D | pci_machdep.h | 44 pcitag_t (*pc_make_tag)(void *, int, int, int); member 67 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/openbsd/sys/arch/hppa/include/ |
H A D | pci_machdep.h | 46 pcitag_t (*pc_make_tag)(void *, int, int, int); member 72 (*(c)->pc_make_tag)((c)->_cookie, (b), (d), (f))
|
/openbsd/sys/arch/arm/include/ |
H A D | pci_machdep.h | 48 pcitag_t (*pc_make_tag)(void *, int, int, int); member 78 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/openbsd/sys/arch/alpha/pci/ |
H A D | pci_machdep.h | 56 pcitag_t (*pc_make_tag)(void *, int, int, int); member 97 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
H A D | tsp_pci.c | 71 pc->pc_make_tag = tsp_make_tag;
|
H A D | irongate_pci.c | 76 pc->pc_make_tag = irongate_make_tag; in irongate_pci_init()
|
H A D | mcpcia_pci.c | 65 pc->pc_make_tag = mcpcia_make_tag;
|
H A D | apecs_pci.c | 64 pc->pc_make_tag = apecs_make_tag;
|
H A D | lca_pci.c | 64 pc->pc_make_tag = lca_make_tag;
|
H A D | cia_pci.c | 62 pc->pc_make_tag = cia_make_tag;
|
/openbsd/sys/arch/octeon/include/ |
H A D | pci_machdep.h | 49 pcitag_t (*pc_make_tag)(void *, int, int, int); member 75 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | pci_machdep.h | 60 pcitag_t (*pc_make_tag)(void *, int, int, int); member 89 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/openbsd/sys/arch/riscv64/include/ |
H A D | pci_machdep.h | 60 pcitag_t (*pc_make_tag)(void *, int, int, int); member 92 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/openbsd/sys/arch/arm64/include/ |
H A D | pci_machdep.h | 60 pcitag_t (*pc_make_tag)(void *, int, int, int); member 92 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/openbsd/sys/arch/loongson/dev/ |
H A D | htb.c | 181 pc->pc_make_tag = htb_make_tag; in htb_attach()
|
H A D | bonito.c | 334 pc->pc_make_tag = bonito_make_tag; in bonito_attach()
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octeon_pcibus.c | 224 sc->sc_pc.pc_make_tag = octeon_pcibus_make_tag; in octeon_pcibus_attach()
|
H A D | octpcie.c | 397 pc->pc_make_tag = octpcie_make_tag; in octpcie_port_attach()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | acpipci.c | 757 am->am_pc.pc_make_tag = acpipci_make_tag; in pci_mcfg_init() 779 .pc_make_tag = acpipci_make_tag,
|
/openbsd/sys/arch/armv7/vexpress/ |
H A D | pciecam.c | 223 sc->sc_pc.pc_make_tag = pciecam_make_tag; in pciecam_attach()
|
/openbsd/sys/dev/fdt/ |
H A D | pciecam.c | 238 sc->sc_pc.pc_make_tag = pciecam_make_tag; in pciecam_attach()
|
H A D | rkpcie.c | 365 sc->sc_pc.pc_make_tag = rkpcie_make_tag; in rkpcie_attach()
|
H A D | bcm2711_pcie.c | 293 sc->sc_pc.pc_make_tag = bcmpcie_make_tag; in bcmpcie_attach()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | phb.c | 394 sc->sc_pc.pc_make_tag = phb_make_tag; in phb_attach()
|
/openbsd/sys/arch/armv7/marvell/ |
H A D | mvpcie.c | 419 po->po_pc.pc_make_tag = mvpcie_make_tag; in mvpcie_port_attach()
|