Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-npcm7xx.c36 #define PLLCON_INDV GENMASK(5, 0) macro
53 indv = FIELD_GET(PLLCON_INDV, val); in npcm7xx_clk_pll_recalc_rate()
H A Dclk-npcm8xx.c44 #define PLLCON_INDV GENMASK(5, 0) macro
239 indv = FIELD_GET(PLLCON_INDV, val); in npcm8xx_clk_pll_recalc_rate()
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_clk.c46 #define PLLCON_INDV(con) extract32((con), 0, 6) macro
131 freq /= PLLCON_INDV(con) * PLLCON_OTDV1(con) * PLLCON_OTDV2(con); in npcm7xx_clk_update_pll()