Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c1055 unsigned int flags, mmc_stat; local
1150 mmc_stat = readl(&mmc_base->stat);
1155 } while (!mmc_stat);
1157 if ((mmc_stat & IE_CTO) != 0) {
1160 } else if ((mmc_stat & ERRI_MASK) != 0)
1163 if (mmc_stat & CC_MASK) {
1183 if (mmc_stat & IE_ADMAE) {
1195 mmc_stat = readl(&mmc_base->stat);
1196 if (mmc_stat & TC_MASK) {
1226 unsigned int mmc_stat; local
[all …]