Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/starfive/
Dclk-starfive-jh7110-pll.c143 struct jh7110_pll_data pll[JH7110_PLLCLK_END];
262 static const struct jh7110_pll_info jh7110_plls[JH7110_PLLCLK_END] = {
450 if (idx < JH7110_PLLCLK_END) in jh7110_pll_get()
471 for (idx = 0; idx < JH7110_PLLCLK_END; idx++) { in jh7110_pll_probe()
/linux-6.12.1/include/dt-bindings/clock/
Dstarfive,jh7110-crg.h14 #define JH7110_PLLCLK_END 3 macro