Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mmc/host/
HDdwmmc.c89 #define DWMMC_CMD_ERR_FLAGS (SDMMC_INTMASK_RTO | SDMMC_INTMASK_RCRC \ macro
91 #define DWMMC_ERR_FLAGS (DWMMC_DATA_ERR_FLAGS | DWMMC_CMD_ERR_FLAGS \
348 if (reg & DWMMC_CMD_ERR_FLAGS) { in dwmmc_intr()
349 WRITE4(sc, SDMMC_RINTSTS, DWMMC_CMD_ERR_FLAGS); in dwmmc_intr()