Lines Matching defs:data_bytes
247 * (data_bytes + spare_bytes + ecc_bytes).
248 * @data_bytes: Number of data bytes per chunk
263 int data_bytes;
278 .data_bytes = db, \
1078 lt->data_bytes + oob_bytes);
1079 memcpy(data_buf, nfc->dma_buf, lt->data_bytes);
1080 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes);
1082 marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes);
1102 unsigned int full_sz = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes;
1125 lt->data_bytes, true, page);
1187 memcpy(nfc->dma_buf, data_buf, lt->data_bytes);
1188 memcpy(nfc->dma_buf + lt->data_bytes, oob_buf, oob_bytes);
1189 marvell_nfc_xfer_data_dma(nfc, DMA_TO_DEVICE, lt->data_bytes +
1192 marvell_nfc_xfer_data_out_pio(nfc, data_buf, lt->data_bytes);
1265 int chunk_size = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes;
1268 int data_len = lt->data_bytes;
1290 buf + (lt->data_bytes * chunk),
1379 int data_len = lt->data_bytes, spare_len = lt->spare_bytes;
1448 data_off_in_page = chunk * (lt->data_bytes + lt->spare_bytes +
1451 (chunk < lt->full_chunk_cnt ? lt->data_bytes :
1457 data_off = chunk * lt->data_bytes;
1463 data_len = chunk < lt->full_chunk_cnt ? lt->data_bytes :
1519 int full_chunk_size = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes;
1520 int data_len = lt->data_bytes;
1544 nand_write_data_op(chip, buf + (chunk * lt->data_bytes),
1639 int data_len = lt->data_bytes;
2231 if (mtd->writesize == SZ_4K && lt->data_bytes == SZ_2K)
2293 ecc->size = l->data_bytes;