Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Domap_hsmmc.c962 unsigned int flags, mmc_stat; local
1057 mmc_stat = readl(&mmc_base->stat);
1062 } while (!mmc_stat);
1064 if ((mmc_stat & IE_CTO) != 0) {
1067 } else if ((mmc_stat & ERRI_MASK) != 0)
1070 if (mmc_stat & CC_MASK) {
1090 if (mmc_stat & IE_ADMAE) {
1102 mmc_stat = readl(&mmc_base->stat);
1103 if (mmc_stat & TC_MASK) {
1133 unsigned int mmc_stat; local
[all …]