Home
last modified time | relevance | path

Searched defs:alpha_to (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/reed_solomon/
H A Dencode_rs.c17 uint16_t *alpha_to = rs->alpha_to; variable
H A Ddecode_rs.c21 uint16_t *alpha_to = rs->alpha_to; variable
H A Dtest_rslib.c233 uint16_t *alpha_to = rs->alpha_to; in compute_syndrome() local
/openbmc/linux/include/linux/
H A Drslib.h37 uint16_t *alpha_to; member
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c137 u16 *alpha_to; member
443 s16 *alpha_to = user->gf_tables->alpha_to; in atmel_pmecc_substitute() local
491 s16 *alpha_to = user->gf_tables->alpha_to; in atmel_pmecc_get_sigma() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c181 int16_t __iomem *alpha_to = host->pmecc_alpha_to; in pmecc_substitute() local
241 int16_t __iomem *alpha_to = host->pmecc_alpha_to; in pmecc_get_sigma() local
757 int16_t *index_of, int16_t *alpha_to) in build_gf_tables()