/src/sys/arch/sgimips/include/ |
pci_machdep.h | 59 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:sgimips_pci_chipset
|
/src/sys/arch/dreamcast/include/ |
pci_machdep.h | 64 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:dreamcast_pci_chipset 88 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/src/sys/arch/hpcmips/include/ |
pci_machdep.h | 60 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, pcireg_t); member in struct:hpcmips_pci_chipset 85 (*(c)->pc_conf_write)((c), (t), (r), (v))
|
/src/sys/arch/amiga/include/ |
pci_machdep.h | 69 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:amiga_pci_chipset 110 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/src/sys/arch/arc/include/ |
pci_machdep.h | 63 void (*pc_conf_write)(pci_chipset_tag_t, pcitag_t, int, member in struct:arc_pci_chipset 94 (*(c)->pc_conf_write)((c), (t), (r), (v))
|
/src/sys/arch/hppa/include/ |
pci_machdep.h | 50 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:hppa_pci_chipset_tag 80 (*(c)->pc_conf_write)((c)->_cookie, (t), (r), (v))
|
/src/sys/arch/mips/include/ |
pci_machdep.h | 63 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:mips_pci_chipset 101 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/src/sys/arch/alpha/include/ |
pci_machdep.h | 69 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:alpha_pci_chipset
|
/src/sys/arch/arm/include/ |
pci_machdep.h | 98 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:arm32_pci_chipset 160 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/src/sys/arch/riscv/include/ |
pci_machdep.h | 127 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:riscv_pci_chipset 190 (*(c)->pc_conf_write)((c)->pc_conf_v, (t), (r), (v))
|
/src/sys/arch/powerpc/include/ |
pci_machdep.h | 145 void (*pc_conf_write)(void *, pcitag_t, int, pcireg_t); member in struct:genppc_pci_chipset 230 (*pc->pc_conf_write)(pc->pc_conf_v, tag, reg, val);
|