OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmcStatus
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c
120
UINTN
MmcStatus
;
147
MmcStatus
= MmioRead32 (MMCHS_STAT);
148
} while (
MmcStatus
== 0);
151
if ((
MmcStatus
& ERRI) != 0) {
157
DEBUG ((EFI_D_INFO, "
MmcStatus
: %x\n",
MmcStatus
));
162
if ((
MmcStatus
& CC) == CC) {
658
UINTN
MmcStatus
;
668
MmcStatus
= MmioRead32 (MMCHS_STAT);
669
} while(
MmcStatus
== 0);
[
all
...]
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
MmcHostDxe.c
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);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c
644
UINT32
MmcStatus
;
684
Status = DwMmcHcRwMmio (PciIo, Slot, DW_MMC_STATUS, TRUE, sizeof (
MmcStatus
), &
MmcStatus
);
688
} while (
MmcStatus
& DW_MMC_STS_DATA_BUSY);
[
all
...]
Completed in 142 milliseconds