Home
last modified time | relevance | path

Searched refs:PCI_FUNC (Results 1 – 4 of 4) sorted by relevance

/external/grub/netboot/
Dpci.h66 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
Dpci.c417 if (PCI_FUNC (devfn) == 0) in scan_bus()
/external/qemu/hw/
Dpci.h17 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro
/external/kernel-headers/original/linux/
Dpci.h36 #define PCI_FUNC(devfn) ((devfn) & 0x07) macro