Home
last modified time | relevance | path

Searched refs:UBI_FM_MAX_BLOCKS (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/mtd/ubispl/
Dubi-wrapper.h79 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
80 int to_be_tortured[UBI_FM_MAX_BLOCKS];
Dubispl.h22 #define UBI_FM_BUF_SIZE (UBI_FM_MAX_BLOCKS*CONFIG_SPL_UBI_MAX_PEB_SIZE)
Dubispl.c527 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
/external/u-boot/drivers/mtd/ubi/
Dubi-media.h388 #define UBI_FM_MAX_BLOCKS 32 macro
414 __be32 block_loc[UBI_FM_MAX_BLOCKS];
415 __be32 block_ec[UBI_FM_MAX_BLOCKS];
Dubi.h235 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
236 int to_be_tortured[UBI_FM_MAX_BLOCKS];
Dfastmap.c926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
1524 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()
/external/u-boot/doc/
DREADME.ubispl48 + CONFIG_SPL_UBI_MAX_PEB_SIZE * UBI_FM_MAX_BLOCKS
52 handles up to UBI_FM_MAX_BLOCKS.