Searched refs:PCI_SUBORDINATE_BUS (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/xtensa/lib/
H A Dpci-auto.c153 pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, 0xff);
179 pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, sub_bus);
/linux-master/arch/x86/hyperv/
H A Dirqdomain.c163 pci_read_config_byte(data.bridge, PCI_SUBORDINATE_BUS, &sub_bus);
/linux-master/arch/x86/pci/
H A Dce4100.c197 case PCI_SUBORDINATE_BUS:
/linux-master/drivers/pci/hotplug/
H A Dibmphp_pci.c610 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, sec_number);
613 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sec_number);
1336 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sub_number);
H A Dcpqphp_ctrl.c2370 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SUBORDINATE_BUS, temp_byte);
2560 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SUBORDINATE_BUS, temp_byte);
H A Dcpqphp_pci.c731 pci_bus_read_config_byte(pci_bus, devfn, PCI_SUBORDINATE_BUS, &temp_byte);
/linux-master/include/uapi/linux/
H A Dpci_regs.h133 #define PCI_SUBORDINATE_BUS 0x1a /* Highest bus number behind the bridge */ macro
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-host.c458 rcar_rmw32(pcie, RCONF(PCI_SUBORDINATE_BUS), 0xff, 1);
/linux-master/drivers/pcmcia/
H A Dyenta_socket.c1149 PCI_SUBORDINATE_BUS, bridge_to_fix->busn_res.end);
/linux-master/drivers/pci/
H A Dpci-sysfs.c261 err = pci_read_config_byte(pci_dev, PCI_SUBORDINATE_BUS, &sub_bus);
H A Dprobe.c1464 pci_write_config_byte(dev, PCI_SUBORDINATE_BUS, max);
/linux-master/arch/powerpc/platforms/4xx/
H A Dpci.c1993 out_8(mbase + PCI_SUBORDINATE_BUS, hose->last_busno);

Completed in 167 milliseconds