HomeSort by relevance Sort by last modified time
    Searched refs:mean_ec (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/mtd/ubi/
attach.c 725 aeb->ec = ai->mean_ec;
    [all...]
ubi.h 446 * @mean_ec: current mean erase counter value
553 /* Note, mean_ec is not updated run-time - should be fixed */
554 int mean_ec; member in struct:ubi_device
715 * @mean_ec: mean erase counter value
716 * @ec_sum: a temporary variable used when calculating @mean_ec
717 * @ec_count: a temporary variable used when calculating @mean_ec
741 int mean_ec; member in struct:ubi_attach_info
    [all...]
build.c 1048 ubi->max_ec, ubi->mean_ec, CONFIG_MTD_UBI_WL_THRESHOLD,
    [all...]
fastmap.c 736 ai->mean_ec = div_u64(ai->ec_sum, ai->ec_count);
    [all...]
  /external/u-boot/cmd/
ubi.c 87 ubi_msg("max/mean erase counter: %d/%d", ubi->max_ec, ubi->mean_ec);

Completed in 600 milliseconds