Home
last modified time | relevance | path

Searched refs:RT_PCI_DEVFN (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dpci.h41 #define RT_PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) macro
/components/drivers/pci/
A Dprobe.c730 devfn < RT_PCI_DEVFN(RT_PCI_DEVICE_MAX - 1, RT_PCI_FUNCTION_MAX - 1); in rt_pci_scan_child_buses()

Completed in 20 milliseconds