Searched refs:mmc_stat (Results 1 – 1 of 1) sorted by relevance
341 unsigned int flags, mmc_stat; local420 mmc_stat = readl(&mmc_base->stat);425 } while (!mmc_stat);427 if ((mmc_stat & IE_CTO) != 0) {430 } else if ((mmc_stat & ERRI_MASK) != 0)433 if (mmc_stat & CC_MASK) {461 unsigned int mmc_stat; local473 mmc_stat = readl(&mmc_base->stat);479 } while (mmc_stat == 0);481 if ((mmc_stat & (IE_DTO | IE_DCRC | IE_DEB)) != 0)[all …]