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

/linux-master/drivers/pci/hotplug/
H A Dpciehp_ctrl.c124 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC),
153 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC);
245 if (events & PCI_EXP_SLTSTA_PDC)
383 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC);
H A Dpciehp_hpc.c310 atomic_and(~(PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC),
633 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC |
747 else if (events & (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC))
836 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC);
910 stat_mask |= PCI_EXP_SLTSTA_PDC;
1029 PCI_EXP_SLTSTA_DLLSC | PCI_EXP_SLTSTA_PDC);
H A Dpnv_php.c553 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC);
777 sts &= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC);
783 !!(sts & PCI_EXP_SLTSTA_PDC));
789 (sts & PCI_EXP_SLTSTA_PDC)) {
866 sts |= (PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_DLLSC);
H A Dpciehp_core.c178 pciehp_request(ctrl, PCI_EXP_SLTSTA_PDC);
/linux-master/drivers/pci/
H A Dpci-bridge-emul.c245 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_PDC |
/linux-master/include/uapi/linux/
H A Dpci_regs.h626 #define PCI_EXP_SLTSTA_PDC 0x0008 /* Presence Detect Changed */ macro

Completed in 381 milliseconds