Home
last modified time | relevance | path

Searched refs:locWithinAWord (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/mtd/nand/
Dnand_bcm_umi.c48 int locWithinAWord = (errorLocation & REG_UMI_BCH_ERR_LOC_WORD) >> 3; in nand_bcm_umi_bch_ecc_flip_bit() local
56 locWithinAWord = 3 - locWithinAWord; in nand_bcm_umi_bch_ecc_flip_bit()
58 errorByte = datap[locWithinAPage * sizeof(uint32_t) + locWithinAWord]; in nand_bcm_umi_bch_ecc_flip_bit()
62 locWithinAPage * sizeof(uint32_t) + locWithinAWord); in nand_bcm_umi_bch_ecc_flip_bit()
76 datap[locWithinAPage * sizeof(uint32_t) + locWithinAWord] = errorByte; in nand_bcm_umi_bch_ecc_flip_bit()