Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.c73 #define TIME_OUT_MULTIPLIER_32 32 macro
466 length = timeout_in_us/TIME_OUT_MULTIPLIER_32; in dce_aux_configure_timeout()
467 if (timeout_in_us % TIME_OUT_MULTIPLIER_32 != 0) in dce_aux_configure_timeout()
488 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_32; in dce_aux_configure_timeout()