/openbsd/sys/arch/loongson/include/ |
H A D | pci_machdep.h | 47 int (*pc_conf_size)(void *, pcitag_t); member 71 (*(c)->pc_conf_size)((c)->pc_conf_v, (t))
|
/openbsd/sys/arch/hppa/include/ |
H A D | pci_machdep.h | 49 int (*pc_conf_size)(void *, pcitag_t); member 76 (*(c)->pc_conf_size)((c)->_cookie, (t))
|
/openbsd/sys/arch/arm/include/ |
H A D | pci_machdep.h | 51 int (*pc_conf_size)(void *, pcitag_t); member 82 (*(c)->pc_conf_size)((c)->pc_conf_v, (t))
|
/openbsd/sys/arch/alpha/pci/ |
H A D | pci_machdep.h | 59 int (*pc_conf_size)(void *, pcitag_t); member 101 (*(c)->pc_conf_size)((c)->pc_conf_v, (t))
|
H A D | tsp_pci.c | 73 pc->pc_conf_size = tsp_conf_size;
|
H A D | irongate_pci.c | 78 pc->pc_conf_size = irongate_conf_size; in irongate_pci_init()
|
H A D | mcpcia_pci.c | 67 pc->pc_conf_size = mcpcia_conf_size;
|
H A D | apecs_pci.c | 66 pc->pc_conf_size = apecs_conf_size;
|
H A D | lca_pci.c | 66 pc->pc_conf_size = lca_conf_size;
|
H A D | cia_pci.c | 64 pc->pc_conf_size = cia_conf_size;
|
/openbsd/sys/arch/octeon/include/ |
H A D | pci_machdep.h | 52 int (*pc_conf_size)(void *, pcitag_t); member 80 (*(c)->pc_conf_size)((c)->pc_conf_v, (t))
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | pci_machdep.h | 63 int (*pc_conf_size)(void *, pcitag_t); member 93 (*(c)->pc_conf_size)((c)->pc_conf_v, (t))
|
/openbsd/sys/arch/riscv64/include/ |
H A D | pci_machdep.h | 63 int (*pc_conf_size)(void *, pcitag_t); member 96 (*(c)->pc_conf_size)((c)->pc_conf_v, (t))
|
/openbsd/sys/arch/arm64/include/ |
H A D | pci_machdep.h | 63 int (*pc_conf_size)(void *, pcitag_t); member 96 (*(c)->pc_conf_size)((c)->pc_conf_v, (t))
|
/openbsd/sys/arch/loongson/dev/ |
H A D | htb.c | 183 pc->pc_conf_size = htb_conf_size; in htb_attach()
|
H A D | bonito.c | 336 pc->pc_conf_size = bonito_conf_size; in bonito_attach()
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octeon_pcibus.c | 228 sc->sc_pc.pc_conf_size = octeon_pcibus_pci_conf_size; in octeon_pcibus_attach()
|
H A D | octpcie.c | 399 pc->pc_conf_size = octpcie_conf_size; in octpcie_port_attach()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | acpipci.c | 759 am->am_pc.pc_conf_size = acpipci_conf_size; in pci_mcfg_init() 781 .pc_conf_size = acpipci_conf_size,
|
/openbsd/sys/arch/armv7/vexpress/ |
H A D | pciecam.c | 225 sc->sc_pc.pc_conf_size = pciecam_conf_size; in pciecam_attach()
|
/openbsd/sys/dev/fdt/ |
H A D | pciecam.c | 240 sc->sc_pc.pc_conf_size = pciecam_conf_size; in pciecam_attach()
|
H A D | rkpcie.c | 367 sc->sc_pc.pc_conf_size = rkpcie_conf_size; in rkpcie_attach()
|
H A D | bcm2711_pcie.c | 295 sc->sc_pc.pc_conf_size = bcmpcie_conf_size; in bcmpcie_attach()
|
/openbsd/sys/arch/powerpc64/dev/ |
H A D | phb.c | 396 sc->sc_pc.pc_conf_size = phb_conf_size; in phb_attach()
|
/openbsd/sys/arch/armv7/marvell/ |
H A D | mvpcie.c | 421 po->po_pc.pc_conf_size = mvpcie_conf_size; in mvpcie_port_attach()
|