Searched refs:ecc0 (Results 1 – 1 of 1) sorted by relevance
328 u16 ecc0, ecc1; in bf5xx_nand_calculate_ecc() local333 ecc0 = bfin_read_NFC_ECC0(); in bf5xx_nand_calculate_ecc()336 code[0] = (ecc0 & 0x7ff) | ((ecc1 & 0x7ff) << 11); in bf5xx_nand_calculate_ecc()346 ecc0 = bfin_read_NFC_ECC2(); in bf5xx_nand_calculate_ecc()348 code[1] = (ecc0 & 0x7ff) | ((ecc1 & 0x7ff) << 11); in bf5xx_nand_calculate_ecc()