Searched refs:errorLocation (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.c40 * errorLocation - Location of the bit that needs to be flipped
45 static void nand_bcm_umi_bch_ecc_flip_bit(uint8_t *datap, int errorLocation) argument
47 int locWithinAByte = (errorLocation & REG_UMI_BCH_ERR_LOC_BYTE) >> 0;
48 int locWithinAWord = (errorLocation & REG_UMI_BCH_ERR_LOC_WORD) >> 3;
49 int locWithinAPage = (errorLocation & REG_UMI_BCH_ERR_LOC_PAGE) >> 5;
99 int errorLocation; local
140 errorLocation =
144 nand_bcm_umi_bch_ecc_flip_bit(datap, errorLocation);

Completed in 128 milliseconds