Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/starfive/
Dclk-starfive-jh7100.h9 #define JH7100_CLK_ENABLE BIT(31) macro
33 .max = JH7100_CLK_ENABLE, \
47 .max = JH7100_CLK_ENABLE | (_max), \
68 .max = JH7100_CLK_ENABLE | \
83 .max = JH7100_CLK_ENABLE | \
Dclk-starfive-jh7100.c306 jh7100_clk_reg_rmw(clk, JH7100_CLK_ENABLE, JH7100_CLK_ENABLE); in jh7100_clk_enable()
314 jh7100_clk_reg_rmw(clk, JH7100_CLK_ENABLE, 0); in jh7100_clk_disable()
321 return !!(jh7100_clk_reg_get(clk) & JH7100_CLK_ENABLE); in jh7100_clk_is_enabled()
568 if (max & JH7100_CLK_ENABLE) in starfive_jh7100_clk_ops()
572 if (max & JH7100_CLK_ENABLE) in starfive_jh7100_clk_ops()
580 if (max & JH7100_CLK_ENABLE) in starfive_jh7100_clk_ops()
585 if (max & JH7100_CLK_ENABLE) in starfive_jh7100_clk_ops()