Home
last modified time | relevance | path

Searched refs:div64_long (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dmath64.h10 #define div64_long(x, y) div64_s64((x), (y)) macro
61 #define div64_long(x, y) div_s64((x), (y)) macro
/openbmc/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci113 coccilib.org.print_todo(p[0], construct_warnings("div64_long"))
141 coccilib.report.print_report(p[0], construct_warnings("div64_long"))
/openbmc/linux/include/linux/
H A Dmath64.h12 #define div64_long(x, y) div64_s64((x), (y)) macro
86 #define div64_long(x, y) div_s64((x), (y)) macro
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c3103 bytes_per_sec = div64_long(((s64)bw * 1000), BITS_PER_BYTE); in ice_sched_calc_wakeup()
3104 wakeup_int = div64_long(hw->psm_clk_freq, bytes_per_sec); in ice_sched_calc_wakeup()
3112 wakeup_a = div64_long((s64)ICE_RL_PROF_MULTIPLIER * in ice_sched_calc_wakeup()
3119 if (wakeup_f > div64_long(ICE_RL_PROF_MULTIPLIER, 2)) in ice_sched_calc_wakeup()
3122 wakeup_f_int = (s32)div64_long(wakeup_f * ICE_RL_PROF_FRACTION, in ice_sched_calc_wakeup()
3155 bytes_per_sec = div64_long(((s64)bw * 1000), BITS_PER_BYTE); in ice_sched_bw_to_rl_profile()
3161 ts_rate = div64_long((s64)hw->psm_clk_freq, in ice_sched_bw_to_rl_profile()
3167 mv_tmp = div64_long(bytes_per_sec * ICE_RL_PROF_MULTIPLIER, in ice_sched_bw_to_rl_profile()
H A Dice_type.h28 return div64_long(((a) + (b) / 2), (b)); in round_up_64bit()
/openbmc/linux/kernel/time/
H A Dntp.c293 return div64_long(offset64 << (NTP_SCALE_SHIFT - SHIFT_FLL), secs); in ntp_update_offset_fll()
/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c784 bw = div64_long((u64)rs->delivered * BW_UNIT, rs->interval_us); in bbr_update_bw()
/openbmc/linux/sound/soc/ti/
H A Ddavinci-mcasp.c1155 error_ppm = (div*1000000 + (int)div64_long(1000000LL*rem, in davinci_mcasp_calc_clk_div()
/openbmc/linux/kernel/sched/
H A Ddeadline.c415 div64_long((dl_se->runtime * dl_se->dl_period), in task_non_contending()
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-css-params.c79 coeff = div64_long(coeff, input_width); in imgu_css_scaler_setup_lut()