Home
last modified time | relevance | path

Searched refs:pc_make_tag (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/arm/include/
H A Dpci_machdep.h61 pcitag_t (*pc_make_tag)(void *, int, int, int); member
93 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dpci_machdep.h59 pcitag_t (*pc_make_tag)(void *, int, int, int); member
93 (*(c)->pc_make_tag)((c)->pc_conf_v, (b), (d), (f))
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/include/
H A Dpci_machdep.h128 pcitag_t (*pc_make_tag)(void *, int, int, int); member
202 return (*pc->pc_make_tag)(pc->pc_conf_v, bus, device, function); in pci_make_tag()