Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-fsi.c96 #define I2C_STAT_LOST_ARB BIT(27) macro
113 I2C_STAT_LOST_ARB | \
500 if (status & (I2C_STAT_PARITY | I2C_STAT_LOST_ARB | I2C_STAT_STOP_ERR)) in fsi_i2c_abort()
546 if (status & I2C_STAT_LOST_ARB) in fsi_i2c_handle_status()