Searched refs:start_step (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c827 int start_step, end_step, num_steps; local
835 start_step = data_offs / chip->ecc.size;
837 num_steps = end_step - start_step + 1;
843 data_col_addr = start_step * chip->ecc.size;
859 if (eccpos[i + start_step * chip->ecc.bytes] + 1 !=
860 eccpos[i + start_step * chip->ecc.bytes + 1]) {
871 aligned_pos = eccpos[start_step * chip->ecc.bytes] & ~(busw - 1);
873 if (eccpos[start_step * chip->ecc.bytes] & (busw - 1))
875 if (eccpos[(start_step + num_steps) * chip->ecc.bytes] & (busw - 1))
883 chip->buffers->ecccode[i] = chip->oob_poi[eccpos[i + start_step * chi
[all...]

Completed in 55 milliseconds