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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dsm_common.h18 uint8_t ecc2[3]; member in struct:sm_oob
H A Dr852.c458 uint32_t ecc1, ecc2; local
467 ecc2 = r852_read_reg_dword(dev, R852_DATALINE);
473 oob->ecc2[0] = (ecc2) & 0xFF;
474 oob->ecc2[1] = (ecc2 >> 8) & 0xFF;
475 oob->ecc2[2] = (ecc2 >> 16) & 0xFF;
H A Drtc_from4.c333 * @ecc2 ECC codes calculated
340 static int rtc_from4_correct_data(struct mtd_info *mtd, const u_char *buf, u_char *ecc1, u_char *ecc2) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dalauda.c224 static unsigned char ecc2[256]; variable
245 ecc2[i] = ~(a ^ (a<<1) ^ (parity[i] ? 0xa8 : 0));
274 ecc[2] = ecc2[par];
H A Dsddr09.c196 static unsigned char ecc2[256]; variable
217 ecc2[i] = ~(a ^ (a<<1) ^ (parity[i] ? 0xa8 : 0));
246 ecc[2] = ecc2[par];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dsm_ftl.c217 if (__nand_correct_data(buffer, ecc, oob->ecc2, SM_SMALL_PAGE) < 0)
387 SM_SMALL_PAGE, oob.ecc2);

Completed in 118 milliseconds