Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_aer.c57 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
60 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
/linux-6.3-rc2/drivers/pci/controller/mobiveil/
A Dpcie-layerscape-gen4.c184 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in ls_g4_pcie_reset()
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-mvebu.c608 val |= PCI_BRIDGE_CTL_BUS_RESET << 16; in mvebu_pci_bridge_emul_base_conf_read()
610 val &= ~(PCI_BRIDGE_CTL_BUS_RESET << 16); in mvebu_pci_bridge_emul_base_conf_read()
779 if (mask & (PCI_BRIDGE_CTL_BUS_RESET << 16)) { in mvebu_pci_bridge_emul_base_conf_write()
781 if (new & (PCI_BRIDGE_CTL_BUS_RESET << 16)) in mvebu_pci_bridge_emul_base_conf_write()
A Dpci-aardvark.c803 val |= PCI_BRIDGE_CTL_BUS_RESET << 16; in advk_pci_bridge_emul_base_conf_read()
805 val &= ~(PCI_BRIDGE_CTL_BUS_RESET << 16); in advk_pci_bridge_emul_base_conf_read()
840 if (mask & (PCI_BRIDGE_CTL_BUS_RESET << 16)) { in advk_pci_bridge_emul_base_conf_write()
842 if (new & (PCI_BRIDGE_CTL_BUS_RESET << 16)) in advk_pci_bridge_emul_base_conf_write()
/linux-6.3-rc2/drivers/pci/
A Dpci-bridge-emul.c163 PCI_BRIDGE_CTL_BUS_RESET |
A Dpci.c5042 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
5051 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
/linux-6.3-rc2/arch/arm/kernel/
A Dbios32.c303 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Deeh-powernv.c826 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in __pnv_eeh_bridge_reset()
833 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in __pnv_eeh_bridge_reset()
/linux-6.3-rc2/include/uapi/linux/
A Dpci_regs.h166 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/linux-6.3-rc2/drivers/scsi/
A Dstex.c1320 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1328 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()

Completed in 38 milliseconds