Home
last modified time | relevance | path

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

/linux/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/drivers/misc/habanalabs/common/pci/
A Dpci.c239 val |= PCI_BRIDGE_CTL_BUS_RESET; in hl_pci_reset_link_through_bridge()
243 val &= ~(PCI_BRIDGE_CTL_BUS_RESET); in hl_pci_reset_link_through_bridge()
/linux/drivers/pci/controller/mobiveil/
A Dpcie-layerscape-gen4.c184 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in ls_pcie_g4_reset()
/linux/drivers/pci/controller/
A Dpci-aardvark.c785 val |= PCI_BRIDGE_CTL_BUS_RESET << 16; in advk_pci_bridge_emul_base_conf_read()
787 val &= ~(PCI_BRIDGE_CTL_BUS_RESET << 16); in advk_pci_bridge_emul_base_conf_read()
809 if (mask & (PCI_BRIDGE_CTL_BUS_RESET << 16)) { in advk_pci_bridge_emul_base_conf_write()
811 if (new & (PCI_BRIDGE_CTL_BUS_RESET << 16)) in advk_pci_bridge_emul_base_conf_write()
/linux/drivers/pci/
A Dpci-bridge-emul.c159 PCI_BRIDGE_CTL_BUS_RESET |
A Dpci.c5015 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
5024 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
/linux/arch/arm/kernel/
A Dbios32.c303 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/linux/arch/powerpc/platforms/powernv/
A Deeh-powernv.c825 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in __pnv_eeh_bridge_reset()
832 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in __pnv_eeh_bridge_reset()
/linux/include/uapi/linux/
A Dpci_regs.h166 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/linux/drivers/scsi/
A Dstex.c1319 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1327 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()

Completed in 36 milliseconds