Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCAP_PIP (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dpciehp.h176 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP)
Dpciehp_hpc.c899 slot_cap &= ~(PCI_EXP_SLTCAP_AIP | PCI_EXP_SLTCAP_PIP); in pcie_init()
932 FLAG(slot_cap, PCI_EXP_SLTCAP_PIP), in pcie_init()
/linux-4.19.296/include/uapi/linux/
Dpci_regs.h577 #define PCI_EXP_SLTCAP_PIP 0x00000010 /* Power Indicator Present */ macro