Searched refs:clk_io (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dsdhci-pxav3.c51 struct clk *clk_io; member in struct:sdhci_pxa
387 pxa->clk_io = devm_clk_get(dev, "io");
388 if (IS_ERR(pxa->clk_io))
389 pxa->clk_io = devm_clk_get(dev, NULL);
390 if (IS_ERR(pxa->clk_io)) {
392 ret = PTR_ERR(pxa->clk_io);
395 pltfm_host->clk = pxa->clk_io;
396 clk_prepare_enable(pxa->clk_io);
466 clk_disable_unprepare(pxa->clk_io);
485 clk_disable_unprepare(pxa->clk_io);
[all...]
H A Dsdhci-s3c.c109 * @clk_io: The clock for the internal bus interface.
122 struct clk *clk_io; member in struct:sdhci_s3c
532 sc->clk_io = devm_clk_get(dev, "hsmmc");
533 if (IS_ERR(sc->clk_io)) {
535 ret = PTR_ERR(sc->clk_io);
540 clk_prepare_enable(sc->clk_io);
654 clk_disable_unprepare(sc->clk_io);
662 clk_disable_unprepare(sc->clk_io);
680 clk_prepare_enable(sc->clk_io);
687 clk_disable_unprepare(sc->clk_io);
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_mdio.c142 reg1 = readl(priv->clk_io + MLXBF_GIGE_MDIO_PLL_I1CLK_REG1);
143 reg2 = readl(priv->clk_io + MLXBF_GIGE_MDIO_PLL_I1CLK_REG2);
312 priv->clk_io = devm_ioremap(dev, res->start, resource_size(res));
313 if (!priv->clk_io)
H A Dmlxbf_gige.h102 void __iomem *clk_io; member in struct:mlxbf_gige

Completed in 161 milliseconds