HomeSort by relevance Sort by last modified time
    Searched refs:CRC8_INIT_VALUE (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 459 #define CRC8_INIT_VALUE 0xff
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 1240 hndcrc8((uint8*)bufp, bytes, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) {
1243 ~hndcrc8((uint8*)bufp, bytes - 1, CRC8_INIT_VALUE) & 0xff);
    [all...]

Completed in 1209 milliseconds