Home
last modified time | relevance | path

Searched defs:devfunc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/i386/pci/
H A Dpcibios.h82 #define PIR_DEVFUNC_DEVICE(devfunc) (((devfunc) >> 3) & 0x1f) argument
83 #define PIR_DEVFUNC_FUNCTION(devfunc) ((devfunc) & 7) argument
/netbsd-src/sys/arch/prep/include/
H A Dpcipnp.h51 uint8_t devfunc; member
/netbsd-src/sys/arch/prep/prep/
H A Dplatform.c288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; in setup_pciintr_map() local