Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-fsi.c93 #define I2C_STAT_PARITY BIT(30) macro
110 I2C_STAT_PARITY | \
500 if (status & (I2C_STAT_PARITY | I2C_STAT_LOST_ARB | I2C_STAT_STOP_ERR)) in fsi_i2c_abort()
539 if (status & (I2C_STAT_PARITY | I2C_STAT_BE_OVERRUN | in fsi_i2c_handle_status()