Searched refs:encode_bch (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | bch.h | 61 void encode_bch(struct bch_control *bch, const uint8_t *data,
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | sunxi-spl-image-builder.c | 216 encode_bch(bch, buffer, info->ecc_step_size + 4, ecc); in write_page()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 225 void encode_bch(struct bch_control *bch, const uint8_t *data, in encode_bch() function 1045 encode_bch(bch, data, len, NULL); in decode_bch()
|