Searched refs:DWC_MMC_INT_ERROR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Ddwc_mmc_reg.h130 #define DWC_MMC_INT_ERROR \ macro
H A Ddwc_mmc.c649 imask = DWC_MMC_INT_ERROR | DWC_MMC_INT_CMD_DONE;
912 if (cmd != NULL && (mint & DWC_MMC_INT_ERROR) != 0) {
914 MMC_WRITE(sc, DWC_MMC_IMASK, imask & ~DWC_MMC_INT_ERROR);

Completed in 92 milliseconds