Searched refs:bytes_to_rw (Results 1 – 1 of 1) sorted by relevance
401 int bytes_to_rw = msg->len > STM32_I2C_MAX_LEN ? in stm32_i2c_message_xfer() local425 bytes_to_rw--; in stm32_i2c_message_xfer()431 bytes_to_rw--; in stm32_i2c_message_xfer()434 if (!bytes_to_rw && msg->len) { in stm32_i2c_message_xfer()441 bytes_to_rw = msg->len > STM32_I2C_MAX_LEN ? in stm32_i2c_message_xfer()447 } else if (!bytes_to_rw) { in stm32_i2c_message_xfer()