Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_ctrl.c147 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_queue_pushbutton_work()
243 if (events & PCI_EXP_SLTSTA_PDC) in pciehp_handle_presence_or_link_change()
380 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_sysfs_enable_slot()
Dpciehp_hpc.c276 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC), in pciehp_check_link_status()
569 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()
664 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()
748 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
773 stat_mask |= PCI_EXP_SLTSTA_PDC; in pciehp_reset_slot()
896 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
Dpnv_php.c712 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()
718 (sts & PCI_EXP_SLTSTA_PDC)) { in pnv_php_interrupt()
792 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
Dpciehp_core.c226 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_check_presence()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h603 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro