Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_DLLSC (Results 1 – 3 of 3) 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()
/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 */ macro