Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce110/
Di2c_hw_engine_dce110.c455 uint32_t num_of_clock_stretches; in get_transaction_timeout() local
462 num_of_clock_stretches = 1 + (length << 3) + 1; in get_transaction_timeout()
463 num_of_clock_stretches += in get_transaction_timeout()
467 return period_timeout * num_of_clock_stretches; in get_transaction_timeout()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce80/
Di2c_hw_engine_dce80.c750 uint32_t num_of_clock_stretches; in get_transaction_timeout() local
757 num_of_clock_stretches = 1 + (length << 3) + 1; in get_transaction_timeout()
758 num_of_clock_stretches += in get_transaction_timeout()
762 return period_timeout * num_of_clock_stretches; in get_transaction_timeout()