Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_aer.c89 uint16_t bridge_ctl = 0; in adf_dev_restore() local
104 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_dev_restore()
105 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()
106 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_dev_restore()
108 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()
109 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_dev_restore()
/linux-4.4.14/arch/unicore32/kernel/
Dpci.c242 bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; in pcibios_fixup_bus()
244 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; in pcibios_fixup_bus()
/linux-4.4.14/arch/parisc/kernel/
Dpci.c256 if (dev->bus->bridge_ctl & PCI_BRIDGE_CTL_FAST_BACK) in pcibios_enable_device()
/linux-4.4.14/arch/arm/kernel/
Dbios32.c350 bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; in pcibios_fixup_bus()
352 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; in pcibios_fixup_bus()
/linux-4.4.14/arch/x86/pci/
Di386.c135 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
/linux-4.4.14/arch/powerpc/kernel/
Dpci_of_scan.c248 bus->bridge_ctl = 0; in of_scan_pci_bridge()
Dpci-common.c1060 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) in skip_isa_ioresource_align()
/linux-4.4.14/arch/sparc/kernel/
Dpci.c454 bus->bridge_ctl = 0; in of_scan_pci_bridge()
/linux-4.4.14/drivers/pci/
Dprobe.c866 child->bridge_ctl = bctl; in pci_scan_bridge()
928 child->bridge_ctl = bctl; in pci_scan_bridge()
Dsetup-bus.c696 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); in __pci_setup_bridge()
/linux-4.4.14/drivers/parisc/
Dlba_pci.c787 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); in lba_fixup_bus()
/linux-4.4.14/include/linux/
Dpci.h484 unsigned short bridge_ctl; /* manage NO_ISA/FBB/et al behaviors */ member