Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dstex.c1317 u8 pci_bctl; in stex_hard_reset() local
1326 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl); in stex_hard_reset()
1327 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1328 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()
1335 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1336 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()
/Linux-v4.19/drivers/pci/
Dprobe.c1801 u16 pci_cmd, pci_bctl; in program_hpp_type0() local
1825 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); in program_hpp_type0()
1827 pci_bctl |= PCI_BRIDGE_CTL_SERR; in program_hpp_type0()
1829 pci_bctl |= PCI_BRIDGE_CTL_PARITY; in program_hpp_type0()
1830 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl); in program_hpp_type0()