Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dhimci_reg.h200 #define RX_WMARK (0x7<<16) macro
Ddwmmc.h115 #define RX_WMARK(x) ((x) << 16) macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsocfpga_dw_mmc.c126 RX_WMARK(fifo_depth / 2 - 1) | TX_WMARK(fifo_depth / 2); in socfpga_dwmmc_ofdata_to_platdata()
Dsnps_dw_mmc.c97 RX_WMARK(fifo_depth / 2 - 1) | in snps_dwmmc_ofdata_to_platdata()
Drockchip_dw_mmc.c132 RX_WMARK(priv->fifo_depth / 2 - 1) | in rockchip_dwmmc_probe()
Ddw_mmc.c547 host->fifoth_val = MSIZE(0x2) | RX_WMARK(fifo_size / 2 - 1) |
Dhimci.c273 himci_writel(BURST_SIZE | RX_WMARK | TX_WMARK, host->base + MCI_FIFOTH); in hi_mci_init_card()