Home
last modified time | relevance | path

Searched refs:rs_codec (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Drslib.h34 struct rs_codec { struct
56 struct rs_codec *codec; argument
122 static inline int rs_modnn(struct rs_codec *rs, int x) in rs_modnn()
/openbmc/linux/lib/reed_solomon/
H A Dreed_solomon.c70 static struct rs_codec *codec_init(int symsize, int gfpoly, int (*gffunc)(int), in codec_init()
74 struct rs_codec *rs; in codec_init()
178 struct rs_codec *cd; in free_rs()
245 struct rs_codec *cd = list_entry(tmp, struct rs_codec, list); in init_rs_internal()
H A Dencode_rs.c13 struct rs_codec *rs = rsc->codec;
H A Dtest_rslib.c108 static struct wspace *alloc_ws(struct rs_codec *rs) in alloc_ws()
232 struct rs_codec *rs = rsc->codec; in compute_syndrome()
H A Ddecode_rs.c13 struct rs_codec *rs = rsc->codec;
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c140 struct rs_codec *cd = rs->codec; in doc_ecc_decode()