Searched refs:bch_decode (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | bch.h | 66 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len,
|
/linux-6.12.1/drivers/mtd/nand/ |
D | ecc-sw-bch.c | 57 count = bch_decode(engine_conf->bch, NULL, step_size, read_ecc, in nand_ecc_sw_bch_correct()
|
/linux-6.12.1/lib/ |
D | bch.c | 1009 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len, in bch_decode() function 1071 EXPORT_SYMBOL_GPL(bch_decode);
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | arasan-nand-controller.c | 463 bf = bch_decode(anand->bch, raw_buf, chip->ecc.size, in anfc_read_page_hw_ecc()
|
/linux-6.12.1/drivers/mtd/devices/ |
D | docg3.c | 650 numerrs = bch_decode(docg3->cascade->bch, NULL, in doc_ecc_bch_fix_data()
|