Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/misc/habanalabs/
Dpci.c176 val |= PCI_BRIDGE_CTL_BUS_RESET; in hl_pci_reset_link_through_bridge()
180 val &= ~(PCI_BRIDGE_CTL_BUS_RESET); in hl_pci_reset_link_through_bridge()
/Linux-v5.4/arch/unicore32/kernel/
Dpci.c203 status &= ~(PCI_BRIDGE_CTL_BUS_RESET in pcibios_fixup_bus()
/Linux-v5.4/drivers/pci/
Dpci-bridge-emul.c164 PCI_BRIDGE_CTL_BUS_RESET |
Dpci.c4664 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
4673 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
/Linux-v5.4/arch/arm/kernel/
Dbios32.c320 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h164 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/Linux-v5.4/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-v5.4/drivers/scsi/
Dstex.c1322 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1330 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()