Searched refs:encode_bch (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_bch.c | 58 encode_bch(nbc->bch, buf, chip->ecc.size, code); in nand_bch_calculate_ecc() 201 encode_bch(nbc->bch, erased_page, eccsize, nbc->eccmask); in nand_bch_init()
|
/Linux-v4.19/include/linux/ |
D | bch.h | 72 void encode_bch(struct bch_control *bch, const uint8_t *data,
|
/Linux-v4.19/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()
|