Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/bindings/ufs/
Dufs-qcom.txt21 "tx_iface_clk" & "rx_iface_clk" are mandatory but
45 "tx_iface_clk",
/linux-4.4.14/drivers/phy/
Dphy-qcom-ufs.c191 &phy_common->tx_iface_clk); in ufs_qcom_phy_init_clks()
539 ret = clk_prepare_enable(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
547 clk_disable_unprepare(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
565 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