Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Dstm32f7_i2c.c424 int bytes_to_rw = msg->len > STM32_I2C_MAX_LEN ? in stm32_i2c_message_xfer() local
448 bytes_to_rw--; in stm32_i2c_message_xfer()
454 bytes_to_rw--; in stm32_i2c_message_xfer()
457 if (!bytes_to_rw && msg->len) { in stm32_i2c_message_xfer()
464 bytes_to_rw = msg->len > STM32_I2C_MAX_LEN ? in stm32_i2c_message_xfer()
470 } else if (!bytes_to_rw) { in stm32_i2c_message_xfer()

Completed in 5 milliseconds