Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_sched.c3931 bytes_per_sec = DIV_S64(bw * 1000, BITS_PER_BYTE); in ice_sched_calc_wakeup()
3932 wakeup_int = DIV_S64(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup()
3940 wakeup_a = DIV_S64(ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
3947 if (wakeup_f > DIV_S64(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
3950 wakeup_f_int = (s32)DIV_S64(wakeup_f * ICE_RL_PROF_FRACTION, in ice_sched_calc_wakeup()
3983 bytes_per_sec = DIV_S64(bw * 1000, BITS_PER_BYTE); in ice_sched_bw_to_rl_profile()
3989 ts_rate = DIV_S64(hw->psm_clk_freq, in ice_sched_bw_to_rl_profile()
3995 mv_tmp = DIV_S64(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
Dice_type.h97 static inline s64 DIV_S64(s64 dividend, s64 divisor) in DIV_S64() function