Lines Matching defs:chunk
2061 * start of the next subop chunk).
2338 * Returns the length of the chunk of data to send/receive.
2496 * nand_check_erased_ecc_chunk - check if an ECC chunk contains (almost) only
2515 * report the number of errors per chunk, and the NAND core infrastructure
2517 * This is why you should always use this function on a single chunk and
2518 * not on the whole page. After checking each chunk you should update your
2523 * shouldn't consider the chunk as erased, and checking ECC bytes prevent
2528 * extra OOB data to an ECC chunk.
3308 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad;
3321 pos = eccsize + i * (eccsize + chunk);
3334 toread = min_t(int, length, chunk);
3375 int chunk = chip->ecc.bytes + chip->ecc.prepad + chip->ecc.postpad;
3386 pos = steps * (eccsize + chunk);
3412 pos = eccsize + i * (eccsize + chunk);
3421 len = min_t(int, length, chunk);