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