Home
last modified time | relevance | path

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

/external/qemu/hw/
Dpci.h15 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
Dpci.c873 return bus->devices[PCI_DEVFN(slot, function)]; in pci_find_device()
/external/kernel-headers/original/linux/
Dpci.h34 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro