Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubi-wrapper.h80 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
81 int to_be_tortured[UBI_FM_MAX_BLOCKS];
H A Dubispl.h23 #define UBI_FM_BUF_SIZE (UBI_FM_MAX_BLOCKS*CONFIG_SPL_UBI_MAX_PEB_SIZE)
H A Dubispl.c528 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dubi-media.h389 #define UBI_FM_MAX_BLOCKS 32 macro
415 __be32 block_loc[UBI_FM_MAX_BLOCKS];
416 __be32 block_ec[UBI_FM_MAX_BLOCKS];
H A Dubi.h236 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
237 int to_be_tortured[UBI_FM_MAX_BLOCKS];
H A Dfastmap.c927 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
1525 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dubi-media.h387 #define UBI_FM_MAX_BLOCKS 32 macro
413 __be32 block_loc[UBI_FM_MAX_BLOCKS];
414 __be32 block_ec[UBI_FM_MAX_BLOCKS];
H A Dubi.h241 struct ubi_wl_entry *e[UBI_FM_MAX_BLOCKS];
242 int to_be_tortured[UBI_FM_MAX_BLOCKS];
H A Dfastmap.c926 if (used_blocks > UBI_FM_MAX_BLOCKS || used_blocks < 1) { in ubi_scan_fastmap()
1568 if (new_fm->used_blocks > UBI_FM_MAX_BLOCKS) { in ubi_update_fastmap()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.ubispl48 + CONFIG_SPL_UBI_MAX_PEB_SIZE * UBI_FM_MAX_BLOCKS
52 handles up to UBI_FM_MAX_BLOCKS.