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

/linux-master/drivers/mtd/nand/raw/
H A Dmarvell_nand.c245 * @full_chunk_cnt: Number of full-sized chunks, which is the number of
262 int full_chunk_cnt; member in struct:marvell_hw_ecc_layout
277 .full_chunk_cnt = fcc, \
1263 int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) +
1279 if (chunk >= lt->full_chunk_cnt) {
1396 if (chunk >= lt->full_chunk_cnt) {
1448 (chunk < lt->full_chunk_cnt ? lt->data_bytes :
1451 (chunk < lt->full_chunk_cnt ? lt->spare_bytes :
1456 ecc_off = (lt->full_chunk_cnt * lt->spare_bytes) +
1460 data_len = chunk < lt->full_chunk_cnt
[all...]

Completed in 148 milliseconds