Searched refs:PCI_EXP_SLTSTA_DLLSC (Results 1 – 5 of 5) sorted by relevance
309 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()576 atomic_and(~PCI_EXP_SLTSTA_DLLSC, &ctrl->pending_events); in pciehp_ignore_dpc_link_change()579 PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()590 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()639 PCI_EXP_SLTSTA_DLLSC; in pciehp_isr()742 if ((events & PCI_EXP_SLTSTA_DLLSC) && pci_dpc_recovered(pdev) && in pciehp_ist()744 events &= ~PCI_EXP_SLTSTA_DLLSC; in pciehp_ist()755 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()842 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()886 PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()[all …]
552 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_reset_slot()776 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()781 !!(sts & PCI_EXP_SLTSTA_DLLSC), in pnv_php_interrupt()784 if (sts & PCI_EXP_SLTSTA_DLLSC) { in pnv_php_interrupt()863 sts |= PCI_EXP_SLTSTA_DLLSC; in pnv_php_init_irq()865 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
124 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()241 if (events & PCI_EXP_SLTSTA_DLLSC) in pciehp_handle_presence_or_link_change()
250 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
630 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */ macro