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

/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c310 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC),
571 atomic_and(~PCI_EXP_SLTSTA_DLLSC, &ctrl->pending_events);
574 PCI_EXP_SLTSTA_DLLSC);
585 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC);
634 PCI_EXP_SLTSTA_DLLSC;
734 if ((events & PCI_EXP_SLTSTA_DLLSC) && pci_dpc_recovered(pdev) &&
736 events &= ~PCI_EXP_SLTSTA_DLLSC;
747 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC))
836 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); local
880 PCI_EXP_SLTSTA_DLLSC);
[all...]
H A Dpciehp_ctrl.c124 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC),
242 if (events & PCI_EXP_SLTSTA_DLLSC)
H A Dpnv_php.c553 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC);
777 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC);
782 !!(sts & PCI_EXP_SLTSTA_DLLSC),
785 if (sts & PCI_EXP_SLTSTA_DLLSC) {
864 sts |= PCI_EXP_SLTSTA_DLLSC;
866 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC);
/linux-master/drivers/pci/
H A Dpci-bridge-emul.c246 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
/linux-master/include/uapi/linux/
H A Dpci_regs.h631 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */ macro

Completed in 132 milliseconds