Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ds626.h439 #define S626_I2C_BUSY 0x0001 /* I2C control/status flag BUSY. */ macro
H A Ds626.c260 } while ((ctrl & (S626_I2C_BUSY | S626_I2C_ERR)) == S626_I2C_BUSY); in s626_i2c_handshake()