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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Ddoc2001plus.c513 unsigned char syndrome[6], eccbuf[6]; local
567 MemReadDOC(docptr, eccbuf, 4);
568 eccbuf[4] = ReadDOC(docptr, Mplus_LastDataRead);
569 eccbuf[5] = ReadDOC(docptr, Mplus_LastDataRead);
603 printk(" eccbuf= %02x:%02x:%02x:%02x:%02x:"
605 eccbuf[0], eccbuf[1], eccbuf[2],
606 eccbuf[3], eccbuf[
632 char eccbuf[6]; local
[all...]
H A Ddoc2001.c386 unsigned char syndrome[6], eccbuf[6]; local
445 eccbuf[i] = ReadDOC(docptr, Mil_CDSN_IO + i);
448 memcpy_fromio(eccbuf, docptr + DoC_Mil_CDSN_IO, 5);
450 eccbuf[5] = ReadDOC(docptr, LastDataRead);
482 (long)from, eccbuf[0], eccbuf[1], eccbuf[2], eccbuf[3],
483 eccbuf[4], eccbuf[
496 char eccbuf[6]; local
[all...]
H A Ddoc2000.c610 unsigned char syndrome[6], eccbuf[6]; local
680 DoC_ReadBuf(this, eccbuf, 6);
724 (long)from, eccbuf[0], eccbuf[1], eccbuf[2],
725 eccbuf[3], eccbuf[4], eccbuf[5]);
754 unsigned char eccbuf[6]; local
777 if (len != 0x200 && eccbuf)
[all...]

Completed in 132 milliseconds