Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dpciehp_hpc.c564 PCI_EXP_SLTSTA_PDC | in pcie_isr()
605 if (intr_loc & PCI_EXP_SLTSTA_PDC) { in pcie_isr()
701 stat_mask |= PCI_EXP_SLTSTA_PDC; in pciehp_reset_slot()
816 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC | in pcie_init()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h588 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro