Home
last modified time | relevance | path

Searched full:emmcclk (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/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()
171 dev_err(&phy->dev, "ERROR: getting emmcclk\n"); 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-keembay-emmc.c44 struct clk *emmcclk; member
84 mhz = DIV_ROUND_CLOSEST(clk_get_rate(priv->emmcclk), 1000000); in keembay_emmc_phy_power()
197 priv->emmcclk = clk_get_optional(&phy->dev, "emmcclk"); in keembay_emmc_phy_init()
199 return PTR_ERR_OR_ZERO(priv->emmcclk); in keembay_emmc_phy_init()
206 clk_put(priv->emmcclk); in keembay_emmc_phy_exit()
/Linux-v5.10/drivers/phy/rockchip/
Dphy-rockchip-emmc.c81 struct clk *emmcclk; member
113 rate = clk_get_rate(rk_phy->emmcclk); in rockchip_emmc_phy_power()
249 rk_phy->emmcclk = clk_get(&phy->dev, "emmcclk"); in rockchip_emmc_phy_init()
250 if (IS_ERR(rk_phy->emmcclk)) { in rockchip_emmc_phy_init()
251 dev_dbg(&phy->dev, "Error getting emmcclk: %d\n", ret); in rockchip_emmc_phy_init()
252 rk_phy->emmcclk = NULL; in rockchip_emmc_phy_init()
262 clk_put(rk_phy->emmcclk); in rockchip_emmc_phy_exit()
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Drockchip-emmc-phy.txt11 - clock-names: Should contain "emmcclk". Although this is listed as optional
34 clock-names = "emmcclk";
Dintel,lgm-emmc-phy.yaml41 - const: emmcclk
72 clock-names = "emmcclk";
/Linux-v5.10/Documentation/devicetree/bindings/mmc/
Dsdhci-of-dwcmshc.txt18 clocks = <&emmcclk>;
Dmarvell,xenon-sdhci.txt144 clocks = <&emmcclk>;
/Linux-v5.10/drivers/clk/
Dclk-ast2600.c87 [ASPEED_CLK_GATE_EMMCCLK] = { 27, 16, "emmcclk-gate", NULL, 0 }, /* For card clk */
/Linux-v5.10/drivers/pinctrl/aspeed/
Dpinctrl-aspeed-g6.c1450 SIG_EXPR_LIST_DECL_SEMG(AB4, EMMCCLK, EMMCG1, EMMC, SIG_DESC_SET(SCU400, 24));
1451 PIN_DECL_1(AB4, GPIO18D0, EMMCCLK);
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi1474 clock-names = "emmcclk";