Lines Matching refs:int16_t
151 int16_t *pmecc_partial_syn;
152 int16_t *pmecc_si;
153 int16_t *pmecc_smu; /* Sigma table */
154 int16_t *pmecc_lmu; /* polynomal order */
501 table_size * sizeof(int16_t); in pmecc_get_alpha_to()
509 size = (2 * cap + 1) * sizeof(int16_t); in pmecc_data_alloc()
513 (cap + 1) * sizeof(int16_t), GFP_KERNEL); in pmecc_data_alloc()
547 host->pmecc_partial_syn[(2 * i) + 1] = (int16_t)value; in pmecc_gen_syndrome()
555 int16_t __iomem *alpha_to = host->pmecc_alpha_to; in pmecc_substitute()
556 int16_t __iomem *index_of = host->pmecc_index_of; in pmecc_substitute()
557 int16_t *partial_syn = host->pmecc_partial_syn; in pmecc_substitute()
559 int16_t *si; in pmecc_substitute()
567 memset(&si[1], 0, sizeof(int16_t) * (2 * cap - 1)); in pmecc_substitute()
582 int16_t tmp; in pmecc_substitute()
598 int16_t *lmu = host->pmecc_lmu; in pmecc_get_sigma()
599 int16_t *si = host->pmecc_si; in pmecc_get_sigma()
604 const int16_t cap = host->pmecc_corr_cap; in pmecc_get_sigma()
606 int16_t __iomem *index_of = host->pmecc_index_of; in pmecc_get_sigma()
607 int16_t __iomem *alpha_to = host->pmecc_alpha_to; in pmecc_get_sigma()
610 int16_t *smu = host->pmecc_smu; in pmecc_get_sigma()
624 memset(smu, 0, sizeof(int16_t) * num); in pmecc_get_sigma()
638 memset(&smu[num], 0, sizeof(int16_t) * num); in pmecc_get_sigma()
650 memset(&smu[(cap + 1) * num], 0, sizeof(int16_t) * num); in pmecc_get_sigma()
706 int16_t a, b, c; in pmecc_get_sigma()
735 int16_t a, b, c; in pmecc_get_sigma()
763 int16_t *smu = host->pmecc_smu; in pmecc_err_location()
1113 int16_t *index_of, int16_t *alpha_to) in build_gf_tables()
1151 int16_t *addr = devm_kzalloc(dev, 2 * table_size * sizeof(uint16_t), in create_lookup_table()