Searched refs:SDMMC_CTRL_INT_ENABLE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mmc/host/ | ||
H A D | dwmmc_reg.h | 37 #define SDMMC_CTRL_INT_ENABLE (1 << 4) /* Enable interrupts */ macro |
H A D | dwmmc.c | 747 WRITE4(sc, SDMMC_CTRL, SDMMC_CTRL_INT_ENABLE); in dwmmc_attach() |