Searched refs:GC_I2C_BCR (Results 1 – 2 of 2) sorted by relevance
24 reg = inreg(i2c, GC_I2C_BCR); in mb862xx_i2c_wait_event()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()71 outreg(i2c, GC_I2C_BCR, I2C_STOP); in mb862xx_i2c_stop()
98 #define GC_I2C_BCR 0x00000004 /* BCR */ macro