Searched refs:STATUS_WRITE_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance
267 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_xfer_msg()333 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()336 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()
121 #define STATUS_WRITE_IN_PROGRESS 0x1 macro