Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbch.h63 void bch_encode(struct bch_control *bch, const uint8_t *data,
/linux/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()
/linux/lib/
H A Dbch.c207 void bch_encode(struct bch_control *bch, const uint8_t *data, in bch_encode() function
287 EXPORT_SYMBOL_GPL(bch_encode);
1028 bch_encode(bch, data, len, NULL); in bch_decode()