Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dstex.c1313 u8 pci_bctl; in stex_hard_reset()
1322 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()
1314 u8 pci_bctl; stex_hard_reset() local
/linux/drivers/pci/
H A Dpci-acpi.c164 u16 pci_cmd, pci_bctl; in program_hpx_type0() local
188 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); in program_hpx_type0()
190 pci_bctl |= PCI_BRIDGE_CTL_PARITY; in program_hpx_type0()
191 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl); in program_hpx_type0()