Searched refs:CRC8_INIT_VALUE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/rts/
H A Dcrc.h29 #define CRC8_INIT_VALUE 0xff /* Initial CRC8 checksum value */ macro
48 uint8 tmp = crc8(pbytes, nbytes, CRC8_INIT_VALUE) ^ 0xff; \
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnvram.c391 CRC8_INIT_VALUE);
H A Dbcmsrom.c2266 crc = ~hndcrc8((uint8 *)new, crc_range - 1, CRC8_INIT_VALUE);
2695 if (hndcrc8((uint8 *)srom, nw * 2, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) {
2754 crc = CRC8_INIT_VALUE;
5315 if (hndcrc8((uint8 *)buf, nwords * 2, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) {
5379 if (hndcrc8(otp, SROM4_WORDS * 2, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE &&
5380 hndcrc8(otp, SROM10_WORDS * 2, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE &&
5381 hndcrc8(otp, SROM11_WORDS * 2, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) {
5432 crc = ~hndcrc8(buf8, nbytes - 1, CRC8_INIT_VALUE);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h956 #define CRC8_INIT_VALUE 0xff /* Initial CRC8 checksum value */ macro

Completed in 179 milliseconds