Lines Matching refs:ecc_strength
50 const u8 *ecc_strength; member
179 if (ecc->caps->ecc_strength[i] == config->strength) in mtk_ecc_config()
438 const u8 *ecc_strength = ecc->caps->ecc_strength; in mtk_ecc_adjust_strength() local
442 if (*p <= ecc_strength[i]) { in mtk_ecc_adjust_strength()
444 *p = ecc_strength[i]; in mtk_ecc_adjust_strength()
445 else if (*p != ecc_strength[i]) in mtk_ecc_adjust_strength()
446 *p = ecc_strength[i - 1]; in mtk_ecc_adjust_strength()
451 *p = ecc_strength[ecc->caps->num_ecc_strength - 1]; in mtk_ecc_adjust_strength()
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]; in mtk_ecc_probe()