Lines Matching refs:fec
1088 struct ubi_fm_ec *fec; in ubi_write_fastmap() local
1168 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1170 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1172 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1175 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1181 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1183 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1185 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1188 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1193 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1195 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1197 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1200 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1206 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1208 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1210 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1213 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1224 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1226 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1228 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1231 fm_pos += sizeof(*fec); in ubi_write_fastmap()