Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_PDC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_hpc.c548 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC | in pcie_isr()
590 if (intr_loc & PCI_EXP_SLTSTA_PDC) in pcie_isr()
677 stat_mask |= PCI_EXP_SLTSTA_PDC; in pciehp_reset_slot()
829 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC | in pcie_init()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h547 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro