Home
last modified time | relevance | path

Searched refs:CurByte (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/winbond/
Dwb35reg.c648 u8 CurByte; in CardComputeCrc() local
653 CurByte = Buffer[i]; in CardComputeCrc()
655 Carry = ((Crc & 0x80000000) ? 1 : 0) ^ (CurByte & 0x01); in CardComputeCrc()
657 CurByte >>= 1; in CardComputeCrc()