Lines Matching refs:state
255 /* To configure when bus is in run state */
320 * Don’t reset the QUP state in case of BAM mode. The BAM
380 u32 state;
387 state = readl(qup->base + QUP_STATE);
389 if (state & QUP_STATE_VALID &&
390 (state & req_mask) == req_state)
422 static int qup_i2c_change_state(struct qup_i2c_dev *qup, u32 state)
427 writel(state, qup->base + QUP_STATE);
429 if (qup_i2c_poll_state(qup, state) != 0)
434 /* Check if I2C bus returns to IDLE state */
806 dev_err(qup->dev, "change to run state timed out");
1152 * QUP RESET state.
1411 /* Move to pause state for all the transfers, except last one */