Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/phy/
Dphy-qcom-ufs.c191 &phy_common->tx_iface_clk); in ufs_qcom_phy_init_clks()
535 ret = clk_prepare_enable(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
543 clk_disable_unprepare(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
560 clk_disable_unprepare(phy->tx_iface_clk); in ufs_qcom_phy_disable_iface_clk()
Dphy-qcom-ufs-i.h88 struct clk *tx_iface_clk; member