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

/linux-master/include/linux/
H A Dbch.h63 void bch_encode(struct bch_control *bch, const uint8_t *data,
/linux-master/drivers/mtd/nand/
H A Decc-sw-bch.c30 bch_encode(engine_conf->bch, buf, nand->ecc.ctx.conf.step_size, code);
140 bch_encode(engine_conf->bch, erased_page, eccsize,
/linux-master/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, 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);

Completed in 198 milliseconds