Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dpciehp.h144 #define POWER_CTRL(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PCP)
Dpciehp_hpc.c861 FLAG(slot_cap, PCI_EXP_SLTCAP_PCP), in pcie_init()
/Linux-v5.4/arch/powerpc/kernel/
Deeh_pe.c725 if (val & PCI_EXP_SLTCAP_PCP) { in eeh_bridge_check_link()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h575 #define PCI_EXP_SLTCAP_PCP 0x00000002 /* Power Controller Present */ macro