Searched refs:STATUS_WRITE_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
176 if (dev->status != STATUS_WRITE_IN_PROGRESS) { in i2c_dw_irq_handler_slave()177 dev->status = STATUS_WRITE_IN_PROGRESS; in i2c_dw_irq_handler_slave()
392 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_xfer_msg()464 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()467 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()
129 #define STATUS_WRITE_IN_PROGRESS 0x1 macro
Completed in 10 milliseconds