Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/pci/hotplug/
Dpciehp_hpc.c309 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
570 atomic_and(~PCI_EXP_SLTSTA_DLLSC, &ctrl->pending_events); in pciehp_ignore_dpc_link_change()
573 PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()
584 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()
633 PCI_EXP_SLTSTA_DLLSC; in pciehp_isr()
733 if ((events & PCI_EXP_SLTSTA_DLLSC) && pci_dpc_recovered(pdev) && in pciehp_ist()
735 events &= ~PCI_EXP_SLTSTA_DLLSC; in pciehp_ist()
746 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()
835 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
879 PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()
[all …]
Dpnv_php.c552 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_reset_slot()
776 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()
781 !!(sts & PCI_EXP_SLTSTA_DLLSC), in pnv_php_interrupt()
784 if (sts & PCI_EXP_SLTSTA_DLLSC) { in pnv_php_interrupt()
863 sts |= PCI_EXP_SLTSTA_DLLSC; in pnv_php_init_irq()
865 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
Dpciehp_ctrl.c124 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()
242 if (events & PCI_EXP_SLTSTA_DLLSC) in pciehp_handle_presence_or_link_change()
/linux-6.6.21/drivers/pci/
Dpci-bridge-emul.c246 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h630 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */ macro