Searched refs:PCI_EXP_SLTSTA_PDC (Results 1 – 5 of 5) sorted by relevance
147 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_queue_pushbutton_work()243 if (events & PCI_EXP_SLTSTA_PDC) in pciehp_handle_presence_or_link_change()380 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_sysfs_enable_slot()
276 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()569 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()664 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()748 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()773 stat_mask |= PCI_EXP_SLTSTA_PDC; in pciehp_reset_slot()896 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
712 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()718 (sts & PCI_EXP_SLTSTA_PDC)) { in pnv_php_interrupt()792 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
226 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_check_presence()
603 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro