Searched refs:peak_kbps (Results 1 – 2 of 2) sorted by relevance
498 u64 peak_kbps = kbps; in kbps_to_peak_pbn() local500 peak_kbps *= 1006; in kbps_to_peak_pbn()501 peak_kbps = div_u64(peak_kbps, 1000); in kbps_to_peak_pbn()502 return (int) DIV64_U64_ROUND_UP(peak_kbps * 64, (54 * 8 * 1000)); in kbps_to_peak_pbn()
2824 struct fixed31_32 peak_kbps; in get_pbn_from_timing() local2844 peak_kbps = dc_fixpt_from_fraction(kbps, denominator); in get_pbn_from_timing()2846 return peak_kbps; in get_pbn_from_timing()