Searched refs:MXS_I2C_V1 (Results 1 – 1 of 1) sorted by relevance
69 #define MXS_I2C_DATA(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x60 : 0xa0)71 #define MXS_I2C_DEBUG0_CLR(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x78 : 0xb8)98 MXS_I2C_V1, enumerator358 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_trigger_write_cmd()547 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_setup_xfer()620 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_xfer_msg()783 .driver_data = MXS_I2C_V1,