Searched refs:CFG_I2C_MBB_TIMEOUT (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Dfsl_i2c.c26 #ifndef CFG_I2C_MBB_TIMEOUT
27 #define CFG_I2C_MBB_TIMEOUT 100000 macro
224 const unsigned long long timeout = usec2ticks(CFG_I2C_MBB_TIMEOUT);
273 const unsigned long long timeout = usec2ticks(CFG_I2C_MBB_TIMEOUT);
300 const unsigned long long timeout = usec2ticks(CFG_I2C_MBB_TIMEOUT);

Completed in 46 milliseconds