Lines Matching defs:fifo_depth
1003 tx_wmark = (host->fifo_depth) / 2;
1004 tx_wmark_invers = host->fifo_depth - tx_wmark;
1033 u32 blksz_depth, fifo_depth;
1064 fifo_depth = host->fifo_depth;
1066 if (blksz_depth > fifo_depth)
1070 * If (blksz_depth) >= (fifo_depth >> 1), should be 'thld_size <= blksz'
1071 * If (blksz_depth) < (fifo_depth >> 1), should be thld_size = blksz
2655 unsigned int fifo_depth = host->fifo_depth;
2668 fcnt = ((fifo_depth -
3229 if (device_property_read_u32(dev, "fifo-depth", &pdata->fifo_depth))
3404 if (!host->pdata->fifo_depth) {
3414 fifo_size = host->pdata->fifo_depth;
3416 host->fifo_depth = fifo_size;