Lines Matching refs:fifo_depth
212 * @fifo_depth: the fifo depth supported by the HSI2C module
220 unsigned int fifo_depth;
225 .fifo_depth = 64,
230 .fifo_depth = 16,
235 .fifo_depth = 16,
240 .fifo_depth = 64,
245 .fifo_depth = 64,
590 len = i2c->variant->fifo_depth - fifo_level;
731 trig_lvl = (i2c->msg->len > i2c->variant->fifo_depth) ?
732 (i2c->variant->fifo_depth * 3 / 4) : i2c->msg->len;
740 trig_lvl = (i2c->msg->len > i2c->variant->fifo_depth) ?
741 (i2c->variant->fifo_depth * 1 / 4) : i2c->msg->len;