Home
last modified time | relevance | path

Searched refs:bridge_ctl (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_aer.c69 u16 bridge_ctl = 0; in adf_reset_sbr() local
80 pci_read_config_word(parent, PCI_BRIDGE_CONTROL, &bridge_ctl); in adf_reset_sbr()
81 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
82 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
84 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
85 pci_write_config_word(parent, PCI_BRIDGE_CONTROL, bridge_ctl); in adf_reset_sbr()
/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c300 bus->bridge_ctl = 0; in of_scan_pci_bridge()
/linux/arch/sparc/kernel/
H A Dpci.c491 bus->bridge_ctl = 0; in of_scan_pci_bridge()
/linux/drivers/parisc/
H A Dlba_pci.c822 bus->bridge_ctl &= ~(status & PCI_STATUS_FAST_BACK); in lba_fixup_bus()