Lines Matching refs:ecc_strength
50 const u8 *ecc_strength;
179 if (ecc->caps->ecc_strength[i] == config->strength)
438 const u8 *ecc_strength = ecc->caps->ecc_strength;
442 if (*p <= ecc_strength[i]) {
444 *p = ecc_strength[i];
445 else if (*p != ecc_strength[i])
446 *p = ecc_strength[i - 1];
451 *p = ecc_strength[ecc->caps->num_ecc_strength - 1];
464 .ecc_strength = ecc_strength_mt2701,
475 .ecc_strength = ecc_strength_mt2712,
486 .ecc_strength = ecc_strength_mt7622,
497 .ecc_strength = ecc_strength_mt7986,
536 max_eccdata_size = ecc->caps->ecc_strength[max_eccdata_size];