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

/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dadf_aer.c89 uint16_t bridge_ctl = 0; adf_dev_restore() local
98 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); adf_dev_restore()
99 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; adf_dev_restore()
100 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); adf_dev_restore()
102 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; adf_dev_restore()
103 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); adf_dev_restore()
/linux-4.1.27/arch/parisc/kernel/
H A Dpci.c177 unsigned short bridge_ctl; pcibios_init_bus() local
187 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bridge_ctl); pcibios_init_bus()
188 bridge_ctl |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; pcibios_init_bus()
189 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, bridge_ctl); pcibios_init_bus()
274 if (dev->bus->bridge_ctl & PCI_BRIDGE_CTL_FAST_BACK) pcibios_enable_device()
/linux-4.1.27/arch/unicore32/kernel/
H A Dpci.c242 bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; pcibios_fixup_bus()
244 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; pcibios_fixup_bus()
/linux-4.1.27/arch/arm/kernel/
H A Dbios32.c359 bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK; pcibios_fixup_bus()
361 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; pcibios_fixup_bus()
/linux-4.1.27/arch/x86/pci/
H A Di386.c135 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) skip_isa_ioresource_align()
/linux-4.1.27/arch/powerpc/kernel/
H A Dpci_of_scan.c249 bus->bridge_ctl = 0; of_scan_pci_bridge()
H A Dpci-common.c1070 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) skip_isa_ioresource_align()
/linux-4.1.27/drivers/pci/
H A Dprobe.c829 child->bridge_ctl = bctl; pci_scan_bridge()
891 child->bridge_ctl = bctl; pci_scan_bridge()
H A Dsetup-bus.c696 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); __pci_setup_bridge()
/linux-4.1.27/arch/sparc/kernel/
H A Dpci.c457 bus->bridge_ctl = 0; of_scan_pci_bridge()
/linux-4.1.27/drivers/parisc/
H A Dlba_pci.c787 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); lba_fixup_bus()
/linux-4.1.27/include/linux/
H A Dpci.h472 unsigned short bridge_ctl; /* manage NO_ISA/FBB/et al behaviors */ member in struct:pci_bus

Completed in 158 milliseconds