Searched refs:STATUS_WRITE_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
175 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_isr_slave()176 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_isr_slave()204 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_isr_slave()
456 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_xfer_msg()530 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()535 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()538 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()
135 #define STATUS_WRITE_IN_PROGRESS BIT(1) macro