Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmxc_nand.c178 int used_oobsize; member
262 oob_chunk_size = (host->used_oobsize / num_chunks) & ~1; in copy_spare()
273 host->used_oobsize - i * oob_chunk_size); in copy_spare()
283 host->used_oobsize - i * oob_chunk_size); in copy_spare()
1730 * bytes. Limit used_oobsize to 218 so as to not confuse copy_spare() in mxcnd_attach_chip()
1735 host->used_oobsize = min(mtd->oobsize, 218U); in mxcnd_attach_chip()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmxc_nand.c176 int used_oobsize; member
259 oob_chunk_size = (host->used_oobsize / num_chunks) & ~1; in copy_spare()
270 host->used_oobsize - i * oob_chunk_size); in copy_spare()
280 host->used_oobsize - i * oob_chunk_size); in copy_spare()
1663 * bytes. Limit used_oobsize to 218 so as to not confuse copy_spare() in mxcnd_attach_chip()
1668 host->used_oobsize = min(mtd->oobsize, 218U); in mxcnd_attach_chip()

Completed in 6 milliseconds