/src/sys/arch/dreamcast/include/ |
pci_machdep.h | 60 pcitag_t (*pc_make_tag)(void *, int, int, int); member in struct:dreamcast_pci_chipset 82 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/src/sys/arch/hpcmips/include/ |
pci_machdep.h | 56 pcitag_t (*pc_make_tag)(pci_chipset_tag_t, int, int, int); member in struct:hpcmips_pci_chipset 79 (*(c)->pc_make_tag)((c), (b), (d), (f))
|
/src/sys/arch/amiga/include/ |
pci_machdep.h | 64 pcitag_t (*pc_make_tag)(pci_chipset_tag_t, int, int, int); member in struct:amiga_pci_chipset 104 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/src/sys/arch/arc/include/ |
pci_machdep.h | 59 pcitag_t (*pc_make_tag)(pci_chipset_tag_t, int, int, int); member in struct:arc_pci_chipset 88 (*(c)->pc_make_tag)((c), (b), (d), (f))
|
/src/sys/arch/hppa/include/ |
pci_machdep.h | 46 pcitag_t (*pc_make_tag)(void *, int, int, int); member in struct:hppa_pci_chipset_tag 74 (*(c)->pc_make_tag)((c)->_cookie, (b), (d), (f))
|
/src/sys/arch/mips/include/ |
pci_machdep.h | 59 pcitag_t (*pc_make_tag)(void *, int, int, int); member in struct:mips_pci_chipset 95 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/src/sys/arch/alpha/include/ |
pci_machdep.h | 65 pcitag_t (*pc_make_tag)(void *, int, int, int); member in struct:alpha_pci_chipset
|
/src/sys/arch/arm/include/ |
pci_machdep.h | 91 pcitag_t (*pc_make_tag)(void *, int, int, int); member in struct:arm32_pci_chipset 148 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/src/sys/arch/riscv/include/ |
pci_machdep.h | 117 pcitag_t (*pc_make_tag)(void *, int, int, int); member in struct:riscv_pci_chipset 178 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
|
/src/sys/arch/powerpc/include/ |
pci_machdep.h | 143 pcitag_t (*pc_make_tag)(void *, int, int, int); member in struct:genppc_pci_chipset 218 return (*pc->pc_make_tag)(pc->pc_conf_v, bus, device, function);
|