Searched refs:encode_bch (Results 1 – 5 of 5) sorted by relevance
/u-boot/include/linux/ |
A D | bch.h | 60 void encode_bch(struct bch_control *bch, const uint8_t *data,
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_bch.c | 51 encode_bch(nbc->bch, buf, chip->ecc.size, code); in nand_bch_calculate_ecc() 206 encode_bch(nbc->bch, erased_page, eccsize, nbc->eccmask); in nand_bch_init()
|
/u-boot/tools/ |
A D | sunxi-spl-image-builder.c | 216 encode_bch(bch, buffer, info->ecc_step_size + 4, ecc); in write_page()
|
/u-boot/lib/ |
A D | bch.c | 234 void encode_bch(struct bch_control *bch, const uint8_t *data, in encode_bch() function 1054 encode_bch(bch, data, len, NULL); in decode_bch()
|
/u-boot/arch/arm/mach-imx/ |
A D | cmd_nandbcb.c | 371 encode_bch(bch, psrc, blocksize, ecc_buf); in encode_bch_ecc()
|
Completed in 10 milliseconds