Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubispl/
Dubispl.h30 #define UBI_MAX_VOL_LEBS CONFIG_SPL_UBI_MAX_VOL_LEBS macro
34 #define UBI_VOL_BM_SIZE ((UBI_MAX_VOL_LEBS / BITS_PER_LONG) + 1)
45 u32 lebs_to_pebs[UBI_MAX_VOL_LEBS];
Dubispl.c133 if (lnum >= UBI_MAX_VOL_LEBS) { in ubi_add_peb_to_vol()
134 ubi_warn("Vol: %u LEB %d > %d", vol_id, lnum, UBI_MAX_VOL_LEBS); in ubi_add_peb_to_vol()