Home
last modified time | relevance | path

Searched refs:S626_I2C_ERR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds