Searched refs:pci_bctl (Results 1 – 1 of 1) sorted by relevance
1313 u8 pci_bctl; in stex_hard_reset() local1322 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl); in stex_hard_reset()1323 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()1324 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()1331 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()1332 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()