Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/
Di2c_hw_engine.h30 TRANSACTION_TIMEOUT_IN_I2C_CLOCKS = 32 enumerator
Di2c_generic_hw_engine.c269 return ((1000 * TRANSACTION_TIMEOUT_IN_I2C_CLOCKS) / speed) * in dal_i2c_generic_hw_engine_get_transaction_timeout()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce110/
Di2c_hw_engine_dce110.c460 period_timeout = (1000 * TRANSACTION_TIMEOUT_IN_I2C_CLOCKS) / speed; in get_transaction_timeout()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce80/
Di2c_hw_engine_dce80.c755 period_timeout = (1000 * TRANSACTION_TIMEOUT_IN_I2C_CLOCKS) / speed; in get_transaction_timeout()