Home
last modified time | relevance | path

Searched refs:devfunc (Results 1 – 4 of 4) 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/prep/
H A Dplatform.c248 dev = pi->map[i].devfunc / 0x8; in create_intr_map()
288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; in setup_pciintr_map() local
299 devfunc = device * 8 + func; in setup_pciintr_map()
310 busacc->PCIAccess.DevFuncNumber == devfunc) { in setup_pciintr_map()
317 bus, devfunc); in setup_pciintr_map()
H A Dresidual.c944 printf(" DevFunc 0x%02x\n", pi->map[i].devfunc); in large_vendor_pcibridge_subr()
/netbsd-src/sys/arch/prep/include/
H A Dpcipnp.h51 uint8_t devfunc; member