Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c310 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
668 PCI_EXP_SLTSTA_DLLSC; in pciehp_isr()
769 if ((events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) && in pciehp_ist()
772 u16 ignored_events = PCI_EXP_SLTSTA_DLLSC; 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()
923 PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()
926 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()
1059 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
H A Dpnv_php.c649 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_reset_slot()
986 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()
991 !!(sts & PCI_EXP_SLTSTA_DLLSC), in pnv_php_interrupt()
994 if (sts & PCI_EXP_SLTSTA_DLLSC) { in pnv_php_interrupt()
1065 sts |= PCI_EXP_SLTSTA_DLLSC; in pnv_php_init_irq()
1067 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
H A Dpciehp_ctrl.c127 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()
248 if (events & PCI_EXP_SLTSTA_DLLSC) { in pciehp_handle_presence_or_link_change()
/linux/drivers/pci/
H A Dpci-bridge-emul.c246 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
/linux/include/uapi/linux/
H A Dpci_regs.h642 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */
637 #define PCI_EXP_SLTSTA_DLLSC global() macro