Searched refs:I2C_START (Results 1 – 3 of 3) sorted by relevance
42 outreg(i2c, GC_I2C_BCR, par->i2c_rs ? I2C_REPEATED_START : I2C_START); in mb862xx_i2c_do_address()54 outreg(i2c, GC_I2C_BCR, I2C_START); in mb862xx_i2c_write_byte()64 outreg(i2c, GC_I2C_BCR, I2C_START | (last ? 0 : I2C_ACK)); in mb862xx_i2c_read_byte()
104 #define I2C_START 0x00000010 macro
47 #define I2C_START BIT(3) macro321 writel_relaxed(I2C_WRITE | I2C_START, priv->regs + HIX5I2C_COM); in hix5hd2_i2c_message_start()