Searched refs:__crc (Results 1 – 1 of 1) sorted by relevance
179 #define __crc(data) (rfcomm_crc_table[rfcomm_crc_table[0xff ^ data[0]] ^ data[1]]) macro184 return 0xff - __crc(data); in __fcs()190 return 0xff - rfcomm_crc_table[__crc(data) ^ data[2]]; in __fcs2()196 u8 f = __crc(data); in __check_fcs()