Searched refs:encode_bch (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/mtd/nand/ |
D | nand_bch.c | 49 encode_bch(nbc->bch, buf, chip->ecc.size, code); in nand_bch_calculate_ecc() 204 encode_bch(nbc->bch, erased_page, eccsize, nbc->eccmask); in nand_bch_init()
|
/external/u-boot/include/linux/ |
D | bch.h | 60 void encode_bch(struct bch_control *bch, const uint8_t *data,
|
/external/u-boot/tools/ |
D | sunxi-spl-image-builder.c | 216 encode_bch(bch, buffer, info->ecc_step_size + 4, ecc); in write_page()
|
/external/u-boot/lib/ |
D | bch.c | 224 void encode_bch(struct bch_control *bch, const uint8_t *data, in encode_bch() function 1044 encode_bch(bch, data, len, NULL); in decode_bch()
|