Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/pci/controller/dwc/
Dpcie-tegra194-acpi.c70 u32 busdev; in tegra194_map_bus() local
83 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in tegra194_map_bus()
95 program_outbound_atu(pcie_ecam, 0, type, cfg->res.start, busdev, in tegra194_map_bus()
Dpcie-designware-host.c459 u32 busdev; in dw_pcie_other_conf_map_bus() local
474 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in dw_pcie_other_conf_map_bus()
483 dw_pcie_prog_outbound_atu(pci, 0, type, pp->cfg0_base, busdev, pp->cfg0_size); in dw_pcie_other_conf_map_bus()
/linux-5.19.10/drivers/net/ethernet/sun/
Dsunhme.c2861 struct pci_dev *busdev = pdev->bus->self; in is_quattro_p() local
2865 if (busdev == NULL || in is_quattro_p()
2866 busdev->vendor != PCI_VENDOR_ID_DEC || in is_quattro_p()
2867 busdev->device != PCI_DEVICE_ID_DEC_21153) in is_quattro_p()