Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Daspeed_scu.c265 uint32_t hpll = asc->calc_hpll(s, s->regs[HPLL_PARAM]); in aspeed_scu_read()
267 return hpll / (SCU_CLK_GET_PCLK_DIV(s->regs[CLK_SEL]) + 1) in aspeed_scu_read()
274 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_scu_read()
276 return hpll / (SCU_CLK_GET_PCLK_DIV(s->regs[AST2600_CLK_SEL]) + 1)
283 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_ast2400_scu_write()
285 return hpll / (SCU_AST1030_CLK_GET_PCLK_DIV(s->regs[AST2600_CLK_SEL4]) + 1) in aspeed_ast2400_scu_write()
292 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2700_SCU_HPLL_PARAM]); in aspeed_ast2400_scu_write()
294 return hpll / (SCU_CLK_GET_PCLK_DIV(s->regs[AST2700_SCU_CLK_SEL_1]) + 1) in aspeed_ast2400_scu_write()
301 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2700_SCUIO_HPLL_PARAM]); in aspeed_ast2400_scu_write()
303 return hpll / in aspeed_ast2400_scu_write()
223 uint32_t hpll = asc->calc_hpll(s, s->regs[HPLL_PARAM]); aspeed_2400_scu_get_apb_freq() local
232 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); aspeed_2600_scu_get_apb_freq() local
241 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); aspeed_1030_scu_get_apb_freq() local
[all...]