HomeSort by relevance Sort by last modified time
    Searched refs:BWR (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/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/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/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530MMCHS.h 114 #define BWR BIT4
  /device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530MMCHS.h 114 #define BWR BIT4
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
MMCHS.c 709 //Check if Buffer write ready (BWR) bit is set?
710 if (MmcStatus & BWR) {
712 //Clear BWR bit
713 MmioOr32 (MMCHS_STAT, BWR);
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 709 //Check if Buffer write ready (BWR) bit is set?
710 if (MmcStatus & BWR) {
712 //Clear BWR bit
713 MmioOr32 (MMCHS_STAT, BWR);
    [all...]

Completed in 1582 milliseconds