Lines Matching refs:fec
1129 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1213 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1215 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1217 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1220 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1226 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1228 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1230 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1233 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1238 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1240 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1242 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1245 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1251 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1253 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1255 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1258 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1269 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1271 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1273 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1276 fm_pos += sizeof(*fec); in ubi_write_fastmap()