Lines Matching full:sata
33 /* PCIE - SATA configuration registers */
76 SATA, enumerator
81 /* phy mode: 0 for SATA 1 for PCIe */
97 /* Switch on sata power domain */ in spear1340_miphy_sata_init()
101 /* Wait for SATA power domain on */ in spear1340_miphy_sata_init()
104 /* Disable PCIE SATA Controller reset */ in spear1340_miphy_sata_init()
107 /* Wait for SATA reset de-assert completion */ in spear1340_miphy_sata_init()
120 /* Enable PCIE SATA Controller reset */ in spear1340_miphy_sata_exit()
124 /* Wait for SATA power domain off */ in spear1340_miphy_sata_exit()
126 /* Switch off sata power domain */ in spear1340_miphy_sata_exit()
129 /* Wait for SATA reset assert completion */ in spear1340_miphy_sata_exit()
162 if (priv->mode == SATA) in spear1340_miphy_init()
175 if (priv->mode == SATA) in spear1340_miphy_exit()
201 if (priv->mode == SATA) in spear1340_miphy_suspend()
212 if (priv->mode == SATA) in spear1340_miphy_resume()
234 if (priv->mode != SATA && priv->mode != PCIE) { in spear1340_miphy_xlate()
261 dev_err(dev, "failed to create SATA PCIe PHY\n"); in spear1340_miphy_probe()