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

/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c427 int bytes_to_rw = msg->len > STM32_I2C_MAX_LEN ? local
451 bytes_to_rw--;
457 bytes_to_rw--;
460 if (!bytes_to_rw && msg->len) {
467 bytes_to_rw = msg->len > STM32_I2C_MAX_LEN ?
473 } else if (!bytes_to_rw) {

Completed in 37 milliseconds