Home
last modified time | relevance | path

Searched refs:cali_phy1 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/ata/
H A Dahci_imx.c70 struct phy *cali_phy1; member
441 ret = phy_init(imxpriv->cali_phy1); in imx8_sata_enable()
446 ret = phy_power_on(imxpriv->cali_phy1); in imx8_sata_enable()
468 phy_power_off(imxpriv->cali_phy1); in imx8_sata_enable()
469 phy_exit(imxpriv->cali_phy1); in imx8_sata_enable()
484 phy_power_off(imxpriv->cali_phy1); in imx8_sata_enable()
486 phy_exit(imxpriv->cali_phy1); in imx8_sata_enable()
850 imxpriv->cali_phy1 = devm_phy_get(dev, "cali-phy1"); in imx8_sata_probe()
851 if (IS_ERR(imxpriv->cali_phy1)) in imx8_sata_probe()
852 return dev_err_probe(dev, PTR_ERR(imxpriv->cali_phy1), in imx8_sata_probe()