/linux/arch/parisc/kernel/ |
H A D | pci.c | 179 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bridge_ctl); in pcibios_init_bridge() 186 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bridge_ctl_new); in pcibios_init_bridge()
|
/linux/drivers/pci/controller/mobiveil/ |
H A D | pcie-layerscape-gen4.c | 177 ctrl = mobiveil_csr_readw(mv_pci, PCI_BRIDGE_CONTROL); in ls_g4_pcie_reset() 179 mobiveil_csr_writew(mv_pci, ctrl, PCI_BRIDGE_CONTROL); in ls_g4_pcie_reset()
|
/linux/arch/arm/kernel/ |
H A D | bios32.c | 299 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &status); in pcibios_fixup_bus() 302 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, status); in pcibios_fixup_bus()
|
/linux/arch/mips/pci/ |
H A D | pci-octeon.c | 112 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &config); in pcibios_plat_dev_init() 114 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, config); in pcibios_plat_dev_init()
|
/linux/drivers/pci/ |
H A D | probe.c | 1385 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl); in pci_scan_bridge_extend() 1386 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, in pci_scan_bridge_extend() 1560 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bctl); in pci_scan_bridge_extend() 2350 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &control); in pci_configure_serr() 2353 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, control); in pci_configure_serr()
|
H A D | pci-acpi.c | 188 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); in program_hpx_type0() 191 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl); in program_hpx_type0()
|
H A D | pci.c | 4962 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &ctrl); in pci_reset_secondary_bus() 4964 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); in pci_reset_secondary_bus() 4973 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); in pci_reset_secondary_bus() 6317 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_set_vga_state() 6323 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_set_vga_state()
|
H A D | setup-bus.c | 790 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); in __pci_setup_bridge()
|
/linux/arch/sparc/kernel/ |
H A D | pci_sabre.c | 402 pci_write_config_byte(pdev, PCI_BRIDGE_CONTROL, in apb_init()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | pci.c | 516 PCI_BRIDGE_CONTROL, &val) < 0) { in init_p2pbridge() 522 early_write_config_word(hose, bus, devfn, PCI_BRIDGE_CONTROL, val); in init_p2pbridge()
|
/linux/drivers/scsi/ |
H A D | stex.c | 1322 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl); in stex_hard_reset() 1324 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset() 1332 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()
|
/linux/include/uapi/linux/ |
H A D | pci_regs.h | 161 #define PCI_BRIDGE_CONTROL 0x3e macro
|
/linux/arch/x86/pci/ |
H A D | fixup.c | 334 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_fixup_video()
|
/linux/arch/powerpc/kernel/ |
H A D | eeh.c | 196 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log()
|
/linux/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 2063 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in cpqhp_process_SS() 2741 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in configure_new_function()
|
H A D | ibmphp_pci.c | 991 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, ctrl); in configure_bridge() 992 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, PCI_BRIDGE_CTL_PARITY); in configure_bridge() 993 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, PCI_BRIDGE_CTL_SERR); in configure_bridge() 997 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, 0x07); in configure_bridge()
|