Searched refs:S626_I2C_ERR (Results 1 – 2 of 2) sorted by relevance
438 #define S626_I2C_ERR 0x0002 /* I2C control/status flag ERROR. */ macro
260 } while ((ctrl & (S626_I2C_BUSY | S626_I2C_ERR)) == S626_I2C_BUSY); in s626_i2c_handshake()263 return ctrl & S626_I2C_ERR; in s626_i2c_handshake()