Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-npcm7xx.c32 #define PLLCON_FBDV GENMASK(27, 16) macro
54 fbdv = FIELD_GET(PLLCON_FBDV, val); in npcm7xx_clk_pll_recalc_rate()
H A Dclk-npcm8xx.c40 #define PLLCON_FBDV GENMASK(27, 16) macro
240 fbdv = FIELD_GET(PLLCON_FBDV, val); in npcm8xx_clk_pll_recalc_rate()
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_clk.c43 #define PLLCON_FBDV(con) extract32((con), 16, 12) macro
130 freq *= PLLCON_FBDV(con); in npcm7xx_clk_update_pll()