Searched refs:correct_data (Results 1 – 2 of 2) sorted by relevance
168 int (*correct_data)(u_char *dat, u_char *read_ecc, u_char *calc_ecc); member
672 ecc_status = this->correct_data (&data_poi[0], &ecc_code[0], &ecc_calc[0]); in nand_read_ecc()685 ecc_status = this->correct_data (&data_poi[256], &ecc_code[3], &ecc_calc[3]); in nand_read_ecc()1331 this->correct_data = nand_correct_data; in nand_scan()1337 if (this->calculate_ecc && this->correct_data && this->enable_hwecc) in nand_scan()1348 this->correct_data = nand_correct_data; in nand_scan()