Home
last modified time | relevance | path

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

/linux/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()
666 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()
768 if ((events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) && in pciehp_ist()
774 ignored_events |= PCI_EXP_SLTSTA_PDC; in pciehp_ist()
787 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC)) in pciehp_ist()
876 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pcie_clear_hotplug_events()
1058 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC); in pcie_init()
H A Dpciehp_core.c178 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_check_presence()
309 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC); in pciehp_resume_noirq()
H A Dpnv_php.c649 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_reset_slot()
986 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_interrupt()
992 !!(sts & PCI_EXP_SLTSTA_PDC)); in pnv_php_interrupt()
998 (sts & PCI_EXP_SLTSTA_PDC)) { in pnv_php_interrupt()
1067 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC); in pnv_php_init_irq()
/linux/include/uapi/linux/
H A Dpci_regs.h628 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro