Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/video/fbdev/mb862xx/
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()
Dmb862xx_reg.h115 #define I2C_LRB 0x10 macro