Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/ufs/
Dufs-qcom.txt24 "tx_iface_clk" & "rx_iface_clk" are mandatory but
48 "tx_iface_clk",
/Linux-v5.4/drivers/phy/qualcomm/
Dphy-qcom-ufs.c189 &phy_common->tx_iface_clk); in ufs_qcom_phy_init_clks()
448 ret = clk_prepare_enable(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
456 clk_disable_unprepare(phy->tx_iface_clk); in ufs_qcom_phy_enable_iface_clk()
471 clk_disable_unprepare(phy->tx_iface_clk); in ufs_qcom_phy_disable_iface_clk()
Dphy-qcom-ufs-i.h62 struct clk *tx_iface_clk; member