Home
last modified time | relevance | path

Searched refs:phy_pclk0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_imx.c100 struct clk *phy_pclk0; member
453 ret = clk_prepare_enable(imxpriv->phy_pclk0); in imx8_sata_enable()
455 dev_err(dev, "can't enable phy_pclk0.\n"); in imx8_sata_enable()
629 clk_disable_unprepare(imxpriv->phy_pclk0); in imx8_sata_enable()
641 clk_disable_unprepare(imxpriv->phy_pclk0); in imx8_sata_enable()
1018 imxpriv->phy_pclk0 = devm_clk_get(dev, "phy_pclk0"); in imx8_sata_probe()
1019 if (IS_ERR(imxpriv->phy_pclk0)) { in imx8_sata_probe()
1020 dev_err(dev, "can't get phy_pclk0 clock.\n"); in imx8_sata_probe()
1021 return PTR_ERR(imxpriv->phy_pclk0); in imx8_sata_probe()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dahci_imx.c100 struct clk *phy_pclk0; member
458 ret = clk_prepare_enable(imxpriv->phy_pclk0); in imx8_sata_enable()
460 dev_err(dev, "can't enable phy_pclk0.\n"); in imx8_sata_enable()
634 clk_disable_unprepare(imxpriv->phy_pclk0); in imx8_sata_enable()
646 clk_disable_unprepare(imxpriv->phy_pclk0); in imx8_sata_enable()
1023 imxpriv->phy_pclk0 = devm_clk_get(dev, "phy_pclk0"); in imx8_sata_probe()
1024 if (IS_ERR(imxpriv->phy_pclk0)) { in imx8_sata_probe()
1025 dev_err(dev, "can't get phy_pclk0 clock.\n"); in imx8_sata_probe()
1026 return PTR_ERR(imxpriv->phy_pclk0); in imx8_sata_probe()
[all...]

Completed in 5 milliseconds