Searched refs:MXS_I2C_V1 (Results 1 – 1 of 1) sorted by relevance
74 #define MXS_I2C_DATA(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x60 : 0xa0)76 #define MXS_I2C_DEBUG0_CLR(i2c) ((i2c->dev_type == MXS_I2C_V1) ? 0x78 : 0xb8)103 MXS_I2C_V1, enumerator363 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_trigger_write_cmd()555 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_pio_setup_xfer()631 if (i2c->dev_type == MXS_I2C_V1) in mxs_i2c_xfer_msg()790 .driver_data = MXS_I2C_V1,