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

/linux-4.4.14/drivers/scsi/
H A Dstex.c1188 u8 pci_bctl; stex_hard_reset() local
1197 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl); stex_hard_reset()
1198 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; stex_hard_reset()
1199 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); stex_hard_reset()
1206 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; stex_hard_reset()
1207 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); stex_hard_reset()
/linux-4.4.14/drivers/pci/
H A Dprobe.c1378 u16 pci_cmd, pci_bctl; program_hpp_type0() local
1403 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); program_hpp_type0()
1405 pci_bctl |= PCI_BRIDGE_CTL_SERR; program_hpp_type0()
1407 pci_bctl |= PCI_BRIDGE_CTL_PARITY; program_hpp_type0()
1408 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl); program_hpp_type0()

Completed in 92 milliseconds