Lines Matching defs:I2CR_MSTA
100 #define I2CR_MSTA 0x20
653 temp |= I2CR_MSTA;
675 if (!(temp & I2CR_MSTA))
677 temp &= ~(I2CR_MSTA | I2CR_MTX);
932 if (!(ctl & I2CR_MSTA)) {
1076 if (!(temp & I2CR_MSTA))
1078 temp &= ~(I2CR_MSTA | I2CR_MTX);
1207 if (!(temp & I2CR_MSTA))
1209 temp &= ~(I2CR_MSTA | I2CR_MTX);
1291 (temp & I2CR_MSTA ? 1 : 0), (temp & I2CR_MTX ? 1 : 0),