Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CONTROL (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_aer.c56 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_reset_sbr()
58 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
61 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dpci.c186 pci_read_config_word(parent_port, PCI_BRIDGE_CONTROL, &val); in hl_pci_reset_link_through_bridge()
188 pci_write_config_word(parent_port, PCI_BRIDGE_CONTROL, val); in hl_pci_reset_link_through_bridge()
192 pci_write_config_word(parent_port, PCI_BRIDGE_CONTROL, val); in hl_pci_reset_link_through_bridge()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dpci.c179 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()
/OK3568_Linux_fs/kernel/drivers/pci/controller/mobiveil/
H A Dpcie-layerscape-gen4.c194 ctrl = mobiveil_csr_readw(mv_pci, PCI_BRIDGE_CONTROL); in ls_pcie_g4_reset()
196 mobiveil_csr_writew(mv_pci, ctrl, PCI_BRIDGE_CONTROL); in ls_pcie_g4_reset()
/OK3568_Linux_fs/kernel/arch/ia64/pci/
H A Dfixup.c54 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_fixup_video()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dbios32.c301 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &status); in pcibios_fixup_bus()
304 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, status); in pcibios_fixup_bus()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-octeon.c112 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()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c824 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset()
826 eeh_ops->write_config(edev, PCI_BRIDGE_CONTROL, 2, ctrl); in __pnv_eeh_bridge_reset()
831 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &ctrl); in __pnv_eeh_bridge_reset()
833 eeh_ops->write_config(edev, PCI_BRIDGE_CONTROL, 2, ctrl); in __pnv_eeh_bridge_reset()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c1258 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bctl); in pci_scan_bridge_extend()
1259 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, in pci_scan_bridge_extend()
1431 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bctl); in pci_scan_bridge_extend()
2196 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &control); in pci_configure_serr()
2199 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, control); in pci_configure_serr()
H A Dpci-acpi.c163 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); in program_hpx_type0()
166 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl); in program_hpx_type0()
H A Dpci.c4900 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &ctrl); in pci_reset_secondary_bus()
4902 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); in pci_reset_secondary_bus()
4911 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, ctrl); in pci_reset_secondary_bus()
6071 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_set_vga_state()
6077 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_set_vga_state()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpci.c515 PCI_BRIDGE_CONTROL, &val) < 0) { in init_p2pbridge()
521 early_write_config_word(hose, bus, devfn, PCI_BRIDGE_CONTROL, val); in init_p2pbridge()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci_sabre.c399 pci_write_config_byte(pdev, PCI_BRIDGE_CONTROL, in apb_init()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c194 { "bridge control", PCI_SIZE_16, PCI_BRIDGE_CONTROL },
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci-uclass.c481 dm_pci_read_config16(parent, PCI_BRIDGE_CONTROL, &bc); in set_vga_bridge_bits()
483 dm_pci_write_config16(parent, PCI_BRIDGE_CONTROL, bc); in set_vga_bridge_bits()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h160 #define PCI_BRIDGE_CONTROL 0x3e macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h160 #define PCI_BRIDGE_CONTROL 0x3e macro
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Dlba_pci.c846 (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()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dstex.c1322 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()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dfixup.c331 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, in pci_fixup_video()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h160 #define PCI_BRIDGE_CONTROL 0x3e macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h266 #define PCI_BRIDGE_CONTROL 0x3e macro
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c706 pci_read_config_word(bridge, PCI_BRIDGE_CONTROL, &l); in vga_arbiter_add_pci_device()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2075 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in cpqhp_process_SS()
2753 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_BRIDGE_CONTROL, command); in configure_new_function()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh.c196 eeh_ops->read_config(edev, PCI_BRIDGE_CONTROL, 2, &cfg); in eeh_dump_dev_log()

12