Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpci.h33 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/openbmc/qemu/include/hw/pci/
H A Dpci.h17 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/openbmc/u-boot/include/
H A Dpci.h513 #define PCI_FUNC(d) (((d) >> 8) & 0x7) macro