Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dimx_lpi2c.c19 #define LPI2C_TIMEOUT_MS 100 macro
87 if (get_timer(start_time) > LPI2C_TIMEOUT_MS) { in bus_i2c_wait_for_tx_ready()
148 if (get_timer(start_time) > LPI2C_TIMEOUT_MS) { in bus_i2c_receive()