Searched refs:devfn (Results 1 – 2 of 2) sorted by relevance
1605 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument1606 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
1262 unsigned int devfn; in get_device_location() local1273 sscanf(instance_id, "%2x", &devfn) == 1) in get_device_location()1275 *dev = devfn >> 3; in get_device_location()1276 *func = devfn & 0x7; in get_device_location()