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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_bcm_umi.c51 uint8_t errorByte = 0; local
58 errorByte = datap[locWithinAPage * sizeof(uint32_t) + locWithinAWord];
63 puthexs(" errorByte:", errorByte);
67 if (errorByte & byteMask) {
69 errorByte &= ~byteMask;
72 errorByte |= byteMask;
76 datap[locWithinAPage * sizeof(uint32_t) + locWithinAWord] = errorByte;

Completed in 67 milliseconds