Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-xlr.c45 #define XLR_I2C_ACK_ERR 0x08 macro
115 return status & XLR_I2C_ACK_ERR ? -EIO : 0; in xlr_i2c_wait()
224 if (i2c_status & XLR_I2C_ACK_ERR) in xlr_i2c_tx()
279 if (i2c_status & XLR_I2C_ACK_ERR) in xlr_i2c_rx()

Completed in 1 milliseconds