Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/ufs/
Dufs-qcom.txt24 "tx_iface_clk" & "rx_iface_clk" are mandatory but
47 "tx_iface_clk",
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-ufs.c183 &phy_common->tx_iface_clk); in ufs_qcom_phy_init_clks()
492 ret = clk_prepare_enable(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
500 clk_disable_unprepare(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
515 clk_disable_unprepare(phy->tx_iface_clk); in ufs_qcom_phy_disable_iface_clk()
Dphy-qcom-ufs-i.h87 struct clk *tx_iface_clk; member