Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_DLLSC (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dpciehp_hpc.c278 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
567 PCI_EXP_SLTSTA_DLLSC; in pciehp_isr()
674 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()
761 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
789 stat_mask |= PCI_EXP_SLTSTA_DLLSC; in pciehp_reset_slot()
924 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
Dpciehp_ctrl.c122 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()
244 if (events & PCI_EXP_SLTSTA_DLLSC) in pciehp_handle_presence_or_link_change()
Dpnv_php.c712 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()
714 if (sts & PCI_EXP_SLTSTA_DLLSC) { in pnv_php_interrupt()
790 sts |= PCI_EXP_SLTSTA_DLLSC; in pnv_php_init_irq()
792 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
/linux-4.19.296/include/uapi/linux/
Dpci_regs.h614 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */ macro