Searched refs:RX_WMARK (Results 1 – 7 of 7) sorted by relevance
200 #define RX_WMARK (0x7<<16) macro
115 #define RX_WMARK(x) ((x) << 16) macro
126 RX_WMARK(fifo_depth / 2 - 1) | TX_WMARK(fifo_depth / 2); in socfpga_dwmmc_ofdata_to_platdata()
97 RX_WMARK(fifo_depth / 2 - 1) | in snps_dwmmc_ofdata_to_platdata()
132 RX_WMARK(priv->fifo_depth / 2 - 1) | in rockchip_dwmmc_probe()
547 host->fifoth_val = MSIZE(0x2) | RX_WMARK(fifo_size / 2 - 1) |
273 himci_writel(BURST_SIZE | RX_WMARK | TX_WMARK, host->base + MCI_FIFOTH); in hi_mci_init_card()