Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dcrc8.c10 static unsigned char _crc8(unsigned short data) in _crc8() function
28 crc = _crc8((crc ^ vptr[i]) << 8); in crc8()