Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/hotplug/
Dpciehp_ctrl.c124 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in remove_board()
153 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_queue_pushbutton_work()
244 if (events & PCI_EXP_SLTSTA_PDC) in pciehp_handle_presence_or_link_change()
374 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_sysfs_enable_slot()
Dpciehp_hpc.c307 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
610 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()
716 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()
803 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
851 stat_mask |= PCI_EXP_SLTSTA_PDC; in pciehp_reset_slot()
958 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
Dpnv_php.c551 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_reset_slot()
775 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()
781 !!(sts & PCI_EXP_SLTSTA_PDC)); in pnv_php_interrupt()
787 (sts & PCI_EXP_SLTSTA_PDC)) { in pnv_php_interrupt()
864 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
Dpciehp_core.c177 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_check_presence()
/Linux-v5.10/drivers/pci/
Dpci-bridge-emul.c224 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC |
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h616 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro