Home | History | Annotate | Download | only in MmcHostDxe

Lines Matching refs:MmcStatus

340   UINTN MmcStatus;

375 MmcStatus = MmioRead32 (MMCHS_STAT);
376 } while (MmcStatus == 0);
379 if ((MmcStatus & ERRI) != 0) {
385 //DEBUG ((EFI_D_INFO, "MmcStatus: 0x%x\n", MmcStatus));
390 if ((MmcStatus & CC) == CC) {
567 UINTN MmcStatus;
577 MmcStatus = MmioRead32 (MMCHS_STAT);
578 } while(MmcStatus == 0);
581 if (MmcStatus & BRR) {
609 UINTN MmcStatus;
617 MmcStatus = MmioRead32 (MMCHS_STAT);
618 } while(MmcStatus == 0);
621 if (MmcStatus & BWR) {