Home
last modified time | relevance | path

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

/drivers/phy/samsung/
Dphy-samsung-ufs.c137 phy->tx0_symbol_clk = devm_clk_get(phy->dev, "tx0_symbol_clk"); in samsung_ufs_phy_symbol_clk_init()
138 if (IS_ERR(phy->tx0_symbol_clk)) { in samsung_ufs_phy_symbol_clk_init()
140 return PTR_ERR(phy->tx0_symbol_clk); in samsung_ufs_phy_symbol_clk_init()
155 ret = clk_prepare_enable(phy->tx0_symbol_clk); in samsung_ufs_phy_symbol_clk_init()
178 clk_disable_unprepare(phy->tx0_symbol_clk); in samsung_ufs_phy_symbol_clk_init()
263 clk_disable_unprepare(ss_phy->tx0_symbol_clk); in samsung_ufs_phy_exit()
Dphy-samsung-ufs.h120 struct clk *tx0_symbol_clk; member