Searched refs:STATUS_WRITE_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
170 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_isr_slave()171 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_isr_slave()199 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_isr_slave()
483 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_xfer_msg()556 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()561 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()564 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()
136 #define STATUS_WRITE_IN_PROGRESS BIT(1) macro