Searched refs:hndcrc8 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnvram.c389 crc = hndcrc8((uint8 *) &tmp + NVRAM_CRC_START_POSITION,
394 crc = hndcrc8((uint8 *) &nvh[1], nvh->len - sizeof(struct nvram_header), crc);
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) {
2762 crc = hndcrc8((uint8 *)&word, woff != nw - 1 ? 2 : 1, crc);
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);
H A Dbcmutils.c3288 BCMROMFN(hndcrc8)( function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hnd/
H A Dshared_ksyms.c118 extern void hndcrc8; EXPORT_SYMBOL(hndcrc8); variable
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1033 extern uint8 BCMROMFN(hndcrc8)(uint8 *p, uint nbytes, uint8 crc);

Completed in 93 milliseconds