Searched refs:cm_xorot (Results 1 – 6 of 6) sorted by relevance
71 p_crc->cm_xorot = 0; in compute_crc8()99 p_crc->cm_xorot = 0xffffffff; in compute_crc32()
142 return (p_cm->cm_xorot ^ reflect(p_cm->cm_reg, p_cm->cm_width));144 return (p_cm->cm_xorot ^ p_cm->cm_reg);
144 uint32_t cm_xorot; /* Parameter: XOR this to output CRC. */ member
69 p_crc->cm_xorot = 0; in compute_crc8()97 p_crc->cm_xorot = 0xffffffff; in compute_crc32()
141 return (p_cm->cm_xorot ^ reflect(p_cm->cm_reg, p_cm->cm_width));143 return (p_cm->cm_xorot ^ p_cm->cm_reg);
143 uint32_t cm_xorot; /* Parameter: XOR this to output CRC. */ member