Lines Matching refs:fec
1095 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1175 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1177 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1179 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1182 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1188 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1190 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1192 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1195 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1200 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1202 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1204 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1207 fm_pos += sizeof(*fec); in ubi_write_fastmap()
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()
1231 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1233 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1235 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1238 fm_pos += sizeof(*fec); in ubi_write_fastmap()