Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/tegra/
Dclk-dfll.c262 struct tegra_dfll { struct
309 #define clk_hw_to_dfll(_hw) container_of(_hw, struct tegra_dfll, dfll_clk_hw) argument
323 static inline u32 dfll_readl(struct tegra_dfll *td, u32 offs) in dfll_readl()
328 static inline void dfll_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_writel()
334 static inline void dfll_wmb(struct tegra_dfll *td) in dfll_wmb()
341 static inline u32 dfll_i2c_readl(struct tegra_dfll *td, u32 offs) in dfll_i2c_readl()
346 static inline void dfll_i2c_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_i2c_writel()
351 static inline void dfll_i2c_wmb(struct tegra_dfll *td) in dfll_i2c_wmb()
363 static bool dfll_is_running(struct tegra_dfll *td) in dfll_is_running()
383 struct tegra_dfll *td = dev_get_drvdata(dev); in tegra_dfll_runtime_resume()
[all …]