Home
last modified time | relevance | path

Searched refs:DIV64_U64_ROUND_UP (Results 1 – 11 of 11) sorted by relevance

/linux/block/
A Dblk-iocost.c874 *page = DIV64_U64_ROUND_UP(VTIME_PER_SEC, in calc_lcoefs()
1110 parent_inuse = DIV64_U64_ROUND_UP( in __propagate_weights()
1918 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1977 iocg->hweight_inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
1982 inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
1987 st = DIV64_U64_ROUND_UP( in transfer_surpluses()
1991 wpt = DIV64_U64_ROUND_UP( in transfer_surpluses()
1994 wptp = DIV64_U64_ROUND_UP( in transfer_surpluses()
2022 inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
2288 u64 inflight_us = DIV64_U64_ROUND_UP( in ioc_timer_fn()
[all …]
/linux/drivers/pwm/
A Dpwm-mtk-disp.c207 state->period = DIV64_U64_ROUND_UP(period * (clk_div + 1) * NSEC_PER_SEC, rate); in mtk_disp_pwm_get_state()
209 state->duty_cycle = DIV64_U64_ROUND_UP(high_width * (clk_div + 1) * NSEC_PER_SEC, in mtk_disp_pwm_get_state()
A Dpwm-atmel.c379 state->period = DIV64_U64_ROUND_UP(tmp, rate); in atmel_pwm_get_state()
388 state->duty_cycle = DIV64_U64_ROUND_UP(tmp, rate); in atmel_pwm_get_state()
/linux/net/ceph/
A Dstriper.c266 u64 num_periods = DIV64_U64_ROUND_UP(size, period); in ceph_get_num_objects()
/linux/include/linux/
A Dmath64.h287 #define DIV64_U64_ROUND_UP(ll, d) \ macro
/linux/drivers/gpu/drm/bridge/
A Dnwl-dsi.c192 return DIV64_U64_ROUND_UP(ps * dsi->mode.clock * bpp, in ps2bc()
203 return DIV64_U64_ROUND_UP(ui * dsi->lanes, in ui2bc()
/linux/drivers/ptp/
A Dptp_qoriq.c199 diff = DIV64_U64_ROUND_UP(diff, 2); in ptp_qoriq_adjfine()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_mst_types.c544 return (int) DIV64_U64_ROUND_UP(peak_kbps * 64, (54 * 8 * 1000)); in kbps_to_peak_pbn()
/linux/drivers/gpu/drm/i915/display/
A Dintel_audio.c552 hblank_delta = DIV64_U64_ROUND_UP(mul_u32_u32(5 * (link_clk + cdclk), pixel_clk), in calc_hblank_early_prog()
/linux/mm/
A Dvmscan.c2907 DIV64_U64_ROUND_UP(scan * fraction[file], in get_scan_count()
/linux/drivers/gpu/drm/i915/
A Dintel_pm.c5205 DIV64_U64_ROUND_UP(alloc_size * rate, in skl_allocate_plane_ddb()
5216 DIV64_U64_ROUND_UP(alloc_size * rate, in skl_allocate_plane_ddb()

Completed in 42 milliseconds