Searched refs:pci_bctl (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pci/
H A Dpci-acpi.c141 u16 pci_cmd, pci_bctl; local
165 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl);
167 pci_bctl |= PCI_BRIDGE_CTL_PARITY;
168 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl);
/linux-master/drivers/scsi/
H A Dstex.c1314 u8 pci_bctl; local
1323 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl);
1324 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET;
1325 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);
1332 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET;
1333 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl);

Completed in 155 milliseconds