Home
last modified time | relevance | path

Searched refs:emmcclk (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/phy/intel/
Dphy-intel-lgm-emmc.c48 struct clk *emmcclk; member
75 rate = clk_get_rate(priv->emmcclk); in intel_emmc_phy_power()
169 priv->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in intel_emmc_phy_init()
170 if (IS_ERR(priv->emmcclk)) { in intel_emmc_phy_init()
172 return PTR_ERR(priv->emmcclk); in intel_emmc_phy_init()
182 clk_put(priv->emmcclk); in intel_emmc_phy_exit()
Dphy-intel-thunderbay-emmc.c150 struct clk *emmcclk; member
175 rate = clk_get_rate(tbh_phy->emmcclk); in thunderbay_emmc_phy_power()
192 rate = clk_get_rate(tbh_phy->emmcclk); in thunderbay_emmc_phy_power()
253 rate = clk_get_rate(tbh_phy->emmcclk); in thunderbay_emmc_phy_power()
294 tbh_phy->emmcclk = clk_get(&phy->dev, "emmcclk"); in thunderbay_emmc_phy_init()
296 return PTR_ERR_OR_ZERO(tbh_phy->emmcclk); in thunderbay_emmc_phy_init()
303 clk_put(tbh_phy->emmcclk); in thunderbay_emmc_phy_exit()
342 rate = clk_get_rate(tbh_phy->emmcclk); in thunderbay_emmc_phy_power_on()
Dphy-intel-keembay-emmc.c44 struct clk *emmcclk; member
84 mhz = DIV_ROUND_CLOSEST(clk_get_rate(priv->emmcclk), 1000000); in keembay_emmc_phy_power()
198 priv->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in keembay_emmc_phy_init()
200 return PTR_ERR_OR_ZERO(priv->emmcclk); in keembay_emmc_phy_init()
207 clk_put(priv->emmcclk); in keembay_emmc_phy_exit()
/Linux-v6.1/drivers/phy/rockchip/
Dphy-rockchip-emmc.c87 struct clk *emmcclk; member
121 rate = clk_get_rate(rk_phy->emmcclk); in rockchip_emmc_phy_power()
258 rk_phy->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in rockchip_emmc_phy_init()
259 if (IS_ERR(rk_phy->emmcclk)) { in rockchip_emmc_phy_init()
260 ret = PTR_ERR(rk_phy->emmcclk); in rockchip_emmc_phy_init()
262 rk_phy->emmcclk = NULL; in rockchip_emmc_phy_init()
272 clk_put(rk_phy->emmcclk); in rockchip_emmc_phy_exit()
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Drockchip-emmc-phy.txt11 - clock-names: Should contain "emmcclk". Although this is listed as optional
39 clock-names = "emmcclk";
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi1561 clock-names = "emmcclk";