Searched refs:tegra_dfll (Results 1 – 1 of 1) sorted by relevance
260 struct tegra_dfll { struct316 #define clk_hw_to_dfll(_hw) container_of(_hw, struct tegra_dfll, dfll_clk_hw) argument330 static inline u32 dfll_readl(struct tegra_dfll *td, u32 offs) in dfll_readl()335 static inline void dfll_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_writel()341 static inline void dfll_wmb(struct tegra_dfll *td) in dfll_wmb()348 static inline u32 dfll_i2c_readl(struct tegra_dfll *td, u32 offs) in dfll_i2c_readl()353 static inline void dfll_i2c_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_i2c_writel()358 static inline void dfll_i2c_wmb(struct tegra_dfll *td) in dfll_i2c_wmb()370 static bool dfll_is_running(struct tegra_dfll *td) in dfll_is_running()390 struct tegra_dfll *td = dev_get_drvdata(dev); in tegra_dfll_runtime_resume()[all …]