Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dpci.h24 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dpci.h33 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpci.h11 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro