Lines Matching refs:fec
1137 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1221 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1223 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1225 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1228 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1234 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1236 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1238 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1241 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1246 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1248 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1250 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1253 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1259 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1261 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1263 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1266 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1277 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1279 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1281 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1284 fm_pos += sizeof(*fec); in ubi_write_fastmap()