Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp.h152 #define ATTN_BUTTN(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_ABP)
H A Dpciehp_hpc.c1032 FLAG(slot_cap, PCI_EXP_SLTCAP_ABP), in pcie_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h586 #define PCI_EXP_SLTCAP_ABP 0x00000001 /* Attention Button Present */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h587 #define PCI_EXP_SLTCAP_ABP 0x00000001 /* Attention Button Present */ macro
/openbmc/qemu/hw/pci/
H A Dpcie.c649 PCI_EXP_SLTCAP_ABP); in pcie_cap_slot_init()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-qcom.c140 #define PCIE_CAP_SLOT_VAL (PCI_EXP_SLTCAP_ABP | \