Searched refs:STELLARIS_I2C_MCS_BUSBSY (Results 1 – 1 of 1) sorted by relevance
494 #define STELLARIS_I2C_MCS_BUSBSY 0x40 macro549 if ((value & 2) && (s->mcs & STELLARIS_I2C_MCS_BUSBSY) == 0) { in stellaris_i2c_write()554 s->mcs |= STELLARIS_I2C_MCS_BUSBSY; in stellaris_i2c_write()559 || (s->mcs & STELLARIS_I2C_MCS_BUSBSY) == 0) { in stellaris_i2c_write()580 s->mcs &= ~STELLARIS_I2C_MCS_BUSBSY; in stellaris_i2c_write()617 if (s->mcs & STELLARIS_I2C_MCS_BUSBSY) in stellaris_i2c_reset_enter()