Searched refs:locWithinAPage (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.c49 int locWithinAPage = (errorLocation & REG_UMI_BCH_ERR_LOC_PAGE) >> 5; local
58 errorByte = datap[locWithinAPage * sizeof(uint32_t) + locWithinAWord];
62 locWithinAPage * sizeof(uint32_t) + locWithinAWord);
76 datap[locWithinAPage * sizeof(uint32_t) + locWithinAWord] = errorByte;

Completed in 57 milliseconds