Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Daspeed_scu.c265 uint32_t hpll = asc->calc_hpll(s, s->regs[HPLL_PARAM]); in aspeed_2400_scu_get_apb_freq()
274 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_2600_scu_get_apb_freq()
283 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2600_HPLL_PARAM]); in aspeed_1030_scu_get_apb_freq()
292 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2700_SCU_HPLL_PARAM]); in aspeed_2700_scu_get_apb_freq()
301 uint32_t hpll = asc->calc_hpll(s, s->regs[AST2700_SCUIO_HPLL_PARAM]); in aspeed_2700_scuio_get_apb_freq()
639 asc->calc_hpll = aspeed_2400_scu_calc_hpll; in aspeed_2400_scu_class_init()
661 asc->calc_hpll = aspeed_2500_scu_calc_hpll; in aspeed_2500_scu_class_init()
836 asc->calc_hpll = aspeed_2600_scu_calc_hpll; in aspeed_2600_scu_class_init()
952 asc->calc_hpll = aspeed_2600_scu_calc_hpll; in aspeed_2700_scu_class_init()
1066 asc->calc_hpll = aspeed_2600_scu_calc_hpll; in aspeed_2700_scuio_class_init()
[all …]
/openbmc/qemu/include/hw/misc/
H A Daspeed_scu.h67 uint32_t (*calc_hpll)(AspeedSCUState *s, uint32_t hpll_reg); member