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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_smu_v11_0_i2c.c 426 uint32_t timeout_count = 0; local in function:smu_v11_0_i2c_activity_done
453 ++timeout_count;
455 } while (timeout_count < IDLE_TIMEOUT);
amdgpu_smu_v11_0_i2c.c 426 uint32_t timeout_count = 0; local in function:smu_v11_0_i2c_activity_done
453 ++timeout_count;
455 } while (timeout_count < IDLE_TIMEOUT);

Completed in 22 milliseconds