Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_aer.c56 bridge_ctl |= PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
59 bridge_ctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in adf_reset_sbr()
/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-layerscape-gen4.c184 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in ls_g4_pcie_reset()
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c607 val |= PCI_BRIDGE_CTL_BUS_RESET << 16; in mvebu_pci_bridge_emul_base_conf_read()
609 val &= ~(PCI_BRIDGE_CTL_BUS_RESET << 16); in mvebu_pci_bridge_emul_base_conf_read()
778 if (mask & (PCI_BRIDGE_CTL_BUS_RESET << 16)) { in mvebu_pci_bridge_emul_base_conf_write()
780 if (new & (PCI_BRIDGE_CTL_BUS_RESET << 16)) in mvebu_pci_bridge_emul_base_conf_write()
H 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()
/openbmc/linux/arch/arm/kernel/
H A Dbios32.c301 status &= ~(PCI_BRIDGE_CTL_BUS_RESET|PCI_BRIDGE_CTL_FAST_BACK); in pcibios_fixup_bus()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c163 PCI_BRIDGE_CTL_BUS_RESET |
H A Dpci.c5237 ctrl |= PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
5246 ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; in pci_reset_secondary_bus()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c276 if (~oldctl & newctl & PCI_BRIDGE_CTL_BUS_RESET) { in pci_bridge_write_config()
H A Dpci.c931 PCI_BRIDGE_CTL_BUS_RESET | in pci_init_mask_bridge()
1934 PCI_BRIDGE_CTL_BUS_RESET) /* Don't walk the bus if it's reset. */ && in pci_secondary_bus_in_range()
/openbmc/linux/arch/powerpc/platforms/powernv/
H 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()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h166 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h167 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro
/openbmc/linux/drivers/scsi/
H A Dstex.c1324 pci_bctl |= PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
1332 pci_bctl &= ~PCI_BRIDGE_CTL_BUS_RESET; in stex_hard_reset()
/openbmc/u-boot/include/
H A Dpci.h272 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */ macro