Searched refs:ret_n (Results 1 – 1 of 1) sorted by relevance
4625 u32 *ret_m, u32 *ret_n, in compute_m_n() argument4636 *ret_n = DP_LINK_CONSTANT_N_VALUE; in compute_m_n()4638 *ret_n = min_t(unsigned int, roundup_pow_of_two(n), DATA_LINK_N_MAX); in compute_m_n()4640 *ret_m = div_u64(mul_u32_u32(m, *ret_n), n); in compute_m_n()4641 intel_reduce_m_n_ratio(ret_m, ret_n); in compute_m_n()