Lines Matching defs:fifo_depth
206 * @fifo_depth: the fifo depth supported by the HSI2C module
214 unsigned int fifo_depth;
219 .fifo_depth = 64,
224 .fifo_depth = 16,
229 .fifo_depth = 16,
487 len = i2c->variant->fifo_depth - fifo_level;
628 trig_lvl = (i2c->msg->len > i2c->variant->fifo_depth) ?
629 (i2c->variant->fifo_depth * 3 / 4) : i2c->msg->len;
637 trig_lvl = (i2c->msg->len > i2c->variant->fifo_depth) ?
638 (i2c->variant->fifo_depth * 1 / 4) : i2c->msg->len;