• Home
  • Raw
  • Download

Lines Matching refs:fec

1128 	struct ubi_fm_ec *fec;  in ubi_write_fastmap()  local
1212 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1214 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1216 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1219 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1223 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1225 fec->pnum = cpu_to_be32(ubi->fm_next_anchor->pnum); in ubi_write_fastmap()
1227 fec->ec = cpu_to_be32(ubi->fm_next_anchor->ec); in ubi_write_fastmap()
1230 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1236 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1238 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1240 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1243 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1248 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1250 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1252 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1255 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1261 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1263 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1265 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1268 fm_pos += sizeof(*fec); in ubi_write_fastmap()
1279 fec = (struct ubi_fm_ec *)(fm_raw + fm_pos); in ubi_write_fastmap()
1281 fec->pnum = cpu_to_be32(wl_e->pnum); in ubi_write_fastmap()
1283 fec->ec = cpu_to_be32(wl_e->ec); in ubi_write_fastmap()
1286 fm_pos += sizeof(*fec); in ubi_write_fastmap()