HomeSort by: relevance | last modified time | path
    Searched defs:num_of_clock_stretches (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_i2c_hw.c 477 uint32_t num_of_clock_stretches; local in function:get_transaction_timeout_hw
484 num_of_clock_stretches = 1 + (length << 3) + 1;
485 num_of_clock_stretches +=
489 return period_timeout * num_of_clock_stretches;

Completed in 12 milliseconds