Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/
Ddce_aux.c74 #define TIME_OUT_MULTIPLIER_64 64 macro
471 length = timeout_in_us/TIME_OUT_MULTIPLIER_64; in dce_aux_configure_timeout()
472 if (timeout_in_us % TIME_OUT_MULTIPLIER_64 != 0) in dce_aux_configure_timeout()
491 prev_timeout_val = prev_length * TIME_OUT_MULTIPLIER_64; in dce_aux_configure_timeout()