fast_clk          153 drivers/clocksource/timer-pistachio.c 	struct clk *sys_clk, *fast_clk;
fast_clk          183 drivers/clocksource/timer-pistachio.c 	fast_clk = of_clk_get_by_name(node, "fast");
fast_clk          184 drivers/clocksource/timer-pistachio.c 	if (IS_ERR(fast_clk)) {
fast_clk          185 drivers/clocksource/timer-pistachio.c 		pr_err("clock get failed (%lu)\n", PTR_ERR(fast_clk));
fast_clk          186 drivers/clocksource/timer-pistachio.c 		return PTR_ERR(fast_clk);
fast_clk          195 drivers/clocksource/timer-pistachio.c 	ret = clk_prepare_enable(fast_clk);
fast_clk          202 drivers/clocksource/timer-pistachio.c 	rate = clk_get_rate(fast_clk);
fast_clk          257 drivers/i2c/busses/i2c-tegra.c 	struct clk *fast_clk;
fast_clk          649 drivers/i2c/busses/i2c-tegra.c 		ret = clk_enable(i2c_dev->fast_clk);
fast_clk          661 drivers/i2c/busses/i2c-tegra.c 		clk_disable(i2c_dev->fast_clk);
fast_clk          674 drivers/i2c/busses/i2c-tegra.c 		clk_disable(i2c_dev->fast_clk);
fast_clk         1514 drivers/i2c/busses/i2c-tegra.c 	struct clk *fast_clk;
fast_clk         1574 drivers/i2c/busses/i2c-tegra.c 		fast_clk = devm_clk_get(&pdev->dev, "fast-clk");
fast_clk         1575 drivers/i2c/busses/i2c-tegra.c 		if (IS_ERR(fast_clk)) {
fast_clk         1577 drivers/i2c/busses/i2c-tegra.c 			return PTR_ERR(fast_clk);
fast_clk         1579 drivers/i2c/busses/i2c-tegra.c 		i2c_dev->fast_clk = fast_clk;
fast_clk         1585 drivers/i2c/busses/i2c-tegra.c 		ret = clk_prepare(i2c_dev->fast_clk);
fast_clk         1693 drivers/i2c/busses/i2c-tegra.c 		clk_unprepare(i2c_dev->fast_clk);
fast_clk         1713 drivers/i2c/busses/i2c-tegra.c 		clk_unprepare(i2c_dev->fast_clk);
fast_clk         4307 sound/soc/codecs/madera.c 	int refdiv, fref, fout, lockdet_thr, fbdiv, hp, fast_clk, fllgcd;
fast_clk         4323 sound/soc/codecs/madera.c 	fast_clk = 0;
fast_clk         4346 sound/soc/codecs/madera.c 			fast_clk = 0x3;
fast_clk         4445 sound/soc/codecs/madera.c 			   fast_clk);