Searched refs:bch_decode (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | bch.h | 66 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len,
|
/linux-6.3-rc2/drivers/mtd/nand/ |
A 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.3-rc2/lib/ |
A D | bch.c | 1053 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len, in bch_decode() function 1115 EXPORT_SYMBOL_GPL(bch_decode);
|
/linux-6.3-rc2/drivers/mtd/nand/raw/ |
A D | arasan-nand-controller.c | 463 bf = bch_decode(anand->bch, raw_buf, chip->ecc.size, in anfc_read_page_hw_ecc()
|
/linux-6.3-rc2/drivers/mtd/devices/ |
A D | docg3.c | 650 numerrs = bch_decode(docg3->cascade->bch, NULL, in doc_ecc_bch_fix_data()
|
Completed in 13 milliseconds