Searched refs:max_ec (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/mtd/ubi/ |
D | fastmap-wl.c | 37 int max_ec = UBI_MAX_ERASECOUNTER; in find_anchor_wl_entry() local 40 if (e->pnum < UBI_FM_MAX_START && e->ec < max_ec) { in find_anchor_wl_entry() 42 max_ec = e->ec; in find_anchor_wl_entry()
|
D | attach.c | 1044 if (ec > ai->max_ec) in scan_peb() 1045 ai->max_ec = ec; in scan_peb() 1439 ubi->max_ec = ai->max_ec; in ubi_attach() 1574 if (aeb->ec > ai->max_ec) { in self_check_ai() 1576 ai->max_ec, aeb->ec); in self_check_ai()
|
D | ubi.h | 556 int max_ec; member 743 int max_ec; member
|
D | wl.c | 473 if (e->ec > ubi->max_ec) in sync_erase() 474 ubi->max_ec = e->ec; in sync_erase() 1539 ubi->max_ec = ai->max_ec;
|
D | build.c | 157 __ATTR(max_ec, S_IRUGO, dev_attribute_show, NULL); 400 ret = sprintf(buf, "%d\n", ubi->max_ec); in dev_attribute_show() 1048 ubi->max_ec, ubi->mean_ec, CONFIG_MTD_UBI_WL_THRESHOLD, in ubi_attach_mtd_dev()
|
D | fastmap.c | 161 if (ai->max_ec < aeb->ec) in add_aeb() 162 ai->max_ec = aeb->ec; in add_aeb()
|
/external/u-boot/cmd/ |
D | ubi.c | 72 ubi_msg("max/mean erase counter: %d/%d", ubi->max_ec, ubi->mean_ec); in display_ubi_info()
|