Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h522 int (*calc_ecc_bytes)(int step_size, int strength); member
536 .calc_ecc_bytes = __calc, \
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4068 ecc_bytes = caps->calc_ecc_bytes(preset_step, in nand_check_ecc_caps()
4144 ecc_bytes = caps->calc_ecc_bytes(step_size, strength); in nand_match_ecc_req()
4216 ecc_bytes = caps->calc_ecc_bytes(step_size, strength); in nand_maximize_ecc()