Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c2610 u32 cpo_min = ddr_in32(&ddr->debug[9]) >> 24; in erratum_a009942_check_cpo() local
2611 u32 cpo_max = cpo_min; in erratum_a009942_check_cpo()
2632 if (tmp < cpo_min) in erratum_a009942_check_cpo()
2633 cpo_min = tmp; in erratum_a009942_check_cpo()
2642 if (cpo < cpo_min) in erratum_a009942_check_cpo()
2643 cpo_min = cpo; in erratum_a009942_check_cpo()
2649 cpo_optimal = ((cpo_max + cpo_min) >> 1) + 0x27; in erratum_a009942_check_cpo()
2652 debug("cpo_max = 0x%x, cpo_min = 0x%x\n", cpo_max, cpo_min); in erratum_a009942_check_cpo()
2657 update_cpo = (cpo_min + 0x3b) < cpo_target ? true : false; in erratum_a009942_check_cpo()
2659 update_cpo = (cpo_min + 0x3f) < cpo_target ? true : false; in erratum_a009942_check_cpo()