Lines Matching refs:fec
1127 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1207 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1209 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1211 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1214 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1220 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1222 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1224 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1227 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1232 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1234 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1236 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1239 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1245 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1247 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1249 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1252 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1263 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1265 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1267 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1270 fm_pos += sizeof(*fec); in ubi_write_fastmap()