Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dpciehp_hpc.c532 events = status & (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
606 if (events & PCI_EXP_SLTSTA_ABP) { in pciehp_ist()
854 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/Linux-v5.4/drivers/pci/
Dpci-bridge-emul.c234 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h608 #define PCI_EXP_SLTSTA_ABP 0x0001 /* Attention Button Pressed */ macro