Lines Matching refs:fec
1110 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1190 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1192 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1194 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1197 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1203 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1205 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1207 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1210 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1215 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1217 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1219 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1222 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1228 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1230 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1232 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1235 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()