Home
last modified time | relevance | path

Searched refs:bch_encode (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_bch.c44 bch_encode(nbc->bch, buf, chip->ecc.size, code); in nand_bch_calculate_ecc()
186 bch_encode(nbc->bch, erased_page, eccsize, nbc->eccmask); in nand_bch_init()
/kernel/linux/linux-5.10/include/linux/
H A Dbch.h63 void bch_encode(struct bch_control *bch, const uint8_t *data,
/kernel/linux/linux-6.6/include/linux/
H A Dbch.h63 void bch_encode(struct bch_control *bch, const uint8_t *data,
/kernel/linux/linux-6.6/drivers/mtd/nand/
H A Decc-sw-bch.c30 bch_encode(engine_conf->bch, buf, nand->ecc.ctx.conf.step_size, code); in nand_ecc_sw_bch_calculate()
140 bch_encode(engine_conf->bch, erased_page, eccsize, in nand_ecc_sw_bch_init()
/kernel/linux/linux-6.6/lib/
H A Dbch.c30 * Call bch_encode to compute and store ecc parity bytes to a given buffer.
127 * same as bch_encode(), but process input data one byte at a time
194 * bch_encode - calculate BCH ecc parity of data
207 void bch_encode(struct bch_control *bch, const uint8_t *data, in bch_encode() function
287 EXPORT_SYMBOL_GPL(bch_encode); variable
992 * separately (using bch_encode()), this function should be called with one of
1038 bch_encode(bch, data, len, NULL); in bch_decode()
/kernel/linux/linux-5.10/lib/
H A Dbch.c30 * Call bch_encode to compute and store ecc parity bytes to a given buffer.
161 * same as bch_encode(), but process input data one byte at a time
228 * bch_encode - calculate BCH ecc parity of data
241 void bch_encode(struct bch_control *bch, const uint8_t *data, in bch_encode() function
321 EXPORT_SYMBOL_GPL(bch_encode); variable
1026 * separately (using bch_encode()), this function should be called with one of
1072 bch_encode(bch, data, len, NULL); in bch_decode()

Completed in 8 milliseconds