HomeSort by: relevance | last modified time | path
    Searched refs:SUNXI_MMC_INT_ERROR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_mmc.h 124 #define SUNXI_MMC_INT_ERROR \
sunxi_mmc.c 646 if (cmd != NULL && (mint & SUNXI_MMC_INT_ERROR) != 0) {
648 MMC_WRITE(sc, SUNXI_MMC_IMASK, imask & ~SUNXI_MMC_INT_ERROR);
1149 imask = SUNXI_MMC_INT_ERROR | SUNXI_MMC_INT_CMD_DONE;

Completed in 22 milliseconds