Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dubi-media.h414 __be32 block_loc[UBI_FM_MAX_BLOCKS]; member
Dfastmap.c956 pnum = be32_to_cpu(fmsb->block_loc[i]); in ubi_scan_fastmap()
1063 e->pnum = be32_to_cpu(fmsb2->block_loc[i]); in ubi_scan_fastmap()
1307 fmsb->block_loc[i] = cpu_to_be32(new_fm->e[i]->pnum); in ubi_write_fastmap()
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c544 pnum = be32_to_cpu(fmsb->block_loc[i]); in ubi_scan_fastmap()