Home | History | Annotate | Download | only in BaseCacheLib

Lines Matching defs:ByteShift

303   UINT32                      ByteShift;

324 for (ByteShift=0; ByteShift < 8; ByteShift++) {
325 if ( *Base == (mFixedMtrrTable[MsrNum].BaseAddress + ByteShift * mFixedMtrrTable[MsrNum].Length)) {
329 if (ByteShift == 8 ) {
332 for (; ((ByteShift<8) && (*Len >= mFixedMtrrTable[MsrNum].Length));ByteShift++) {
333 OrMask |= LShiftU64((UINT64) MemoryCacheType, (UINT32) (ByteShift* 8));
334 ClearMask |= LShiftU64((UINT64) 0xFF, (UINT32) (ByteShift * 8));