Searched refs:bch_encode (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/linux/ |
D | bch.h | 63 void bch_encode(struct bch_control *bch, const uint8_t *data,
|
/Linux-v6.1/drivers/mtd/nand/ |
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-v6.1/lib/ |
D | bch.c | 241 void bch_encode(struct bch_control *bch, const uint8_t *data, in bch_encode() function 321 EXPORT_SYMBOL_GPL(bch_encode); 1072 bch_encode(bch, data, len, NULL); in bch_decode()
|