Searched refs:I2C_START (Results 1 – 2 of 2) sorted by relevance
38 outreg(i2c, GC_I2C_BCR, par->i2c_rs ? I2C_REPEATED_START : I2C_START); in mb862xx_i2c_do_address()50 outreg(i2c, GC_I2C_BCR, I2C_START); in mb862xx_i2c_write_byte()60 outreg(i2c, GC_I2C_BCR, I2C_START | (last ? 0 : I2C_ACK)); in mb862xx_i2c_read_byte()
105 #define I2C_START 0x00000010 macro