PCI_EXP_SLTSTA_PFD  442 drivers/pci/hotplug/pciehp_hpc.c 	return !!(slot_status & PCI_EXP_SLTSTA_PFD);
PCI_EXP_SLTSTA_PFD  502 drivers/pci/hotplug/pciehp_hpc.c 	if (slot_status & PCI_EXP_SLTSTA_PFD)
PCI_EXP_SLTSTA_PFD  504 drivers/pci/hotplug/pciehp_hpc.c 					   PCI_EXP_SLTSTA_PFD);
PCI_EXP_SLTSTA_PFD  569 drivers/pci/hotplug/pciehp_hpc.c 	events = status & (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
PCI_EXP_SLTSTA_PFD  578 drivers/pci/hotplug/pciehp_hpc.c 		events &= ~PCI_EXP_SLTSTA_PFD;
PCI_EXP_SLTSTA_PFD  649 drivers/pci/hotplug/pciehp_hpc.c 	if ((events & PCI_EXP_SLTSTA_PFD) && !ctrl->power_fault_detected) {
PCI_EXP_SLTSTA_PFD  893 drivers/pci/hotplug/pciehp_hpc.c 		PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
PCI_EXP_SLTSTA_PFD  234 drivers/pci/pci-bridge-emul.c 		.w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |