Searched refs:cali_phy0 (Results 1 – 1 of 1) sorted by relevance
69 struct phy *cali_phy0; member431 ret = phy_init(imxpriv->cali_phy0); in imx8_sata_enable()436 ret = phy_power_on(imxpriv->cali_phy0); in imx8_sata_enable()470 phy_power_off(imxpriv->cali_phy0); in imx8_sata_enable()471 phy_exit(imxpriv->cali_phy0); in imx8_sata_enable()488 phy_power_off(imxpriv->cali_phy0); in imx8_sata_enable()490 phy_exit(imxpriv->cali_phy0); in imx8_sata_enable()845 imxpriv->cali_phy0 = devm_phy_get(dev, "cali-phy0"); in imx8_sata_probe()846 if (IS_ERR(imxpriv->cali_phy0)) in imx8_sata_probe()847 return dev_err_probe(dev, PTR_ERR(imxpriv->cali_phy0), in imx8_sata_probe()