Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_PDC (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_ctrl.c126 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()
158 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_queue_pushbutton_work()
250 if (events & PCI_EXP_SLTSTA_PDC) in pciehp_handle_presence_or_link_change()
388 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_sysfs_enable_slot()
H A Dpciehp_hpc.c310 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
636 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()
750 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()
839 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
915 stat_mask |= PCI_EXP_SLTSTA_PDC; in pciehp_reset_slot()
1034 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
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()
782 !!(sts & PCI_EXP_SLTSTA_PDC)); in pnv_php_interrupt()
788 (sts & PCI_EXP_SLTSTA_PDC)) { in pnv_php_interrupt()
865 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
H A Dpciehp_core.c178 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_check_presence()
338 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_resume_noirq()
/linux-6.15/drivers/pci/
H A Dpci-bridge-emul.c245 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC |
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h628 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro