Searched refs:I2C_START (Results 1 – 4 of 4) 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
49 #define I2C_START BIT(0) macro112 writel(tmp & ~I2C_START, i2c_dev->base + I2C_CTL); in sprd_i2c_clear_start()201 writel(tmp | I2C_START, i2c_dev->base + I2C_CTL); in sprd_i2c_opt_start()
43 #define I2C_START BIT(3) macro310 writel_relaxed(I2C_WRITE | I2C_START, priv->regs + HIX5I2C_COM); in hix5hd2_i2c_message_start()