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

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

Completed in 66 milliseconds