Searched refs:start_step (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_base.c1163 int start_step, end_step, num_steps; local
1171 start_step = data_offs / chip->ecc.size;
1173 num_steps = end_step - start_step + 1;
1179 data_col_addr = start_step * chip->ecc.size;
1195 if (eccpos[i + start_step * chip->ecc.bytes] + 1 !=
1196 eccpos[i + start_step * chip->ecc.bytes + 1]) {
1207 aligned_pos = eccpos[start_step * chip->ecc.bytes] & ~(busw - 1);
1209 if (eccpos[start_step * chip->ecc.bytes] & (busw - 1))
1211 if (eccpos[(start_step + num_steps) * chip->ecc.bytes] & (busw - 1))
1219 chip->buffers->ecccode[i] = chip->oob_poi[eccpos[i + start_step * chi
[all...]

Completed in 55 milliseconds