Searched refs:RT_PCI_SLOT (Results 1 – 5 of 5) sorted by relevance
30 if (bus->number == conf_win->bus_range[0] && RT_PCI_SLOT(devfn) > 0) in pci_dw_ecam_map_bus()
453 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(RT_PCI_SLOT(devfn)) | in dw_pcie_other_conf_map()518 if (RT_PCI_SLOT(devfn) > 0) in dw_pcie_own_conf_map()
141 RT_PCI_SLOT(pdev->devfn), RT_PCI_FUNC(pdev->devfn)); in rt_pci_scan_single_device()343 pdev->bus->number, RT_PCI_SLOT(pdev->devfn), RT_PCI_FUNC(pdev->devfn)); in rt_pci_setup_device()
427 slot = RT_PCI_SLOT(pdev->devfn); in rt_pci_irq_intx()445 return RT_PCI_SLOT(pdev->devfn); in rt_pci_irq_slot()
42 #define RT_PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro
Completed in 10 milliseconds