Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c2661 u32 cpo_min = ddr_in32(&ddr->debug[9]) >> 24; in erratum_a009942_check_cpo() local
2662 u32 cpo_max = cpo_min; in erratum_a009942_check_cpo()
2683 if (tmp < cpo_min) in erratum_a009942_check_cpo()
2684 cpo_min = tmp; in erratum_a009942_check_cpo()
2693 if (cpo < cpo_min) in erratum_a009942_check_cpo()
2694 cpo_min = cpo; in erratum_a009942_check_cpo()
2700 cpo_optimal = ((cpo_max + cpo_min) >> 1) + 0x27; in erratum_a009942_check_cpo()
2703 debug("cpo_max = 0x%x, cpo_min = 0x%x\n", cpo_max, cpo_min); in erratum_a009942_check_cpo()
2708 update_cpo = (cpo_min + 0x3b) < cpo_target ? true : false; in erratum_a009942_check_cpo()
2710 update_cpo = (cpo_min + 0x3f) < cpo_target ? true : false; in erratum_a009942_check_cpo()