Searched refs:cur_init3 (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c3172 u32 dest_dll_off, cur_init3, dst_init3, cur_fsp, cur_dll_off; local
3202 cur_init3 = readl(pctl_base + UMCTL2_REGS_FREQ(cur_fsp) +
3204 cur_init3 &= PCTL2_MR_MASK;
3206 if ((dramtype == DDR3 && !(cur_init3 & 1)) ||
3207 (dramtype == DDR4 && (cur_init3 & 1)))
3212 cur_init3 |= 1;
3214 cur_init3 &= ~1;
3215 pctl_write_mr(dram->pctl, 2, 1, cur_init3, dramtype);

Completed in 42 milliseconds