Home
last modified time | relevance | path

Searched refs:DIV_S64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_sched.c3969 bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE); in ice_sched_calc_wakeup()
3970 wakeup_int = DIV_S64(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup()
3978 wakeup_a = DIV_S64((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
3985 if (wakeup_f > DIV_S64(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
3988 wakeup_f_int = (s32)DIV_S64(wakeup_f * ICE_RL_PROF_FRACTION, in ice_sched_calc_wakeup()
4021 bytes_per_sec = DIV_S64((s64)bw * 1000, BITS_PER_BYTE); in ice_sched_bw_to_rl_profile()
4027 ts_rate = DIV_S64((s64)hw->psm_clk_freq, in ice_sched_bw_to_rl_profile()
4033 mv_tmp = DIV_S64(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
H A Dice_type.h63 static inline s64 DIV_S64(s64 dividend, s64 divisor) in DIV_S64() function