Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/tegra/
Dclk-dfll.c261 struct tegra_dfll { struct
308 #define clk_hw_to_dfll(_hw) container_of(_hw, struct tegra_dfll, dfll_clk_hw) argument
322 static inline u32 dfll_readl(struct tegra_dfll *td, u32 offs) in dfll_readl()
327 static inline void dfll_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_writel()
333 static inline void dfll_wmb(struct tegra_dfll *td) in dfll_wmb()
340 static inline u32 dfll_i2c_readl(struct tegra_dfll *td, u32 offs) in dfll_i2c_readl()
345 static inline void dfll_i2c_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_i2c_writel()
350 static inline void dfll_i2c_wmb(struct tegra_dfll *td) in dfll_i2c_wmb()
362 static bool dfll_is_running(struct tegra_dfll *td) in dfll_is_running()
382 struct tegra_dfll *td = dev_get_drvdata(dev); in tegra_dfll_runtime_resume()
[all …]