Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp.h156 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP)
H A Dpciehp_hpc.c1038 FLAG(slot_cap, PCI_EXP_SLTCAP_ABP), in pcie_init()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h589 #define PCI_EXP_SLTCAP_ABP 0x00000001 /* Attention Button Present */ macro
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-qcom.c161 #define PCIE_CAP_SLOT_VAL (PCI_EXP_SLTCAP_ABP | \