bridge_ctl        351 arch/arm/kernel/bios32.c 			bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK;
bridge_ctl        353 arch/arm/kernel/bios32.c 			bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY;
bridge_ctl        168 arch/parisc/kernel/pci.c 	unsigned short bridge_ctl, bridge_ctl_new;
bridge_ctl        179 arch/parisc/kernel/pci.c 	pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &bridge_ctl);
bridge_ctl        181 arch/parisc/kernel/pci.c 	bridge_ctl_new = bridge_ctl | PCI_BRIDGE_CTL_PARITY |
bridge_ctl        184 arch/parisc/kernel/pci.c 		bridge_ctl, bridge_ctl_new);
bridge_ctl        243 arch/parisc/kernel/pci.c 	if (dev->bus->bridge_ctl & PCI_BRIDGE_CTL_FAST_BACK)
bridge_ctl       1056 arch/powerpc/kernel/pci-common.c 	    !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA))
bridge_ctl        293 arch/powerpc/kernel/pci_of_scan.c 	bus->bridge_ctl = 0;
bridge_ctl        460 arch/sparc/kernel/pci.c 	bus->bridge_ctl = 0;
bridge_ctl        238 arch/unicore32/kernel/pci.c 			bus->bridge_ctl |= PCI_BRIDGE_CTL_FAST_BACK;
bridge_ctl        240 arch/unicore32/kernel/pci.c 			bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY;
bridge_ctl        136 arch/x86/pci/i386.c 	    !(dev->bus->bridge_ctl & PCI_BRIDGE_CTL_ISA))
bridge_ctl         89 drivers/crypto/qat/qat_common/adf_aer.c 	uint16_t bridge_ctl = 0;
bridge_ctl        100 drivers/crypto/qat/qat_common/adf_aer.c 	pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl);
bridge_ctl        101 drivers/crypto/qat/qat_common/adf_aer.c 	bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET;
bridge_ctl        102 drivers/crypto/qat/qat_common/adf_aer.c 	pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl);
bridge_ctl        104 drivers/crypto/qat/qat_common/adf_aer.c 	bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET;
bridge_ctl        105 drivers/crypto/qat/qat_common/adf_aer.c 	pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl);
bridge_ctl        822 drivers/parisc/lba_pci.c 		bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK);
bridge_ctl       1222 drivers/pci/probe.c 			child->bridge_ctl = bctl;
bridge_ctl       1300 drivers/pci/probe.c 			child->bridge_ctl = bctl;
bridge_ctl        679 drivers/pci/setup-bus.c 	pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, bus->bridge_ctl);
bridge_ctl        597 include/linux/pci.h 	unsigned short	bridge_ctl;	/* Manage NO_ISA/FBB/et al behaviors */