OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BWR
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
MmcHostDxe.c
620
// Check if Buffer write ready (
BWR
) bit is set?
621
if (MmcStatus &
BWR
) {
623
// Clear
BWR
bit
624
MmioOr32 (MMCHS_STAT,
BWR
);
/device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530MMCHS.h
114
#define
BWR
BIT4
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c
713
//Check if Buffer write ready (
BWR
) bit is set?
714
if (MmcStatus &
BWR
) {
716
//Clear
BWR
bit
717
MmioOr32 (MMCHS_STAT,
BWR
);
[
all
...]
Completed in 96 milliseconds