Lines Matching refs:fifo_len
52 int fifo_len; member
78 if (!host->transfer && !host->fifo_len) { in omap_mmc_fifolevel_update()
83 if (host->fifo_len > host->af_level && host->ddir) { in omap_mmc_fifolevel_update()
94 if (host->fifo_len < host->ae_level && !host->ddir) { in omap_mmc_fifolevel_update()
143 host->fifo_len = 0; in omap_mmc_command()
242 if (host->fifo_len > host->af_level) in omap_mmc_transfer()
246 host->fifo[(host->fifo_start + host->fifo_len) & 31] = value; in omap_mmc_transfer()
249 host->fifo[(host->fifo_start + host->fifo_len) & 31] |= in omap_mmc_transfer()
254 host->fifo_len ++; in omap_mmc_transfer()
256 if (!host->fifo_len) in omap_mmc_transfer()
268 host->fifo_len --; in omap_mmc_transfer()
297 host->fifo_len = 0; in omap_mmc_pseudo_reset()
372 if (s->fifo_len == 0) { in omap_mmc_read()
377 s->fifo_len --; in omap_mmc_read()
505 if (s->fifo_len == 32) in omap_mmc_write()
507 s->fifo[(s->fifo_start + s->fifo_len) & 31] = value; in omap_mmc_write()
508 s->fifo_len ++; in omap_mmc_write()