Searched refs:bch_decode (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dbch.h66 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len,
/linux-master/drivers/mtd/nand/
H A Decc-sw-bch.c57 count = bch_decode(engine_conf->bch, NULL, step_size, read_ecc,
/linux-master/lib/
H A Dbch.c31 * Call bch_decode to detect and locate errors in received data.
34 * to bch_decode in order to skip certain steps. See bch_decode() documentation
978 * bch_decode - decode received codeword and find bit error locations
996 * bch_decode(@bch, @data, @len, @recv_ecc, NULL, NULL, @errloc)
999 * bch_decode(@bch, NULL, @len, @recv_ecc, @calc_ecc, NULL, @errloc)
1002 * bch_decode(@bch, NULL, @len, NULL, ecc, NULL, @errloc)
1005 * bch_decode(@bch, NULL, @len, NULL, NULL, @syn, @errloc)
1007 * Once bch_decode() has successfully returned with a positive value, error
1019 int bch_decode(struc function
1081 EXPORT_SYMBOL_GPL(bch_decode); variable
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c463 bf = bch_decode(anand->bch, raw_buf, chip->ecc.size,
/linux-master/drivers/mtd/devices/
H A Ddocg3.c650 numerrs = bch_decode(docg3->cascade->bch, NULL,

Completed in 135 milliseconds