Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dstellaris.c494 #define STELLARIS_I2C_MCS_BUSBSY 0x40 macro
549 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()