Searched refs:fmec (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/mtd/ubi/ |
A D | fastmap.c | 619 struct ubi_fm_ec *fmec; in ubi_attach_fastmap() local 700 fm_pos += sizeof(*fmec); in ubi_attach_fastmap() 705 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap() 711 fm_pos += sizeof(*fmec); in ubi_attach_fastmap() 715 add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 716 be32_to_cpu(fmec->ec), 0); in ubi_attach_fastmap() 722 fm_pos += sizeof(*fmec); in ubi_attach_fastmap() 726 add_aeb(ai, &used, be32_to_cpu(fmec->pnum), in ubi_attach_fastmap() 727 be32_to_cpu(fmec->ec), 1); in ubi_attach_fastmap() 733 fm_pos += sizeof(*fmec); in ubi_attach_fastmap() [all …]
|
/u-boot/drivers/mtd/ubispl/ |
A D | ubispl.c | 481 struct ubi_fm_ec *fmec; in ubi_attach_fastmap() local 554 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap() 555 fm_pos += sizeof(*fmec); in ubi_attach_fastmap() 562 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap() 563 fm_pos += sizeof(*fmec); in ubi_attach_fastmap() 567 generic_set_bit(be32_to_cpu(fmec->pnum), ubi->fm_used); in ubi_attach_fastmap() 572 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap() 573 fm_pos += sizeof(*fmec); in ubi_attach_fastmap() 580 fmec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_attach_fastmap() 581 fm_pos += sizeof(*fmec); in ubi_attach_fastmap()
|
Completed in 6 milliseconds