Home
last modified time | relevance | path

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

/Linux-v6.1/arch/ia64/include/asm/
Dpci.h56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) argument
57 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment) argument
/Linux-v6.1/drivers/pci/controller/dwc/
Dpcie-tegra194-acpi.c71 u32 busdev; in tegra194_map_bus() local
84 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in tegra194_map_bus()
96 program_outbound_atu(pcie_ecam, 0, type, cfg->res.start, busdev, in tegra194_map_bus()
Dpcie-designware-host.c536 u32 busdev; in dw_pcie_other_conf_map_bus() local
549 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in dw_pcie_other_conf_map_bus()
557 ret = dw_pcie_prog_outbound_atu(pci, 0, type, pp->cfg0_base, busdev, in dw_pcie_other_conf_map_bus()
/Linux-v6.1/drivers/net/ethernet/sun/
Dsunhme.c2742 struct pci_dev *busdev = pdev->bus->self; in is_quattro_p() local
2746 if (busdev == NULL || in is_quattro_p()
2747 busdev->vendor != PCI_VENDOR_ID_DEC || in is_quattro_p()
2748 busdev->device != PCI_DEVICE_ID_DEC_21153) in is_quattro_p()