Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dimx_lpi2c.c20 #define LPI2C_TIMEOUT_MS 100 macro
86 if (get_timer(start_time) > LPI2C_TIMEOUT_MS) { in bus_i2c_wait_for_tx_ready()
145 if (get_timer(start_time) > LPI2C_TIMEOUT_MS) { in bus_i2c_receive()