Home | History | Annotate | Download | only in MMCHSDxe

Lines Matching refs:BWR

713     //Check if Buffer write ready (BWR) bit is set?

714 if (MmcStatus & BWR) {
716 //Clear BWR bit
717 MmioOr32 (MMCHS_STAT, BWR);