Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xx-i2c.c25 if (reg & (I2C_INT | I2C_BER)) in mb862xx_i2c_wait_event()
29 return (reg & I2C_BER) ? 0 : 1; in mb862xx_i2c_wait_event()
H A Dmb862xx_reg.h112 #define I2C_BER 0x80 macro