Searched defs:PCI_FUNC (Results 1 – 2 of 2) sorted by relevance
/external/kernel-headers/original/uapi/linux/ | ||
D | pci.h | 33 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro |
/external/u-boot/include/ | ||
D | pci.h | 499 #define PCI_FUNC(d) (((d) >> 8) & 0x7) macro |