Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp.h159 #define ATTN_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_AIP)
H A Dpciehp_hpc.c998 slot_cap &= ~(PCI_EXP_SLTCAP_AIP | PCI_EXP_SLTCAP_PIP); in pcie_init()
1041 FLAG(slot_cap, PCI_EXP_SLTCAP_AIP), in pcie_init()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h592 #define PCI_EXP_SLTCAP_AIP 0x00000008 /* Attention Indicator Present */ macro
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-qcom.c164 PCI_EXP_SLTCAP_AIP | \