Lines Matching refs:status
27 #define I2CSSR 0x8 /* slave status */
28 #define I2CMSR 0xC /* master status */
36 #define I2CFSR 0x2C /* fifo status */
95 int status;
127 id->status |= IDS_DONE | IDS_ARBLOST;
145 id->status |= IDS_NACK;
153 id->status |= IDS_DONE;
173 id->status |= IDS_DONE;
199 id->status |= IDS_DONE;
224 if (id->status & IDS_DONE) {
230 /* clear status flags and ctrl resumes work */
320 id->status = 0;
331 if (id->status == 0) {
336 if (id->status & IDS_NACK) {
343 if (id->status & IDS_ARBLOST) {
358 id->status = 0;