Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ds626.h438 #define S626_I2C_ERR 0x0002 /* I2C control/status flag ERROR. */ macro
H A Ds626.c260 } 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()