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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddocecc.c438 * Correct the errors in 'sector[]' by using 'ecc1[]' which is the
443 int doc_decode_ecc(unsigned char sector[SECTOR_SIZE], unsigned char ecc1[6]) argument
464 parity = ecc1[1];
466 bb[0] = (ecc1[4] & 0xff) | ((ecc1[5] & 0x03) << 8);
467 bb[1] = ((ecc1[5] & 0xfc) >> 2) | ((ecc1[2] & 0x0f) << 6);
468 bb[2] = ((ecc1[2] & 0xf0) >> 4) | ((ecc1[3] & 0x3f) << 4);
469 bb[3] = ((ecc1[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Ddoc2000.h193 int doc_decode_ecc(unsigned char sector[512], unsigned char ecc1[6]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Drtc_from4.c335 * @ecc1 ECC codes read
343 static int rtc_from4_correct_data(struct mtd_info *mtd, const u_char *buf, u_char *ecc1, u_char *ecc2) argument

Completed in 52 milliseconds