Home
last modified time | relevance | path

Searched defs:index_of (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/lib/reed_solomon/
H A Dencode_rs.c18 uint16_t *index_of = rs->index_of; variable
H A Ddecode_rs.c22 uint16_t *index_of = rs->index_of; variable
H A Dtest_rslib.c234 uint16_t *index_of = rs->index_of; in compute_syndrome() local
/openbmc/linux/include/linux/
H A Drslib.h38 uint16_t *index_of; member
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c138 u16 *index_of; member
452 s16 *index_of = user->gf_tables->index_of; in atmel_pmecc_substitute() local
498 s16 *index_of = user->gf_tables->index_of; in atmel_pmecc_get_sigma() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand.c182 int16_t __iomem *index_of = host->pmecc_index_of; in pmecc_substitute() local
240 int16_t __iomem *index_of = host->pmecc_index_of; in pmecc_get_sigma() local
757 int16_t *index_of, int16_t *alpha_to) in build_gf_tables()
/openbmc/linux/arch/powerpc/kvm/
H A De500.h113 #define index_of(tlbsel, esel) (((tlbsel) << 16) | ((esel) & 0xFFFF)) macro