Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Ddesignware_i2c.h62 #define I2C_BYTE_TO (CONFIG_SYS_HZ/500) macro
64 #define I2C_BYTE_TO_BB (I2C_BYTE_TO * 16)
H A Ddesignware_i2c.c302 } else if (get_timer(start_time_rx) > I2C_BYTE_TO) { in __dw_i2c_read()
360 } else if (get_timer(start_time_tx) > (nb * I2C_BYTE_TO)) { in __dw_i2c_write()