Searched refs:MMCFIFOCTL_FIFOLEV (Results 1 - 1 of 1) sorted by relevance

/drivers/mmc/host/
H A Ddavinci_mmc.c128 #define MMCFIFOCTL_FIFOLEV (1 << 2) /* 0 = 128 bits, 1 = 256 bits */ macro
659 int fifo_lev = (rw_threshold == 32) ? MMCFIFOCTL_FIFOLEV : 0;
664 fifo_lev = (rw_threshold == 64) ? MMCFIFOCTL_FIFOLEV : 0;

Completed in 12 milliseconds