Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand_spl.c371 int min_ecc_size = conf->page_size > 4096 ? 1024 : 512; in nand_detect_ecc_config() local
379 for (conf->ecc_size = 1024; conf->ecc_size >= min_ecc_size; in nand_detect_ecc_config()