Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Ds626.h438 #define S626_I2C_ERR 0x0002 /* I2C control/status flag ERROR. */ macro
H A Ds626.c261 } while ((ctrl & (S626_I2C_BUSY | S626_I2C_ERR)) == S626_I2C_BUSY); in s626_i2c_handshake()
264 return ctrl & S626_I2C_ERR; in s626_i2c_handshake()