Searched refs:decode_bch (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | bch.h | 75 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len,
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | nand_bch.c | 85 count = decode_bch(nbc->bch, NULL, chip->ecc.size, read_ecc, calc_ecc, in nand_bch_correct_data()
|
D | docg4.c | 450 numerrs = decode_bch(doc->bch, NULL, DOCG4_USERDATA_LEN, NULL, in correct_data()
|
/Linux-v4.19/lib/ |
D | bch.c | 996 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len, in decode_bch() function 1056 EXPORT_SYMBOL_GPL(decode_bch);
|
/Linux-v4.19/drivers/mtd/devices/ |
D | docg3.c | 664 numerrs = decode_bch(docg3->cascade->bch, NULL, in doc_ecc_bch_fix_data()
|