Lines Matching refs:fec
1138 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1222 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1224 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1226 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1229 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1235 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1237 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1239 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1242 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1247 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1249 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1251 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1254 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1260 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1262 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1264 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1267 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1278 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1280 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1282 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1285 fm_pos += sizeof(*fec); in ubi_write_fastmap()