Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c66 #define TIME_OUT_MULTIPLIER_32 32 macro
463 length = timeout_in_us/TIME_OUT_MULTIPLIER_32; in dce_aux_configure_timeout()
464 if (timeout_in_us % TIME_OUT_MULTIPLIER_32 != 0) in dce_aux_configure_timeout()
485 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_32; in dce_aux_configure_timeout()