Searched refs:mcr_scu_mpll (Results 1 – 1 of 1) sorted by relevance
140 uint32_t mcr_cfg, mcr_scu_mpll, mcr_scu_strap; in ast_get_dram_info() local153 &mcr_scu_mpll)) in ast_get_dram_info()154 mcr_scu_mpll = 0x000050C0; in ast_get_dram_info()163 mcr_scu_mpll = ast_read32(ast, 0x10120); in ast_get_dram_info()237 denum = mcr_scu_mpll & 0x1f; in ast_get_dram_info()238 num = (mcr_scu_mpll & 0x3fe0) >> 5; in ast_get_dram_info()239 dsel = (mcr_scu_mpll & 0xc000) >> 14; in ast_get_dram_info()
Completed in 4 milliseconds