Searched refs:tegra_dfll (Results 1 – 1 of 1) sorted by relevance
260 struct tegra_dfll { struct317 #define clk_hw_to_dfll(_hw) container_of(_hw, struct tegra_dfll, dfll_clk_hw) argument331 static inline u32 dfll_readl(struct tegra_dfll *td, u32 offs) in dfll_readl()336 static inline void dfll_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_writel()342 static inline void dfll_wmb(struct tegra_dfll *td) in dfll_wmb()349 static inline u32 dfll_i2c_readl(struct tegra_dfll *td, u32 offs) in dfll_i2c_readl()354 static inline void dfll_i2c_writel(struct tegra_dfll *td, u32 val, u32 offs) in dfll_i2c_writel()359 static inline void dfll_i2c_wmb(struct tegra_dfll *td) in dfll_i2c_wmb()371 static bool dfll_is_running(struct tegra_dfll *td) in dfll_is_running()391 struct tegra_dfll *td = dev_get_drvdata(dev); in tegra_dfll_runtime_resume()[all …]