Home
last modified time | relevance | path

Searched refs:SDMMC_FIFOTH_MSIZE_S (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/mmc/host/
Ddwmmc_reg.h100 #define SDMMC_FIFOTH_MSIZE_S 28 /* Burst size of multiple transaction */ macro
Ddwmmc.c942 reg = (DEF_MSIZE << SDMMC_FIFOTH_MSIZE_S); in dma_prepare()
973 reg = (DEF_MSIZE << SDMMC_FIFOTH_MSIZE_S); in pio_prepare()