Searched refs:bridge_ctl (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
H A D | adf_aer.c | 89 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 D | pci.c | 177 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 D | pci.c | 242 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 D | bios32.c | 359 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 D | i386.c | 135 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) skip_isa_ioresource_align()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | pci_of_scan.c | 249 bus->bridge_ctl = 0; of_scan_pci_bridge()
|
H A D | pci-common.c | 1070 !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA)) skip_isa_ioresource_align()
|
/linux-4.1.27/drivers/pci/ |
H A D | probe.c | 829 child->bridge_ctl = bctl; pci_scan_bridge() 891 child->bridge_ctl = bctl; pci_scan_bridge()
|
H A D | setup-bus.c | 696 pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl); __pci_setup_bridge()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | pci.c | 457 bus->bridge_ctl = 0; of_scan_pci_bridge()
|
/linux-4.1.27/drivers/parisc/ |
H A D | lba_pci.c | 787 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); lba_fixup_bus()
|
/linux-4.1.27/include/linux/ |
H A D | pci.h | 472 unsigned short bridge_ctl; /* manage NO_ISA/FBB/et al behaviors */ member in struct:pci_bus
|
Completed in 158 milliseconds