Home
last modified time | relevance | path

Searched refs:UBI_FM_MAX_POOL_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dubi-media.h395 #define UBI_FM_MAX_POOL_SIZE 256 macro
454 __be32 pebs[UBI_FM_MAX_POOL_SIZE];
Dfastmap.c668 if (pool_size > UBI_FM_MAX_POOL_SIZE || pool_size < 0) { in ubi_attach_fastmap()
673 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
679 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
685 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
Dubi.h255 int pebs[UBI_FM_MAX_POOL_SIZE];
Dbuild.c959 ubi->mtd) / 100) * 5, UBI_FM_MAX_POOL_SIZE); in ubi_attach_mtd_dev()
/external/u-boot/drivers/mtd/ubispl/
Dubi-wrapper.h99 int pebs[UBI_FM_MAX_POOL_SIZE];
Dubispl.c336 if (pool_size > UBI_FM_MAX_POOL_SIZE || pool_size < 0) { in ubi_attach_fastmap()
341 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
346 if (fm->max_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()
352 if (fm->max_wl_pool_size > UBI_FM_MAX_POOL_SIZE || in ubi_attach_fastmap()