Searched refs:PCI_EXP_SLTSTA_PDC (Results 1 – 6 of 6) sorted by relevance
126 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()155 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_queue_pushbutton_work()246 if (events & PCI_EXP_SLTSTA_PDC) in pciehp_handle_presence_or_link_change()376 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_sysfs_enable_slot()
259 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()533 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()627 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()711 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()759 stat_mask |= PCI_EXP_SLTSTA_PDC; in pciehp_reset_slot()856 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
548 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_reset_slot()766 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()772 !!(sts & PCI_EXP_SLTSTA_PDC)); in pnv_php_interrupt()778 (sts & PCI_EXP_SLTSTA_PDC)) { in pnv_php_interrupt()853 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
171 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_check_presence()
235 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC |
611 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro