Searched refs:twsi_stop (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/i2c/
H A Docteon_i2c.c189 static int twsi_stop(void *base);
377 twsi_stop(base);
420 static int twsi_stop(void __iomem *base) function
483 twsi_stop(base);
507 return twsi_stop(base);
579 twsi_stop(base);
597 twsi_stop(base);
H A Dmvtwsi.c390 * twsi_stop() - Assert a STOP condition on the bus.
400 static int twsi_stop(struct mvtwsi_registers *twsi, uint tick) function
525 (void) twsi_stop(twsi, calc_tick(*actual_speed));
527 (void) twsi_stop(twsi, 10000);
558 (void) twsi_stop(twsi, tick);
622 twsi_stop(twsi, tick);
682 stop_status = twsi_stop(twsi, tick);
726 stop_status = twsi_stop(twsi, tick);

Completed in 88 milliseconds