Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzg2l-cpg.c61 #define CPG_PLL_STBY_OFFSET(conf) FIELD_GET(GENMASK(23, 12), (conf)) macro
64 #define CPG_PLL_CLK1_OFFSET(x) (CPG_PLL_STBY_OFFSET(x) + 0x4)
65 #define CPG_PLL_CLK2_OFFSET(x) (CPG_PLL_STBY_OFFSET(x) + 0x8)
66 #define CPG_PLL_MON_OFFSET(x) (CPG_PLL_STBY_OFFSET(x) + 0xc)
1199 stby_offset = CPG_PLL_STBY_OFFSET(pll_clk->conf); in rzg3l_cpg_pll_clk_endisable()