Lines Matching defs:burst
421 * Amount of unread data before next burst to get better I2C bus utilization.
434 int burst, target, lowat = 0;
442 burst = sc->cfg.txfifo_depth -
444 if (burst <= 0) {
449 burst = sc->cfg.txfifo_depth -
453 burst = MIN(burst, sc->cfg.rxfifo_depth -
455 target = MIN(requested + burst, (int)len);
471 burst = MIN(requested - received,
473 if (burst > 0) {
474 while (burst--)
496 int burst, target;
503 burst = sc->cfg.txfifo_depth -
505 target = MIN(sent + burst, (int)len);