Searched refs:ecc_bit (Results 1 – 2 of 2) sorted by relevance
676 u8 ecc_bit[24]; in omap_compare_ecc() local723 ecc_bit[i] = tmp2_bit[i + 2] ^ comp2_bit[i + 2]; in omap_compare_ecc()726 ecc_bit[i + 6] = tmp0_bit[i] ^ comp0_bit[i]; in omap_compare_ecc()729 ecc_bit[i + 14] = tmp1_bit[i] ^ comp1_bit[i]; in omap_compare_ecc()731 ecc_bit[22] = tmp2_bit[0] ^ comp2_bit[0]; in omap_compare_ecc()732 ecc_bit[23] = tmp2_bit[1] ^ comp2_bit[1]; in omap_compare_ecc()735 ecc_sum += ecc_bit[i]; in omap_compare_ecc()756 find_byte = (ecc_bit[23] << 8) + in omap_compare_ecc()757 (ecc_bit[21] << 7) + in omap_compare_ecc()758 (ecc_bit[19] << 6) + in omap_compare_ecc()[all …]
175 u32 ecc_bit, dec_sz, enc_sz; in mtk_ecc_config() local189 ecc_bit = i; in mtk_ecc_config()195 reg = ecc_bit | (config->mode << ecc->caps->ecc_mode_shift); in mtk_ecc_config()208 reg = ecc_bit | (config->mode << ecc->caps->ecc_mode_shift); in mtk_ecc_config()