Searched full:emmcclk (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/phy/intel/ |
D | phy-intel-lgm-emmc.c | 48 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()
|
D | phy-intel-keembay-emmc.c | 44 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-6.12.1/drivers/phy/rockchip/ |
D | phy-rockchip-emmc.c | 87 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() 261 dev_err(&phy->dev, "Error getting emmcclk: %d\n", ret); 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-6.12.1/Documentation/devicetree/bindings/phy/ |
D | rockchip,rk3399-emmc-phy.yaml | 23 const: emmcclk 61 clock-names = "emmcclk";
|
D | intel,lgm-emmc-phy.yaml | 41 - const: emmcclk 72 clock-names = "emmcclk";
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/rockchip/ |
D | grf.yaml | 324 clock-names = "emmcclk";
|
/linux-6.12.1/Documentation/devicetree/bindings/mmc/ |
D | marvell,xenon-sdhci.yaml | 248 clocks = <&emmcclk 0>;
|
/linux-6.12.1/drivers/clk/ |
D | clk-ast2600.c | 129 [ASPEED_CLK_GATE_EMMCCLK] = { 27, 16, "emmcclk-gate", NULL, 0 }, /* For card clk */
|
/linux-6.12.1/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed-g6.c | 1465 SIG_EXPR_LIST_DECL_SEMG(AB4, EMMCCLK, EMMCG1, EMMC, SIG_DESC_SET(SCU400, 24)); 1466 PIN_DECL_1(AB4, GPIO18D0, EMMCCLK);
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-base.dtsi | 1679 clock-names = "emmcclk";
|