Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp.h153 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP)
H A Dpciehp_hpc.c1033 FLAG(slot_cap, PCI_EXP_SLTCAP_PCP), in pcie_init()
/openbmc/qemu/hw/pci/
H A Dpcie.c446 if (sltcap & PCI_EXP_SLTCAP_PCP) { in pcie_cap_slot_enable_power()
467 if (sltcap & PCI_EXP_SLTCAP_PCP) { in pcie_cap_update_power()
697 PCI_EXP_SLTCAP_PCP); in pcie_cap_slot_init()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c657 if (val & PCI_EXP_SLTCAP_PCP) { in eeh_bridge_check_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h587 #define PCI_EXP_SLTCAP_PCP 0x00000002 /* Power Controller Present */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h588 #define PCI_EXP_SLTCAP_PCP 0x00000002 /* Power Controller Present */ macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c141 PCI_EXP_SLTCAP_PCP | \