Searched refs:cpo_max (Results 1 – 1 of 1) sorted by relevance
2611 u32 cpo_max = cpo_min; in erratum_a009942_check_cpo() local2635 if (tmp > cpo_max) in erratum_a009942_check_cpo()2636 cpo_max = tmp; in erratum_a009942_check_cpo()2644 if (cpo > cpo_max) in erratum_a009942_check_cpo()2645 cpo_max = 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()