Lines Matching defs:ecc_bits
162 * @ecc_bits: Exact number of ECC bits per syndrome
183 unsigned int ecc_bits;
461 anand->ecc_bits * step, anand->ecc_bits);
1066 unsigned int bch_gf_mag, ecc_bits;
1079 ecc_bits = bch_gf_mag * strength;
1081 return DIV_ROUND_UP(ecc_bits, 8);
1168 anand->ecc_bits = bch_gf_mag * ecc->strength;
1169 ecc->bytes = DIV_ROUND_UP(anand->ecc_bits, 8);
1170 anand->ecc_total = DIV_ROUND_UP(anand->ecc_bits * ecc->steps, 8);