Home
last modified time | relevance | path

Searched refs:DIV_ROUND_CLOSEST_ULL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/include/linux/
H A Dkernel.h128 #define DIV_ROUND_CLOSEST_ULL(ll, d) \ macro
/dragonfly/sys/dev/drm/
H A Ddrm_vblank.c227 diff = DIV_ROUND_CLOSEST_ULL(diff_ns, framedur_ns); in drm_update_vblank_count()
/dragonfly/sys/dev/drm/i915/
H A Dintel_panel.c419 target_val = DIV_ROUND_CLOSEST_ULL((uint64_t)(source_val - source_min) * in scale()
H A Dintel_display.c555 clock->vco = DIV_ROUND_CLOSEST_ULL((uint64_t)refclk * clock->m, in chv_calc_dpll_params()
940 m2 = DIV_ROUND_CLOSEST_ULL(((uint64_t)target * clock.p * in chv_find_best_dpll()