Searched refs:TITAN_I2C_WRITE (Results 1 – 2 of 2) sorted by relevance
84 TITAN_I2C_WRITE(TITAN_I2C_SLAVE_ADDRESS, slave_addr); in titan_i2c_xfer()108 TITAN_I2C_WRITE(reg_val, data); in titan_i2c_xfer()112 TITAN_I2C_WRITE(TITAN_I2C_COMMAND, (unsigned int)(cmd->type << 13)); in titan_i2c_xfer()166 TITAN_I2C_WRITE(TITAN_I2C_SCMB_CONTROL, 0xA000); in titan_i2c_init()167 TITAN_I2C_WRITE(TITAN_I2C_SCMB_CONTROL, 0x2000); in titan_i2c_init()175 TITAN_I2C_WRITE(TITAN_I2C_SCMB_CLOCK_A, val); in titan_i2c_init()183 TITAN_I2C_WRITE(TITAN_I2C_SCMB_CLOCK_B, val); in titan_i2c_init()
35 #define TITAN_I2C_WRITE(offset, data) \ macro