Home
last modified time | relevance | path

Searched refs:init_rs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Drslib.h98 static inline struct rs_control *init_rs(int symsize, int gfpoly, int fcr, in init_rs() function
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst32 The init function init_rs returns a pointer to an rs decoder structure,
50 rs_decoder = init_rs (10, 0x409, 0, 1, 6);
/openbmc/linux/lib/reed_solomon/
H A Dtest_rslib.c453 rsc = init_rs(e->symsize, e->genpoly, e->fcs, e->prim, e->nroots); in run_exercise()
/openbmc/linux/fs/pstore/
H A Dram_core.c224 prz->rs_decoder = init_rs(prz->ecc_info.symsize, prz->ecc_info.poly, in persistent_ram_init_ecc()
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c1452 doc->rs_decoder = init_rs(10, 0x409, FCR, 1, NROOTS); in doc_probe()