Searched refs:busdev (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pci.h | 56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) 57 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | pci.h | 56 #define PCI_CONTROLLER(busdev) ((struct pci_controller *) busdev->sysdata) 57 #define pci_domain_nr(busdev) (PCI_CONTROLLER(busdev)->segment)
|
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/ |
H A D | pcie-tegra194-acpi.c | 71 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()
|
H A D | pcie-designware-host.c | 550 u32 busdev; in dw_pcie_other_conf_map_bus() local 563 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in dw_pcie_other_conf_map_bus() 571 ret = dw_pcie_prog_outbound_atu(pci, 0, type, pp->cfg0_base, busdev, in dw_pcie_other_conf_map_bus()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-rockchip-host.c | 160 u32 busdev; in rockchip_pcie_rd_other_conf() local 162 busdev = PCIE_ECAM_ADDR(bus->number, PCI_SLOT(devfn), in rockchip_pcie_rd_other_conf() 165 if (!IS_ALIGNED(busdev, size)) { in rockchip_pcie_rd_other_conf() 178 *val = readl(rockchip->reg_base + busdev); in rockchip_pcie_rd_other_conf() 180 *val = readw(rockchip->reg_base + busdev); in rockchip_pcie_rd_other_conf() 182 *val = readb(rockchip->reg_base + busdev); in rockchip_pcie_rd_other_conf() 194 u32 busdev; in rockchip_pcie_wr_other_conf() local 196 busdev = PCIE_ECAM_ADDR(bus->number, PCI_SLOT(devfn), in rockchip_pcie_wr_other_conf() 198 if (!IS_ALIGNED(busdev, size)) in rockchip_pcie_wr_other_conf() 209 writel(val, rockchip->reg_base + busdev); in rockchip_pcie_wr_other_conf() [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pcie-designware-host.c | 444 u32 busdev; in dw_pcie_other_conf_map_bus() local 459 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in dw_pcie_other_conf_map_bus() 470 busdev, pp->cfg0_size); in dw_pcie_other_conf_map_bus()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 2312 struct pci_dev *busdev = pdev->bus->self; in is_quattro_p() local 2316 if (!busdev || busdev->vendor != PCI_VENDOR_ID_DEC || in is_quattro_p() 2317 busdev->device != PCI_DEVICE_ID_DEC_21153) in is_quattro_p()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 2902 struct pci_dev *busdev = pdev->bus->self; in is_quattro_p() local 2906 if (busdev == NULL || in is_quattro_p() 2907 busdev->vendor != PCI_VENDOR_ID_DEC || in is_quattro_p() 2908 busdev->device != PCI_DEVICE_ID_DEC_21153) in is_quattro_p()
|
Completed in 11 milliseconds