Searched refs:xfr_flags (Results 1 – 2 of 2) sorted by relevance
244 if (dw->xfr_flags & I2C_MSG_RESTART) { in i2c_dw_data_ask()246 dw->xfr_flags &= ~(I2C_MSG_RESTART); in i2c_dw_data_ask()250 if ((dw->xfr_flags & I2C_MSG_STOP) in i2c_dw_data_ask()320 if (dw->xfr_flags & I2C_MSG_RESTART) { in i2c_dw_data_send()322 dw->xfr_flags &= ~(I2C_MSG_RESTART); in i2c_dw_data_send()326 if ((dw->xfr_len == 1U) && (dw->xfr_flags & I2C_MSG_STOP)) { in i2c_dw_data_send()423 if ((dw->xfr_flags & I2C_MSG_RW_MASK) in i2c_dw_isr()430 if ((dw->xfr_flags & I2C_MSG_RW_MASK) in i2c_dw_isr()441 && !(dw->xfr_flags & I2C_MSG_STOP)) in i2c_dw_isr()687 pflags = dw->xfr_flags; in i2c_dw_transfer()[all …]
128 uint8_t xfr_flags; member