Searched refs:calc_idx (Results 1 – 1 of 1) sorted by relevance
203 static inline int calc_idx(int idx, int rx_dlc) in calc_idx() function213 int from = calc_idx(xor->from_idx, cf->can_dlc); in cgw_csum_xor_rel()214 int to = calc_idx(xor->to_idx, cf->can_dlc); in cgw_csum_xor_rel()215 int res = calc_idx(xor->result_idx, cf->can_dlc); in cgw_csum_xor_rel()257 int from = calc_idx(crc8->from_idx, cf->can_dlc); in cgw_csum_crc8_rel()258 int to = calc_idx(crc8->to_idx, cf->can_dlc); in cgw_csum_crc8_rel()259 int res = calc_idx(crc8->result_idx, cf->can_dlc); in cgw_csum_crc8_rel()