Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_i2c_hw.c472 uint32_t period_timeout; in get_transaction_timeout_hw() local
478 period_timeout = (1000 * TRANSACTION_TIMEOUT_IN_I2C_CLOCKS) / speed; in get_transaction_timeout_hw()
485 return period_timeout * num_of_clock_stretches; in get_transaction_timeout_hw()