Home
last modified time | relevance | path

Searched full:tx0_symbol_clk (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/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()
139 dev_err(phy->dev, "failed to get tx0_symbol_clk clock\n"); 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()
157 dev_err(phy->dev, "%s: tx0_symbol_clk enable failed %d\n", __func__, ret); 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.h114 struct clk *tx0_symbol_clk; member
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dsamsung,ufs-phy.yaml39 - const: tx0_symbol_clk
72 "rx0_symbol_clk", "tx0_symbol_clk";
/Linux-v5.10/arch/arm64/boot/dts/exynos/
Dexynos7.dtsi629 "tx0_symbol_clk";