Searched refs:peak_kbps (Results 1 – 2 of 2) sorted by relevance
483 u64 peak_kbps = kbps; in kbps_to_peak_pbn() local485 peak_kbps *= 1006; in kbps_to_peak_pbn()486 peak_kbps = div_u64(peak_kbps, 1000); in kbps_to_peak_pbn()487 return (int) DIV64_U64_ROUND_UP(peak_kbps * 64, (54 * 8 * 1000)); in kbps_to_peak_pbn()
2797 struct fixed31_32 peak_kbps; in get_pbn_from_timing() local2817 peak_kbps = dc_fixpt_from_fraction(kbps, denominator); in get_pbn_from_timing()2819 return peak_kbps; in get_pbn_from_timing()