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

/linux-master/drivers/mmc/host/
H A Dtmio_mmc.h69 #define TMIO_STAT_CMDTIMEOUT BIT(22) macro
111 #define TMIO_MASK_CMD (TMIO_STAT_CMDRESPEND | TMIO_STAT_CMDTIMEOUT | \
H A Dtmio_mmc_core.c593 if (stat & TMIO_STAT_CMDTIMEOUT)
653 if (ireg & (TMIO_STAT_CMDRESPEND | TMIO_STAT_CMDTIMEOUT)) {
655 TMIO_STAT_CMDTIMEOUT);

Completed in 232 milliseconds