Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c310 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
574 atomic_and(~PCI_EXP_SLTSTA_DLLSC, &ctrl->pending_events); in pciehp_ignore_dpc_link_change()
577 PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()
588 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC); in pciehp_ignore_dpc_link_change()
637 PCI_EXP_SLTSTA_DLLSC; in pciehp_isr()
739 events &= ~PCI_EXP_SLTSTA_DLLSC; in pciehp_ist()
839 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
885 PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()
888 pciehp_request(ctrl, PCI_EXP_SLTSTA_DLLSC); in pciehp_slot_reset()
918 stat_mask |= PCI_EXP_SLTSTA_DLLSC; in pciehp_reset_slot()
[all …]
H A 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()
H A Dpciehp_ctrl.c126 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()
247 if (events & PCI_EXP_SLTSTA_DLLSC) in pciehp_handle_presence_or_link_change()
/linux-6.15/drivers/pci/
H A Dpci-bridge-emul.c246 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h633 #define PCI_EXP_SLTSTA_DLLSC 0x0100 /* Data Link Layer State Changed */ macro