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

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_reg.h101 #define SDMMC_FIFOTH_RXWMARK_S 16 /* FIFO threshold watermark level */ macro
H A Ddwmmc.c574 ((READ4(sc, SDMMC_FIFOTH) >> SDMMC_FIFOTH_RXWMARK_S) & 0xfff);
784 reg |= ((sc->fifo_depth / 2) - 1) << SDMMC_FIFOTH_RXWMARK_S;
815 reg |= ((sc->fifo_depth / 2) - 1) << SDMMC_FIFOTH_RXWMARK_S;

Completed in 73 milliseconds