Searched refs:STATUS_WRITE_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance
390 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_xfer_msg()464 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()469 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()472 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()657 (dev->status & (STATUS_READ_IN_PROGRESS | STATUS_WRITE_IN_PROGRESS))) { in i2c_dw_process_transfer()
150 #define STATUS_WRITE_IN_PROGRESS BIT(1) macro