Searched refs:f7_msg (Results 1 – 1 of 1) sorted by relevance
346 struct stm32f7_i2c_msg f7_msg; member745 struct stm32f7_i2c_msg *f7_msg = &i2c_dev->f7_msg; in stm32f7_i2c_dma_callback() local751 if (!f7_msg->smbus) in stm32f7_i2c_dma_callback()752 i2c_put_dma_safe_msg_buf(f7_msg->buf, i2c_dev->msg, true); in stm32f7_i2c_dma_callback()789 struct stm32f7_i2c_msg *f7_msg = &i2c_dev->f7_msg; in stm32f7_i2c_write_tx_data() local792 if (f7_msg->count) { in stm32f7_i2c_write_tx_data()793 writeb_relaxed(*f7_msg->buf++, base + STM32F7_I2C_TXDR); in stm32f7_i2c_write_tx_data()794 f7_msg->count--; in stm32f7_i2c_write_tx_data()800 struct stm32f7_i2c_msg *f7_msg = &i2c_dev->f7_msg; in stm32f7_i2c_read_rx_data() local803 if (f7_msg->count) { in stm32f7_i2c_read_rx_data()[all …]