Searched refs:STATUS_WRITE_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
172 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_isr_slave()173 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_isr_slave()201 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_isr_slave()
438 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_xfer_msg()511 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()516 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()519 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()
135 #define STATUS_WRITE_IN_PROGRESS BIT(1) macro