PCI_EXP_SLTSTA_PDS
if (!(val & PCI_EXP_SLTSTA_PDS)) {
*val = PCI_EXP_SLTSTA_PDS;
*val = PCI_EXP_SLTSTA_PDS;
bridge->pcie_conf.slotsta = cpu_to_le16(PCI_EXP_SLTSTA_PDS);
bridge->pcie_conf.slotsta = cpu_to_le16(PCI_EXP_SLTSTA_PDS);
if (slot_status & PCI_EXP_SLTSTA_PDS)
return !!(slot_status & PCI_EXP_SLTSTA_PDS);
.ro = (PCI_EXP_SLTSTA_MRLSS | PCI_EXP_SLTSTA_PDS |