Home
last modified time | relevance | path

Searched refs:fmsb2 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubispl.c496 struct ubi_fm_sb *fmsb, *fmsb2; in ubi_scan_fastmap() local
624 fmsb2 = (struct ubi_fm_sb *)(ubi->fm_buf); in ubi_scan_fastmap()
625 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()
626 fmsb2->data_crc = 0; in ubi_scan_fastmap()
635 fmsb2->sqnum = sqnum; in ubi_scan_fastmap()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap.c881 struct ubi_fm_sb *fmsb, *fmsb2; in ubi_scan_fastmap() local
1029 fmsb2 = (struct ubi_fm_sb *)(ubi->fm_buf); in ubi_scan_fastmap()
1030 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()
1031 fmsb2->data_crc = 0; in ubi_scan_fastmap()
1041 fmsb2->sqnum = sqnum; in ubi_scan_fastmap()
1064 e->pnum = be32_to_cpu(fmsb2->block_loc[i]); in ubi_scan_fastmap()
1065 e->ec = be32_to_cpu(fmsb2->block_ec[i]); in ubi_scan_fastmap()