Home
last modified time | relevance | path

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

/u-boot/drivers/clk/aspeed/
A Dclk_ast2500.c71 static ulong ast2500_get_hpll_rate(ulong clkin, u32 hpll_reg) in ast2500_get_hpll_rate() argument
73 const ulong num = (hpll_reg & SCU_HPLL_NUM_MASK) >> SCU_HPLL_NUM_SHIFT; in ast2500_get_hpll_rate()
74 const ulong denum = (hpll_reg & SCU_HPLL_DENUM_MASK) in ast2500_get_hpll_rate()
76 const ulong post_div = (hpll_reg & SCU_HPLL_POST_MASK) in ast2500_get_hpll_rate()

Completed in 4 milliseconds