Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/mentor/i2c/
Dmi2cv.c27 #define I2C_TIMEOUT_VALUE 0x500 macro
98 while (!mentor_i2c_interrupt_get() && (timeout++ < I2C_TIMEOUT_VALUE)) in mentor_i2c_wait_interrupt()
100 if (timeout >= I2C_TIMEOUT_VALUE) in mentor_i2c_wait_interrupt()
166 (timeout++ < I2C_TIMEOUT_VALUE)) in mentor_i2c_stop_bit_set()
168 if (timeout >= I2C_TIMEOUT_VALUE) { in mentor_i2c_stop_bit_set()