Lines Matching defs:mode
5 * I2C master mode controller driver, used in STMicroelectronics devices.
177 * @mode: I2C mode of the controller. Standard or Fast only supported
190 int mode;
274 struct st_i2c_timings *t = &i2c_timings[i2c_dev->mode];
296 /* Enable I2C mode */
348 * than switching to GPIO mode.
406 * st_i2c_wr_fill_tx_fifo() - Fill the Tx FIFO in write mode
410 * in write mode.
435 * st_i2c_rd_fill_tx_fifo() - Fill the Tx FIFO in read mode
440 * in read mode to trigger clock.
831 i2c_dev->mode = I2C_MODE_STANDARD;
834 i2c_dev->mode = I2C_MODE_FAST;