Searched refs:f7_msg (Results 1 – 1 of 1) sorted by relevance
346 struct stm32f7_i2c_msg f7_msg; member736 struct stm32f7_i2c_msg *f7_msg = &i2c_dev->f7_msg; in stm32f7_i2c_dma_callback() local742 if (!f7_msg->smbus) in stm32f7_i2c_dma_callback()743 i2c_put_dma_safe_msg_buf(f7_msg->buf, i2c_dev->msg, true); in stm32f7_i2c_dma_callback()780 struct stm32f7_i2c_msg *f7_msg = &i2c_dev->f7_msg; in stm32f7_i2c_write_tx_data() local783 if (f7_msg->count) { in stm32f7_i2c_write_tx_data()784 writeb_relaxed(*f7_msg->buf++, base + STM32F7_I2C_TXDR); in stm32f7_i2c_write_tx_data()785 f7_msg->count--; in stm32f7_i2c_write_tx_data()791 struct stm32f7_i2c_msg *f7_msg = &i2c_dev->f7_msg; in stm32f7_i2c_read_rx_data() local794 if (f7_msg->count) { in stm32f7_i2c_read_rx_data()[all …]