Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/hotplug/
Dpciehp.h152 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP)
Dpciehp_hpc.c1032 FLAG(slot_cap, PCI_EXP_SLTCAP_ABP), in pcie_init()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h586 #define PCI_EXP_SLTCAP_ABP 0x00000001 /* Attention Button Present */ macro
/Linux-v6.6/drivers/pci/controller/dwc/
Dpcie-qcom.c136 #define PCIE_CAP_SLOT_VAL (PCI_EXP_SLTCAP_ABP | \