Home
last modified time | relevance | path

Searched refs:decode_bch (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/linux/
Dbch.h75 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len,
/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_bch.c85 count = decode_bch(nbc->bch, NULL, chip->ecc.size, read_ecc, calc_ecc, in nand_bch_correct_data()
Ddocg4.c450 numerrs = decode_bch(doc->bch, NULL, DOCG4_USERDATA_LEN, NULL, in correct_data()
/Linux-v4.19/lib/
Dbch.c996 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/
Ddocg3.c664 numerrs = decode_bch(docg3->cascade->bch, NULL, in doc_ecc_bch_fix_data()