Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc.c110 #define DWMMC_CMD_ERR_FLAGS (SDMMC_INTMASK_RTO | SDMMC_INTMASK_RCRC \ macro
112 #define DWMMC_ERR_FLAGS (DWMMC_DATA_ERR_FLAGS | DWMMC_CMD_ERR_FLAGS \
392 if (reg & DWMMC_CMD_ERR_FLAGS) { in dwmmc_intr()