Home
last modified time | relevance | path

Searched refs:I2C_LRB (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xx-i2c.c41 par->i2c_rs = !(inreg(i2c, GC_I2C_BSR) & I2C_LRB); in mb862xx_i2c_do_address()
53 return !(inreg(i2c, GC_I2C_BSR) & I2C_LRB); in mb862xx_i2c_write_byte()
H A Dmb862xx_reg.h115 #define I2C_LRB 0x10 macro