Lines Matching full:sata
32 /* PCIE - SATA configuration registers */
75 SATA, enumerator
80 /* phy mode: 0 for SATA 1 for PCIe */
96 /* Switch on sata power domain */ in spear1340_miphy_sata_init()
100 /* Wait for SATA power domain on */ in spear1340_miphy_sata_init()
103 /* Disable PCIE SATA Controller reset */ in spear1340_miphy_sata_init()
106 /* Wait for SATA reset de-assert completion */ in spear1340_miphy_sata_init()
119 /* Enable PCIE SATA Controller reset */ in spear1340_miphy_sata_exit()
123 /* Wait for SATA power domain off */ in spear1340_miphy_sata_exit()
125 /* Switch off sata power domain */ in spear1340_miphy_sata_exit()
128 /* Wait for SATA reset assert completion */ in spear1340_miphy_sata_exit()
161 if (priv->mode == SATA) in spear1340_miphy_init()
174 if (priv->mode == SATA) in spear1340_miphy_exit()
200 if (priv->mode == SATA) in spear1340_miphy_suspend()
211 if (priv->mode == SATA) in spear1340_miphy_resume()
233 if (priv->mode != SATA && priv->mode != PCIE) { in spear1340_miphy_xlate()
260 dev_err(dev, "failed to create SATA PCIe PHY\n"); in spear1340_miphy_probe()