Home
last modified time | relevance | path

Searched refs:fifo_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Ddavinci_mmc.c171 int fifo_words, fifo_bytes, err; local
177 fifo_bytes = fifo_words << 2;
312 if (bytes_left > fifo_bytes)
314 else if (bytes_left == fifo_bytes) {