Searched refs:hndcrc8 (Results 1 – 6 of 6) sorted by relevance
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 633 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 699 extern uint8 hndcrc8(uint8 *p, uint nbytes, uint8 crc);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 1298 hndcrc8((uint8*)bufp, bytes, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) { in dhd_sprom() 1301 ~hndcrc8((uint8*)bufp, bytes - 1, CRC8_INIT_VALUE) & 0xff); in dhd_sprom()
|
D | bcmutils.c | 1282 hndcrc8( in hndcrc8() function
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | dhdu.c | 1277 hndcrc8((uint8*)bufp, bytes, CRC8_INIT_VALUE) != CRC8_GOOD_VALUE) { in dhd_sprom() 1280 ~hndcrc8((uint8*)bufp, bytes - 1, CRC8_INIT_VALUE) & 0xff); in dhd_sprom()
|
D | bcmutils.c | 1146 hndcrc8( in hndcrc8() function
|