/Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
D | adf_aer.c | 55 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_reset_sbr() 57 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr() 60 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
|
/Linux-v6.6/arch/parisc/kernel/ |
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-v6.6/drivers/pci/controller/mobiveil/ |
D | pcie-layerscape-gen4.c | 183 ctrl = mobiveil_csr_readw(mv_pci, PCI_BRIDGE_CONTROL); in ls_g4_pcie_reset() 185 mobiveil_csr_writew(mv_pci, ctrl, PCI_BRIDGE_CONTROL); in ls_g4_pcie_reset()
|
/Linux-v6.6/arch/ia64/pci/ |
D | fixup.c | 54 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_fixup_video()
|
/Linux-v6.6/arch/arm/kernel/ |
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-v6.6/arch/mips/pci/ |
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-v6.6/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 825 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 827 eeh_ops->write_config(edev, PCI_BRIDGE_CONTROL, 2, ctrl); in __pnv_eeh_bridge_reset() 832 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset() 834 eeh_ops->write_config(edev, PCI_BRIDGE_CONTROL, 2, ctrl); in __pnv_eeh_bridge_reset()
|
/Linux-v6.6/drivers/pci/ |
D | probe.c | 1299 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl); in pci_scan_bridge_extend() 1300 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, in pci_scan_bridge_extend() 1473 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bctl); in pci_scan_bridge_extend() 2259 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &control); in pci_configure_serr() 2262 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, control); in pci_configure_serr()
|
D | pci-acpi.c | 165 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); in program_hpx_type0() 168 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl); in program_hpx_type0()
|
D | pci.c | 5169 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &ctrl); in pci_reset_secondary_bus() 5171 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); in pci_reset_secondary_bus() 5180 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); in pci_reset_secondary_bus() 6479 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_set_vga_state() 6485 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_set_vga_state()
|
D | vgaarb.c | 814 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, &l); in vga_arbiter_add_pci_device()
|
D | setup-bus.c | 678 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); in __pci_setup_bridge()
|
/Linux-v6.6/arch/sparc/kernel/ |
D | pci_sabre.c | 399 pci_write_config_byte(pdev, PCI_BRIDGE_CONTROL, in apb_init()
|
/Linux-v6.6/arch/powerpc/platforms/powermac/ |
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-v6.6/drivers/parisc/ |
D | lba_pci.c | 846 (void) pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &control); in lba_fixup_bus() 847 (void) pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, control | PCI_STATUS_FAST_BACK); in lba_fixup_bus()
|
/Linux-v6.6/drivers/scsi/ |
D | stex.c | 1323 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl); in stex_hard_reset() 1325 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset() 1333 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()
|
/Linux-v6.6/include/uapi/linux/ |
D | pci_regs.h | 160 #define PCI_BRIDGE_CONTROL 0x3e macro
|
/Linux-v6.6/arch/x86/pci/ |
D | fixup.c | 332 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_fixup_video()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | eeh.c | 196 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log()
|
/Linux-v6.6/drivers/pci/hotplug/ |
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()
|
D | cpqphp_pci.c | 729 pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in cpqhp_save_used_resources()
|
D | ibmphp_pci.c | 997 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_BRIDGE_CONTROL, 0x07); in configure_bridge()
|