Home
last modified time | relevance | path

Searched refs:block_loc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dubi-media.h415 __be32 block_loc[UBI_FM_MAX_BLOCKS]; member
H A Dfastmap.c957 pnum = be32_to_cpu(fmsb->block_loc[i]); in ubi_scan_fastmap()
1064 e->pnum = be32_to_cpu(fmsb2->block_loc[i]); in ubi_scan_fastmap()
1308 fmsb->block_loc[i] = cpu_to_be32(new_fm->e[i]->pnum); in ubi_write_fastmap()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dubi-media.h413 __be32 block_loc[UBI_FM_MAX_BLOCKS]; member
H A Dfastmap.c958 pnum = be32_to_cpu(fmsb->block_loc[i]); in ubi_scan_fastmap()
1072 e->pnum = be32_to_cpu(fmsb2->block_loc[i]); in ubi_scan_fastmap()
1345 fmsb->block_loc[i] = cpu_to_be32(new_fm->e[i]->pnum); in ubi_write_fastmap()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubispl.c545 pnum = be32_to_cpu(fmsb->block_loc[i]); in ubi_scan_fastmap()