/openbsd/sys/arch/octeon/include/ |
H A D | pci_machdep.h | 54 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 104 (*(pc)->pc_conf_write)(pc->pc_conf_v, tag, reg, val); in pci_conf_write_db() 116 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/openbsd/sys/arch/loongson/include/ |
H A D | pci_machdep.h | 49 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 75 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/openbsd/sys/arch/hppa/include/ |
H A D | pci_machdep.h | 51 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 80 (*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v))
|
/openbsd/sys/arch/arm/include/ |
H A D | pci_machdep.h | 53 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 86 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/openbsd/sys/arch/alpha/pci/ |
H A D | pci_machdep.h | 61 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 105 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
H A D | tsp_pci.c | 75 pc->pc_conf_write = tsp_conf_write;
|
H A D | irongate_pci.c | 80 pc->pc_conf_write = irongate_conf_write; in irongate_pci_init()
|
H A D | mcpcia_pci.c | 69 pc->pc_conf_write = mcpcia_conf_write;
|
H A D | apecs_pci.c | 68 pc->pc_conf_write = apecs_conf_write;
|
H A D | lca_pci.c | 68 pc->pc_conf_write = lca_conf_write;
|
H A D | cia_pci.c | 66 pc->pc_conf_write = cia_conf_write;
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | pci_machdep.h | 65 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 97 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/openbsd/sys/arch/riscv64/include/ |
H A D | pci_machdep.h | 65 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 100 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/openbsd/sys/arch/arm64/include/ |
H A D | pci_machdep.h | 65 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member 100 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/openbsd/sys/arch/macppc/include/ |
H A D | pci_machdep.h | 71 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member
|
/openbsd/sys/arch/macppc/pci/ |
H A D | ht.c | 133 sc->sc_pc.pc_conf_write = ht_conf_write; in ht_attach()
|
H A D | pci_machdep.c | 151 (*(pc)->pc_conf_write)(pc->pc_conf_v, tag, reg, data); in pci_conf_write()
|
H A D | mpcpcibus.c | 403 lcp->lc_pc.pc_conf_write = mpc_conf_write; in mpcpcibrattach()
|
/openbsd/sys/arch/loongson/dev/ |
H A D | htb.c | 185 pc->pc_conf_write = htb_conf_write; in htb_attach()
|
/openbsd/sys/arch/octeon/dev/ |
H A D | octeon_pcibus.c | 230 sc->sc_pc.pc_conf_write = octeon_pcibus_pci_conf_write; in octeon_pcibus_attach()
|
/openbsd/sys/arch/arm64/dev/ |
H A D | acpipci.c | 761 am->am_pc.pc_conf_write = acpipci_conf_write; in pci_mcfg_init() 783 .pc_conf_write = acpipci_dummy_conf_write,
|
/openbsd/sys/arch/armv7/vexpress/ |
H A D | pciecam.c | 227 sc->sc_pc.pc_conf_write = pciecam_conf_write; in pciecam_attach()
|
/openbsd/sys/dev/fdt/ |
H A D | pciecam.c | 242 sc->sc_pc.pc_conf_write = pciecam_conf_write; in pciecam_attach()
|
H A D | rkpcie.c | 369 sc->sc_pc.pc_conf_write = rkpcie_conf_write; in rkpcie_attach()
|
H A D | bcm2711_pcie.c | 297 sc->sc_pc.pc_conf_write = bcmpcie_conf_write; in bcmpcie_attach()
|