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()
455 if (!(dev->status & STATUS_WRITE_IN_PROGRESS)) { in i2c_dw_xfer_msg()527 dev->status |= STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()530 dev->status &= ~STATUS_WRITE_IN_PROGRESS; in i2c_dw_xfer_msg()
134 #define STATUS_WRITE_IN_PROGRESS BIT(1) macro