Home
last modified time | relevance | path

Searched refs:best_ecc_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4110 int best_step, best_strength, best_ecc_bytes; in nand_match_ecc_req() local
4161 best_ecc_bytes = ecc_bytes; in nand_match_ecc_req()
4171 chip->ecc.bytes = best_ecc_bytes; in nand_match_ecc_req()
4194 int best_strength, best_ecc_bytes; in nand_maximize_ecc() local
4234 best_ecc_bytes = ecc_bytes; in nand_maximize_ecc()
4244 chip->ecc.bytes = best_ecc_bytes; in nand_maximize_ecc()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c6064 int best_step = 0, best_strength = 0, best_ecc_bytes = 0; in nand_match_ecc_req() local
6112 best_ecc_bytes = ecc_bytes; in nand_match_ecc_req()
6122 chip->ecc.bytes = best_ecc_bytes; in nand_match_ecc_req()
6145 int best_strength = 0, best_ecc_bytes = 0; in nand_maximize_ecc() local
6182 best_ecc_bytes = ecc_bytes; in nand_maximize_ecc()
6192 chip->ecc.bytes = best_ecc_bytes; in nand_maximize_ecc()