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

  /external/u-boot/fs/ubifs/
crc16.h 24 static inline u16 crc16_byte(u16 crc, const u8 data) function
crc16.c 58 crc = crc16_byte(crc, *buffer++);
  /external/u-boot/drivers/misc/
atsha204a-i2c.c 132 static inline u16 crc16_byte(u16 crc, const u8 data) function
143 crc = crc16_byte(crc, *buffer++);

Completed in 4391 milliseconds