Searched full:emmcclk (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/phy/intel/ |
H A 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()
|
H A 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()
|
/openbmc/linux/drivers/phy/rockchip/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | rockchip-emmc-phy.txt | 11 - clock-names: Should contain "emmcclk". Although this is listed as optional 39 clock-names = "emmcclk";
|
H A D | intel,lgm-emmc-phy.yaml | 41 - const: emmcclk 72 clock-names = "emmcclk";
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | marvell,xenon-sdhci.yaml | 246 clocks = <&emmcclk 0>;
|
/openbmc/linux/drivers/clk/ |
H A D | clk-ast2600.c | 129 [ASPEED_CLK_GATE_EMMCCLK] = { 27, 16, "emmcclk-gate", NULL, 0 }, /* For card clk */
|
/openbmc/linux/drivers/pinctrl/aspeed/ |
H A 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);
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3399.dtsi | 1382 clock-names = "emmcclk";
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399.dtsi | 1610 clock-names = "emmcclk";
|