Searched defs:eccbuf (Results 1 - 3 of 3) sorted by relevance

/drivers/mtd/devices/
H A Ddoc2001.c382 unsigned char syndrome[6], eccbuf[6]; local
437 eccbuf[i] = ReadDOC(docptr, Mil_CDSN_IO + i);
440 memcpy_fromio(eccbuf, docptr + DoC_Mil_CDSN_IO, 5);
442 eccbuf[5] = ReadDOC(docptr, LastDataRead);
474 (long)from, eccbuf[0], eccbuf[1], eccbuf[2], eccbuf[3],
475 eccbuf[4], eccbuf[
488 char eccbuf[6]; local
[all...]
H A Ddoc2000.c601 unsigned char syndrome[6], eccbuf[6]; local
665 DoC_ReadBuf(this, eccbuf, 6);
709 (long)from, eccbuf[0], eccbuf[1], eccbuf[2],
710 eccbuf[3], eccbuf[4], eccbuf[5]);
739 unsigned char eccbuf[6]; local
756 if (len != 0x200 && eccbuf)
[all...]
H A Ddoc2001plus.c580 unsigned char syndrome[6], eccbuf[6]; local
630 MemReadDOC(docptr, eccbuf, 4);
631 eccbuf[4] = ReadDOC(docptr, Mplus_LastDataRead);
632 eccbuf[5] = ReadDOC(docptr, Mplus_LastDataRead);
666 printk(" eccbuf= %02x:%02x:%02x:%02x:%02x:"
668 eccbuf[0], eccbuf[1], eccbuf[2],
669 eccbuf[3], eccbuf[
695 char eccbuf[6]; local
[all...]

Completed in 966 milliseconds