Searched refs:ramp_rate_interpolated_u64 (Results 1 – 1 of 1) sorted by relevance
253 uint64_t ramp_rate_interpolated_u64 = div64_u64(((unsigned long long)( in update_v_total_for_static_ramp() local255 ASSERT(ramp_rate_interpolated_u64 <= 0xFFFFFFFF); in update_v_total_for_static_ramp()256 unsigned int ramp_rate_interpolated = (unsigned int)ramp_rate_interpolated_u64; in update_v_total_for_static_ramp()