Searched refs:encode_bch (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/mtd/nand/raw/ |
| D | nand_bch.c | 44 encode_bch(nbc->bch, buf, chip->ecc.size, code); in nand_bch_calculate_ecc() 185 encode_bch(nbc->bch, erased_page, eccsize, nbc->eccmask); in nand_bch_init()
|
| /Linux-v5.4/include/linux/ |
| D | bch.h | 60 void encode_bch(struct bch_control *bch, const uint8_t *data,
|
| /Linux-v5.4/lib/ |
| D | bch.c | 190 void encode_bch(struct bch_control *bch, const uint8_t *data, in encode_bch() function 264 EXPORT_SYMBOL_GPL(encode_bch); 1015 encode_bch(bch, data, len, NULL); in decode_bch()
|