Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h40 #define SDMMC_CTRL_RESET (1 << 0) /* Reset SD/MMC controller */ macro
H A Ddwmmc.c706 if (dwmmc_ctrl_reset(sc, (SDMMC_CTRL_RESET | in dwmmc_attach()