Lines Matching defs:ecc_bits
148 * @ecc_bits: Exact number of ECC bits per syndrome
166 unsigned int ecc_bits;
397 anand->ecc_bits * step, anand->ecc_bits);
960 unsigned int bch_gf_mag, ecc_bits;
973 ecc_bits = bch_gf_mag * strength;
975 return DIV_ROUND_UP(ecc_bits, 8);
1062 anand->ecc_bits = bch_gf_mag * ecc->strength;
1063 ecc->bytes = DIV_ROUND_UP(anand->ecc_bits, 8);
1064 anand->ecc_total = DIV_ROUND_UP(anand->ecc_bits * ecc->steps, 8);