Home
last modified time | relevance | path

Searched refs:fast_clk (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/i2c/busses/
Di2c-tegra.c162 struct clk *fast_clk; member
385 ret = clk_enable(i2c_dev->fast_clk); in tegra_i2c_clock_enable()
396 clk_disable(i2c_dev->fast_clk); in tegra_i2c_clock_enable()
405 clk_disable(i2c_dev->fast_clk); in tegra_i2c_clock_disable()
711 struct clk *fast_clk; in tegra_i2c_probe() local
771 fast_clk = devm_clk_get(&pdev->dev, "fast-clk"); in tegra_i2c_probe()
772 if (IS_ERR(fast_clk)) { in tegra_i2c_probe()
774 return PTR_ERR(fast_clk); in tegra_i2c_probe()
776 i2c_dev->fast_clk = fast_clk; in tegra_i2c_probe()
782 ret = clk_prepare(i2c_dev->fast_clk); in tegra_i2c_probe()
[all …]
/linux-4.1.27/arch/arm/boot/dts/
Dste-u300.dts180 fast_clk: fast_clk@26M { label
192 clocks = <&fast_clk>;
199 clocks = <&fast_clk>;
206 clocks = <&fast_clk>;
218 clocks = <&fast_clk>;