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

/u-boot/include/
H A Ddwmmc.h120 #define RX_WMARK_MASK (0xfff << RX_WMARK_SHIFT) macro
/u-boot/drivers/mmc/
H A Ddw_mmc.c143 u32 fifo_depth = (((host->fifoth_val & RX_WMARK_MASK) >>
558 fifo_size = ((fifo_size & RX_WMARK_MASK) >> RX_WMARK_SHIFT) + 1;

Completed in 37 milliseconds