Home
last modified time | relevance | path

Searched refs:autoecc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mtd/devices/
H A Ddocg3.c1220 * @autoecc: if 0, all 16 bytes from OOB are taken, regardless of HW Hamming or
1227 * BCH generator if autoecc is not null.
1232 const u_char *oob, int autoecc) in doc_write_page() argument
1254 if (oob && autoecc) { in doc_write_page()
1271 if (oob && !autoecc) in doc_write_page()
1292 * doc_guess_autoecc - Guess autoecc mode from mbd_oob_ops
1299 int autoecc; in doc_guess_autoecc() local
1304 autoecc = 1; in doc_guess_autoecc()
1307 autoecc = 0; in doc_guess_autoecc()
1310 autoecc in doc_guess_autoecc()
1347 int ooblen = ops->ooblen, autoecc; doc_backup_oob() local
1386 int ret, autoecc, oobdelta; doc_write_oob() local
[all...]