Home
last modified time | relevance | path

Searched refs:devfn (Results 1 – 2 of 2) sorted by relevance

/pciutils/lib/
H A Dheader.h1605 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument
1606 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
H A Dwin32-cfgmgr32.c1262 unsigned int devfn; in get_device_location() local
1273 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()