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

/linux-master/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)
1254 if (oob && autoecc) {
1271 if (oob && !autoecc)
1292 * doc_guess_autoecc - Guess autoecc mode from mbd_oob_ops
1299 int autoecc; local
1304 autoecc = 1;
1307 autoecc = 0;
1310 autoecc
1231 doc_write_page(struct docg3 *docg3, loff_t to, const u_char *buf, const u_char *oob, int autoecc) argument
1347 int ooblen = ops->ooblen, autoecc; local
1386 int ret, autoecc, oobdelta; local
[all...]

Completed in 214 milliseconds