Home
last modified time | relevance | path

Searched refs:scrub_peb_count (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dubi-media.h434 __be32 scrub_peb_count; member
Dfastmap.c715 for (i = 0; i < be32_to_cpu(fmhdr->scrub_peb_count); i++) { in ubi_attach_fastmap()
1118 int scrub_peb_count, erase_peb_count; in ubi_write_fastmap() local
1162 scrub_peb_count = 0; in ubi_write_fastmap()
1233 scrub_peb_count++; in ubi_write_fastmap()
1237 fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count); in ubi_write_fastmap()
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c377 for (i = 0; i < be32_to_cpu(fmhdr->scrub_peb_count); i++) { in ubi_attach_fastmap()