Searched refs:ecc (Results 1 – 4 of 4) sorted by relevance
/tools/ |
A D | sunxi-spl-image-builder.c | 179 uint8_t *ecc; in write_page() local 182 ecc = buffer + info->ecc_step_size + 4; in write_page() 214 memset(ecc, 0, eccbytes); in write_page() 216 encode_bch(bch, buffer, info->ecc_step_size + 4, ecc); in write_page() 218 swap_bits(ecc, eccbytes); in write_page() 224 fwrite(ecc - 4, eccbytes + 4, 1, dst); in write_page()
|
A D | renesas_spkgimage.h | 54 uint8_t ecc; member
|
A D | renesas_spkgimage.c | 196 if (h->ecc & 0x20) in spkgimage_print_header() 198 h->ecc_scheme, (h->ecc >> 1) & 3, h->ecc_bytes); in spkgimage_print_header() 257 .ecc = (conf.ecc_enable << 5) | (conf.ecc_block_size << 1), in spkgimage_vrec_header()
|
A D | mxsboot.c | 357 uint8_t *ecc; in mx28_nand_fcb_block() local 375 ecc = block + 12 + 512; in mx28_nand_fcb_block() 379 ecc[i] = mx28_nand_parity_13_8(block[i + 12]); in mx28_nand_fcb_block()
|
Completed in 9 milliseconds