Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dpci.h31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpci.h9 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpci.h22 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro