Home
last modified time | relevance | path

Searched refs:init_rs_non_canonical (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Drslib.h104 struct rs_control *init_rs_non_canonical(int symsize, int (*func)(int),
/openbmc/linux/lib/reed_solomon/
H A Dreed_solomon.c307 struct rs_control *init_rs_non_canonical(int symsize, int (*gffunc)(int), in init_rs_non_canonical() function
313 EXPORT_SYMBOL_GPL(init_rs_non_canonical);
/openbmc/linux/drivers/mtd/nand/raw/
H A Dcafe_nand.c699 cafe->rs = init_rs_non_canonical(12, &cafe_mul, 0, 1, 8); in cafe_nand_probe()