Searched refs:ecc_algo (Results 1 – 1 of 1) sorted by relevance
393 enum nand_ecc_algo ecc_algo; in of_get_nand_ecc_algo() local399 for (ecc_algo = NAND_ECC_ALGO_HAMMING; in of_get_nand_ecc_algo()400 ecc_algo < ARRAY_SIZE(nand_ecc_algos); in of_get_nand_ecc_algo()401 ecc_algo++) { in of_get_nand_ecc_algo()402 if (!strcasecmp(pm, nand_ecc_algos[ecc_algo])) in of_get_nand_ecc_algo()403 return ecc_algo; in of_get_nand_ecc_algo()