Home
last modified time | relevance | path

Searched refs:bridge_ctl (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_aer.c44 u16 bridge_ctl = 0; in adf_reset_sbr() local
55 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_reset_sbr()
56 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
57 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
59 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
60 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
/linux-6.6.21/arch/parisc/kernel/
Dpci.c168 unsigned short bridge_ctl, bridge_ctl_new; in pcibios_init_bridge() local
179 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bridge_ctl); in pcibios_init_bridge()
181 bridge_ctl_new = bridge_ctl | PCI_BRIDGE_CTL_PARITY | in pcibios_init_bridge()
184 bridge_ctl, bridge_ctl_new); in pcibios_init_bridge()
243 if (dev->bus->bridge_ctl & PCI_BRIDGE_CTL_FAST_BACK) in pcibios_enable_device()
/linux-6.6.21/arch/arm/kernel/
Dbios32.c332 bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; in pcibios_fixup_bus()
334 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; in pcibios_fixup_bus()
/linux-6.6.21/arch/x86/pci/
Di386.c136 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
/linux-6.6.21/arch/powerpc/kernel/
Dpci_of_scan.c293 bus->bridge_ctl = 0; in of_scan_pci_bridge()
Dpci-common.c1117 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
/linux-6.6.21/arch/sparc/kernel/
Dpci.c461 bus->bridge_ctl = 0; in of_scan_pci_bridge()
/linux-6.6.21/drivers/pci/
Dprobe.c1329 child->bridge_ctl = bctl; in pci_scan_bridge_extend()
1408 child->bridge_ctl = bctl; in pci_scan_bridge_extend()
Dsetup-bus.c678 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); in __pci_setup_bridge()
/linux-6.6.21/drivers/parisc/
Dlba_pci.c822 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); in lba_fixup_bus()
/linux-6.6.21/include/linux/
Dpci.h673 unsigned short bridge_ctl; /* Manage NO_ISA/FBB/et al behaviors */ member