Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Daspeed_scu.c465 static uint32_t aspeed_2400_scu_calc_hpll(AspeedSCUState *s, uint32_t hpll_reg) in aspeed_2600_scu_calc_hpll()
471 if (hpll_reg & SCU_AST2400_H_PLL_OFF) { in aspeed_2600_scu_calc_hpll()
475 if (hpll_reg & SCU_AST2400_H_PLL_PROGRAMMED) { in aspeed_scu_reset()
478 if (!(hpll_reg & SCU_AST2400_H_PLL_BYPASS_EN)) { in aspeed_scu_reset()
479 uint32_t n = (hpll_reg >> 5) & 0x3f; in aspeed_scu_reset()
480 uint32_t od = (hpll_reg >> 4) & 0x1; in aspeed_scu_reset()
481 uint32_t d = hpll_reg & 0xf; in aspeed_scu_reset()
496 static uint32_t aspeed_2500_scu_calc_hpll(AspeedSCUState *s, uint32_t hpll_reg)
501 if (hpll_reg & SCU_H_PLL_OFF) { in is_supported_silicon_rev()
505 if (!(hpll_reg in is_supported_silicon_rev()
403 aspeed_2400_scu_calc_hpll(AspeedSCUState * s,uint32_t hpll_reg) aspeed_2400_scu_calc_hpll() argument
434 aspeed_2500_scu_calc_hpll(AspeedSCUState * s,uint32_t hpll_reg) aspeed_2500_scu_calc_hpll() argument
454 aspeed_2600_scu_calc_hpll(AspeedSCUState * s,uint32_t hpll_reg) aspeed_2600_scu_calc_hpll() argument
[all...]
/qemu/include/hw/misc/
H A Daspeed_scu.h67 uint32_t (*calc_hpll)(AspeedSCUState *s, uint32_t hpll_reg);