Home
last modified time | relevance | path

Searched refs:RT_PCI_SLOT (Results 1 – 5 of 5) sorted by relevance

/components/drivers/pci/host/
A Dpci-host-generic.c30 if (bus->number == conf_win->bus_range[0] && RT_PCI_SLOT(devfn) > 0) in pci_dw_ecam_map_bus()
/components/drivers/pci/host/dw/
A Dpcie-dw_host.c453 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()
/components/drivers/pci/
A Dprobe.c141 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()
A Dpci.c427 slot = RT_PCI_SLOT(pdev->devfn); in rt_pci_irq_intx()
445 return RT_PCI_SLOT(pdev->devfn); in rt_pci_irq_slot()
/components/drivers/include/drivers/
A Dpci.h42 #define RT_PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) macro

Completed in 10 milliseconds