Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Dubi-media.h383 #define UBI_FM_SB_MAGIC 0x7B11D69F macro
A Dfastmap.c916 if (be32_to_cpu(fmsb->magic) != UBI_FM_SB_MAGIC) { in ubi_scan_fastmap()
918 be32_to_cpu(fmsb->magic), UBI_FM_SB_MAGIC); in ubi_scan_fastmap()
1158 fmsb->magic = cpu_to_be32(UBI_FM_SB_MAGIC); in ubi_write_fastmap()
/u-boot/drivers/mtd/ubispl/
A Dubispl.c706 if (be32_to_cpu(fmsb->magic) != UBI_FM_SB_MAGIC) { in ubi_scan_fastmap()
708 be32_to_cpu(fmsb->magic), UBI_FM_SB_MAGIC); in ubi_scan_fastmap()

Completed in 10 milliseconds