Searched refs:bch_encode (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | nand_bch.c | 44 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()
|
/Linux-v5.10/include/linux/ |
D | bch.h | 63 void bch_encode(struct bch_control *bch, const uint8_t *data,
|
/Linux-v5.10/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()
|