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