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

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_reg.h102 #define SDMMC_FIFOTH_TXWMARK_S 0 /* FIFO threshold watermark level */ macro
H A Ddwmmc.c785 reg |= (sc->fifo_depth / 2) << SDMMC_FIFOTH_TXWMARK_S;
816 reg |= (sc->fifo_depth / 2) << SDMMC_FIFOTH_TXWMARK_S;

Completed in 56 milliseconds