Home
last modified time | relevance | path

Searched refs:PCI_SECONDARY_BUS (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/drivers/pci/hotplug/
Dcpqphp_pci.c226 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(tdevice, 0), PCI_SECONDARY_BUS, &tbus); in PCI_ScanBusForNonBridge()
262 pci_bus_read_config_byte(ctrl->pci_bus, *dev_num, PCI_SECONDARY_BUS, &tbus); in PCI_GetBusDevHelper()
377 …rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_SECONDARY_BUS, &seco… in cpqhp_save_config()
496 …pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_SECONDARY_BUS, … in cpqhp_save_slot_config()
573 pci_bus_read_config_byte(pci_bus, devfn, PCI_SECONDARY_BUS, &secondary_bus); in cpqhp_save_base_addr_length()
728 pci_bus_read_config_byte(pci_bus, devfn, PCI_SECONDARY_BUS, &secondary_bus); in cpqhp_save_used_resources()
977 pci_bus_read_config_byte(pci_bus, devfn, PCI_SECONDARY_BUS, &secondary_bus); in cpqhp_configure_board()
Dibmphp_pci.c188 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number); in ibmphp_configure_card()
258 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number); in ibmphp_configure_card()
604 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, sec_number); in configure_bridge()
1328 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_number); in unconfigure_boot_bridge()
Dibmphp_res.c1954 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_SECONDARY_BUS, &sec_busno); in update_bridge_ranges()
Dcpqphp_ctrl.c2375 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SECONDARY_BUS, temp_byte); in configure_new_function()
/Linux-v5.10/arch/xtensa/lib/
Dpci-auto.c151 pci_write_config_byte(dev, PCI_SECONDARY_BUS, sub_bus + 1); in pciauto_prescan_setup_bridge()
/Linux-v5.10/arch/arm/mach-cns3xxx/
Dpcie.c237 cns3xxx_write_config(cnspci, PCI_SECONDARY_BUS, 1, 1); in cns3xxx_pcie_hw_init()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h131 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */ macro
/Linux-v5.10/drivers/iommu/intel/
Dirq_remapping.c873 PCI_SECONDARY_BUS); in ir_parse_one_hpet_scope()
918 PCI_SECONDARY_BUS); in ir_parse_one_ioapic_scope()
/Linux-v5.10/arch/x86/kernel/
Dearly-quirks.c774 sec = read_pci_config_byte(num, slot, func, PCI_SECONDARY_BUS); in check_dev_quirk()
/Linux-v5.10/drivers/pci/controller/
Dpcie-altera.c48 readb(S10_RP_CFG_ADDR(pcie, PCI_SECONDARY_BUS))
Dpcie-rcar-host.c371 rcar_rmw32(pcie, RCONF(PCI_SECONDARY_BUS), 0xff, 1); in rcar_pcie_hw_init()
/Linux-v5.10/drivers/video/fbdev/matrox/
Dmatroxfb_DAC1064.c992 pci_read_config_byte(ibm, PCI_SECONDARY_BUS, &b); in MGAG100_reset()
/Linux-v5.10/drivers/pci/
Dpci-sysfs.c215 err = pci_read_config_byte(pci_dev, PCI_SECONDARY_BUS, &sec_bus); in secondary_bus_number_show()
/Linux-v5.10/arch/powerpc/platforms/4xx/
Dpci.c1995 out_8(mbase + PCI_SECONDARY_BUS, hose->first_busno + 1); in ppc4xx_pciex_port_setup_hose()