Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_aer.c99 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()
102 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_dev_restore()
/linux-4.1.27/arch/unicore32/kernel/
Dpci.c207 status &= ~(PCI_BRIDGE_CTL_BUS_RESET in pcibios_fixup_bus()
/linux-4.1.27/arch/arm/kernel/
Dbios32.c328 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h156 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/linux-4.1.27/arch/powerpc/platforms/powernv/
Deeh-powernv.c870 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pnv_eeh_bridge_reset()
877 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pnv_eeh_bridge_reset()
/linux-4.1.27/drivers/scsi/
Dstex.c1205 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1213 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
/linux-4.1.27/drivers/pci/
Dpci.c3264 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
3272 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()