Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_PDC (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()
667 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()
769 if ((events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) && in pciehp_ist()
775 ignored_events |= PCI_EXP_SLTSTA_PDC; 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()
1059 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
/linux/drivers/pci/
H A Dpci-bridge-emul.c245 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC |
/linux/include/uapi/linux/
H A Dpci_regs.h637 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro