I2C_STAT_PARITY
I2C_STAT_PARITY | \
if (status & (I2C_STAT_PARITY | I2C_STAT_LOST_ARB | I2C_STAT_STOP_ERR))
if (status & (I2C_STAT_PARITY | I2C_STAT_BE_OVERRUN |