Lines Matching defs:stop
17 #define UNIPHIER_FI2C_CR_STO BIT(1) /* stop condition */
26 #define UNIPHIER_FI2C_SSUT 0x18 /* restart/stop setup time control */
41 #define UNIPHIER_FI2C_SR_STS BIT(11) /* stop condition detected */
181 goto stop;
225 stop:
315 bool stop)
327 if (stop)
377 "stop condition was not completed.\n");
420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP);
422 ret = uniphier_fi2c_master_xfer_one(adap, msg, repeat, stop);
426 repeat = !stop;