Searched refs:PCI_EXP_SLTSTA_PDC (Results 1 – 3 of 3) sorted by relevance
310 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()667 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()769 if ((events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) && in pciehp_ist()775 ignored_events |= PCI_EXP_SLTSTA_PDC; in pciehp_ist()788 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()877 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()1059 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
245 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC |
637 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro