Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbch.h75 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len,
/linux-4.1.27/drivers/mtd/nand/
Dnand_bch.c87 count = decode_bch(nbc->bch, NULL, chip->ecc.size, read_ecc, calc_ecc, in nand_bch_correct_data()
Ddocg4.c428 numerrs = decode_bch(doc->bch, NULL, DOCG4_USERDATA_LEN, NULL, in correct_data()
/linux-4.1.27/lib/
Dbch.c986 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.1.27/drivers/mtd/devices/
Ddocg3.c642 numerrs = decode_bch(docg3->cascade->bch, NULL, in doc_ecc_bch_fix_data()