Searched refs:cpo_max (Results 1 – 1 of 1) sorted by relevance
2662 u32 cpo_max = cpo_min; in erratum_a009942_check_cpo() local2686 if (tmp > cpo_max) in erratum_a009942_check_cpo()2687 cpo_max = tmp; in erratum_a009942_check_cpo()2695 if (cpo > cpo_max) in erratum_a009942_check_cpo()2696 cpo_max = 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()