Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dfastmap.c620 void *fm_raw = ubi->fm_buf; in ubi_attach_fastmap() local
626 fmsb = (struct ubi_fm_sb *)(fm_raw); in ubi_attach_fastmap()
694 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
1105 void *fm_raw; in ubi_write_fastmap() local
1121 fm_raw = ubi->fm_buf; in ubi_write_fastmap()
1145 fmsb = (struct ubi_fm_sb *)fm_raw; in ubi_write_fastmap()
1149 fmh = (struct ubi_fm_hdr *)(fm_raw + fm_pos); in ubi_write_fastmap()
1189 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1202 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1214 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
[all …]
/openbmc/linux/drivers/mtd/ubi/
H A Dfastmap.c564 void *fm_raw = ubi->fm_buf; in ubi_attach_fastmap() local
570 fmsb = (struct ubi_fm_sb *)(fm_raw); in ubi_attach_fastmap()
638 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
651 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
1134 void *fm_raw; in ubi_write_fastmap() local
1151 fm_raw = ubi->fm_buf; in ubi_write_fastmap()
1178 fmsb = (struct ubi_fm_sb *)fm_raw; in ubi_write_fastmap()
1182 fmh = (struct ubi_fm_hdr *)(fm_raw + fm_pos); in ubi_write_fastmap()
1222 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1235 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
[all …]
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.c292 void *fm_raw = ubi->fm_buf; in ubi_attach_fastmap() local
300 fmhdr = (struct ubi_fm_hdr *)(fm_raw + fm_pos); in ubi_attach_fastmap()
311 fmpl1 = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()
321 fmpl2 = (struct ubi_fm_scan_pool *)(fm_raw + fm_pos); in ubi_attach_fastmap()
360 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
368 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
378 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
386 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap()
396 fmvhdr = (struct ubi_fm_volhdr *)(fm_raw + fm_pos); in ubi_attach_fastmap()
412 fm_eba = (struct ubi_fm_eba *)(fm_raw + fm_pos); in ubi_attach_fastmap()