Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dr852.c470 uint8_t ecc_status, err_byte; in r852_ecc_correct() local
501 err_byte = ecc_reg & 0xFF; in r852_ecc_correct()
504 err_byte, ecc_status & R852_ECC_ERR_BIT_MSK); in r852_ecc_correct()
506 dat[err_byte] ^= in r852_ecc_correct()
Ddenali.c957 uint32_t err_address, err_correction_info, err_byte, in handle_ecc() local
965 err_byte = ECC_BYTE(err_address); in handle_ecc()
982 if (err_byte < ECC_SECTOR_SIZE) { in handle_ecc()
987 err_byte) * in handle_ecc()
Datmel_nand.c824 uint8_t err_byte; in pmecc_correct_data() local
837 err_byte = *(buf + byte_pos); in pmecc_correct_data()
842 pos, bit_pos, err_byte, *(buf + byte_pos)); in pmecc_correct_data()
847 err_byte = ecc[tmp]; in pmecc_correct_data()
852 pos, bit_pos, err_byte, ecc[tmp]); in pmecc_correct_data()