pci_bctl          139 drivers/pci/pci-acpi.c 	u16 pci_cmd, pci_bctl;
pci_bctl          163 drivers/pci/pci-acpi.c 		pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
pci_bctl          165 drivers/pci/pci-acpi.c 			pci_bctl |= PCI_BRIDGE_CTL_PARITY;
pci_bctl          166 drivers/pci/pci-acpi.c 		pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
pci_bctl         1312 drivers/scsi/stex.c 	u8 pci_bctl;
pci_bctl         1321 drivers/scsi/stex.c 	pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl);
pci_bctl         1322 drivers/scsi/stex.c 	pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET;
pci_bctl         1323 drivers/scsi/stex.c 	pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
pci_bctl         1330 drivers/scsi/stex.c 	pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET;
pci_bctl         1331 drivers/scsi/stex.c 	pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);