Searched refs:devfunc (Results 1 – 4 of 4) sorted by relevance
82 #define PIR_DEVFUNC_DEVICE(devfunc) (((devfunc) >> 3) & 0x1f) argument83 #define PIR_DEVFUNC_FUNCTION(devfunc) ((devfunc) & 7) argument
248 dev = pi->map[i].devfunc / 0x8; in create_intr_map()288 int devfunc, nbus, size, i, found = 0, nrofpcidevs = 0; in setup_pciintr_map() local299 devfunc = device * 8 + func; in setup_pciintr_map()310 busacc->PCIAccess.DevFuncNumber == devfunc) { in setup_pciintr_map()317 bus, devfunc); in setup_pciintr_map()
944 printf(" DevFunc 0x%02x\n", pi->map[i].devfunc); in large_vendor_pcibridge_subr()
51 uint8_t devfunc; member