Searched refs:err_byte (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
H A Dr852.c470 uint8_t ecc_status, err_byte; r852_ecc_correct() local
501 err_byte = ecc_reg & 0xFF; r852_ecc_correct()
504 err_byte, ecc_status & R852_ECC_ERR_BIT_MSK); r852_ecc_correct()
506 dat[err_byte] ^= r852_ecc_correct()
H A Ddenali.c963 uint32_t err_address, err_correction_info, err_byte, handle_ecc() local
971 err_byte = ECC_BYTE(err_address); handle_ecc()
981 * If err_byte is larger than ECC_SECTOR_SIZE, handle_ecc()
988 if (err_byte < ECC_SECTOR_SIZE) { handle_ecc()
993 err_byte) * handle_ecc()
H A Datmel_nand.c810 uint8_t err_byte; pmecc_correct_data() local
823 err_byte = *(buf + byte_pos); pmecc_correct_data()
828 pos, bit_pos, err_byte, *(buf + byte_pos)); pmecc_correct_data()
833 err_byte = ecc[tmp]; pmecc_correct_data()
838 pos, bit_pos, err_byte, ecc[tmp]); pmecc_correct_data()

Completed in 186 milliseconds