Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Domap_hsmmc.c341 unsigned int flags, mmc_stat; local
420 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; local
473 mmc_stat = readl(&mmc_base->stat);
479 } while (mmc_stat == 0);
481 if ((mmc_stat & (IE_DTO | IE_DCRC | IE_DEB)) != 0)
[all …]