Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/
A Dpci-acpi.c141 u16 pci_cmd, pci_bctl; in program_hpx_type0() local
165 pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &pci_bctl); in program_hpx_type0()
167 pci_bctl |= PCI_BRIDGE_CTL_PARITY; in program_hpx_type0()
168 pci_write_config_word(dev, PCI_BRIDGE_CONTROL, pci_bctl); in program_hpx_type0()
/linux-6.3-rc2/drivers/scsi/
A Dstex.c1310 u8 pci_bctl; in stex_hard_reset() local
1319 pci_read_config_byte(bus->self, PCI_BRIDGE_CONTROL, &pci_bctl); in stex_hard_reset()
1320 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1321 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()
1328 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1329 pci_write_config_byte(bus->self, PCI_BRIDGE_CONTROL, pci_bctl); in stex_hard_reset()

Completed in 10 milliseconds