Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubispl/
A Dubispl.c484 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
526 wl_pool_size = be16_to_cpu(fmpl2->size); in ubi_attach_fastmap()
535 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
536 ubi_err("bad WL pool size: %i", wl_pool_size); in ubi_attach_fastmap()
661 ret = scan_pool(ubi, fmpl2->pebs, wl_pool_size); in ubi_attach_fastmap()
/u-boot/drivers/mtd/ubi/
A Dfastmap.c622 int ret, i, j, pool_size, wl_pool_size; in ubi_attach_fastmap() local
669 wl_pool_size = be16_to_cpu(fmpl_wl->size); in ubi_attach_fastmap()
678 if (wl_pool_size > UBI_FM_MAX_POOL_SIZE || wl_pool_size < 0) { in ubi_attach_fastmap()
679 ubi_err(ubi, "bad WL pool size: %i", wl_pool_size); in ubi_attach_fastmap()
822 ret = scan_pool(ubi, ai, fmpl_wl->pebs, wl_pool_size, &max_sqnum, &free); in ubi_attach_fastmap()

Completed in 6 milliseconds