Lines Matching refs:bytes
50 * Error reports are split in two bytes:
201 const int ecc_size = chip->ecc.bytes;
356 /* skip over "len" bytes */
371 /* skip over "len" bytes */
405 const int ecc_size = chip->ecc.bytes;
408 int rem = page_size; /* bytes remaining until BBM area */
432 const int ecc_size = chip->ecc.bytes;
435 int rem = page_size; /* bytes remaining until BBM area */
496 res->offset = BBM_SIZE + METADATA_SIZE + ecc->bytes * idx;
497 res->length = ecc->bytes;
554 ecc->bytes = DIV_ROUND_UP(ecc->strength * FIELD_ORDER, BITS_PER_BYTE);