Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dattach.c1042 ai->ec_count += 1; in scan_peb()
1252 if (ai->ec_count) in scan_all()
1253 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count); in scan_all()
H A Dubi.h743 int ec_count; member
H A Dfastmap.c158 ai->ec_count++; in add_aeb()
736 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count); in ubi_attach_fastmap()