Searched refs:PCI_BRIDGE_CONTROL (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Dpci.c179 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bridge_ctl);
186 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bridge_ctl_new);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_aer.c82 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl);
84 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl);
87 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl);
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-layerscape-gen4.c183 ctrl = mobiveil_csr_readw(mv_pci, PCI_BRIDGE_CONTROL);
185 mobiveil_csr_writew(mv_pci, ctrl, PCI_BRIDGE_CONTROL);
/linux-master/arch/arm/kernel/
H A Dbios32.c299 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &status);
302 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, status);
/linux-master/arch/mips/pci/
H A Dpci-octeon.c112 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &config);
114 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, config);
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c825 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl);
827 eeh_ops->write_config(edev, PCI_BRIDGE_CONTROL, 2, ctrl);
832 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl);
834 eeh_ops->write_config(edev, PCI_BRIDGE_CONTROL, 2, ctrl);
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c516 PCI_BRIDGE_CONTROL, &val) < 0) {
522 early_write_config_word(hose, bus, devfn, PCI_BRIDGE_CONTROL, val);
/linux-master/drivers/pci/
H A Dprobe.c1311 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl);
1312 pci_write_config_word(dev, PCI_BRIDGE_CONTROL,
1485 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bctl);
2248 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &control);
2251 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, control);
H A Dpci-acpi.c165 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
168 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
H A Dpci.c4854 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &ctrl);
4856 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl);
4865 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl);
6198 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL,
6204 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL,
H A Dvgaarb.c810 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, &l);
H A Dsetup-bus.c687 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl);
/linux-master/arch/sparc/kernel/
H A Dpci_sabre.c402 pci_write_config_byte(pdev, PCI_BRIDGE_CONTROL,
/linux-master/drivers/parisc/
H A Dlba_pci.c839 ** pci_setup_bridge() clobbers PCI_BRIDGE_CONTROL.
846 (void) pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &control);
847 (void) pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, control | PCI_STATUS_FAST_BACK);
/linux-master/drivers/scsi/
H A Dstex.c1323 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl);
1325 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
1333 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
/linux-master/include/uapi/linux/
H A Dpci_regs.h161 #define PCI_BRIDGE_CONTROL 0x3e macro
/linux-master/arch/x86/pci/
H A Dfixup.c334 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL,
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2063 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR);
2741 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command);
H A Dcpqphp_pci.c729 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command);
H A Dibmphp_pci.c991 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, ctrl);
992 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, PCI_BRIDGE_CTL_PARITY);
993 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, PCI_BRIDGE_CTL_SERR);
997 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, 0x07);
/linux-master/arch/powerpc/kernel/
H A Deeh.c196 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &cfg);

Completed in 251 milliseconds