Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_aer.c101 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
104 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
/Linux-v4.19/arch/unicore32/kernel/
Dpci.c207 status &= ~(PCI_BRIDGE_CTL_BUS_RESET in pcibios_fixup_bus()
/Linux-v4.19/arch/arm/kernel/
Dbios32.c320 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h165 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/Linux-v4.19/arch/powerpc/platforms/powernv/
Deeh-powernv.c877 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in __pnv_eeh_bridge_reset()
884 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in __pnv_eeh_bridge_reset()
/Linux-v4.19/drivers/scsi/
Dstex.c1327 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1335 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
/Linux-v4.19/drivers/pci/
Dpci.c4521 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
4530 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()