OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MmcStatus
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.c
116
UINTN
MmcStatus
;
143
MmcStatus
= MmioRead32 (MMCHS_STAT);
144
} while (
MmcStatus
== 0);
147
if ((
MmcStatus
& ERRI) != 0) {
153
DEBUG ((EFI_D_INFO, "
MmcStatus
: %x\n",
MmcStatus
));
158
if ((
MmcStatus
& CC) == CC) {
654
UINTN
MmcStatus
;
664
MmcStatus
= MmioRead32 (MMCHS_STAT);
665
} while(
MmcStatus
== 0);
[
all
...]
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c
116
UINTN
MmcStatus
;
143
MmcStatus
= MmioRead32 (MMCHS_STAT);
144
} while (
MmcStatus
== 0);
147
if ((
MmcStatus
& ERRI) != 0) {
153
DEBUG ((EFI_D_INFO, "
MmcStatus
: %x\n",
MmcStatus
));
158
if ((
MmcStatus
& CC) == CC) {
654
UINTN
MmcStatus
;
664
MmcStatus
= MmioRead32 (MMCHS_STAT);
665
} while(
MmcStatus
== 0);
[
all
...]
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/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/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
...]
Completed in 471 milliseconds