Home
last modified time | relevance | path

Searched refs:encode_bch (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_bch.c58 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/
Dbch.h72 void encode_bch(struct bch_control *bch, const uint8_t *data,
/Linux-v4.19/lib/
Dbch.c190 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()