Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CTL_BUS_RESET (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_aer.c105 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()
108 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()
/linux-4.4.14/arch/unicore32/kernel/
Dpci.c207 status &= ~(PCI_BRIDGE_CTL_BUS_RESET in pcibios_fixup_bus()
/linux-4.4.14/arch/arm/kernel/
Dbios32.c319 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h156 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c857 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pnv_eeh_bridge_reset()
864 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pnv_eeh_bridge_reset()
/linux-4.4.14/drivers/scsi/
Dstex.c1198 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1206 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
/linux-4.4.14/drivers/pci/
Dpci.c3516 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
3524 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()