Searched refs:data_byte (Results 1 – 1 of 1) sorted by relevance
512 unsigned char data_byte = 0; in axgbe_vid_crc32_le() local518 data_byte = data[i / 8]; in axgbe_vid_crc32_le()520 temp = ((crc & 1) ^ data_byte) & 1; in axgbe_vid_crc32_le()522 data_byte >>= 1; in axgbe_vid_crc32_le()