Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/tegra/
Dclk-dfll.c122 #define DFLL_OUTPUT_FORCE 0x24 macro
617 u32 val = dfll_readl(td, DFLL_OUTPUT_FORCE); in dfll_set_force_output_value()
620 dfll_writel(td, val, DFLL_OUTPUT_FORCE); in dfll_set_force_output_value()
623 return dfll_readl(td, DFLL_OUTPUT_FORCE); in dfll_set_force_output_value()
635 u32 val = dfll_readl(td, DFLL_OUTPUT_FORCE); in dfll_set_force_output_enabled()
642 dfll_writel(td, val, DFLL_OUTPUT_FORCE); in dfll_set_force_output_enabled()
759 dfll_writel(td, 0, DFLL_OUTPUT_FORCE); in dfll_init_out_if()