Searched refs:bch_encode (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | bch.h | 63 void bch_encode(struct bch_control *bch, const uint8_t *data,
|
/linux/drivers/mtd/nand/ |
H A D | ecc-sw-bch.c | 30 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 D | bch.c | 207 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()
|