Lines Matching refs:genpoly
1206 uint32_t *genpoly;
1210 genpoly = bch_alloc(DIV_ROUND_UP(m*t+1, 32)*sizeof(*genpoly), &err);
1213 kfree(genpoly);
1214 genpoly = NULL;
1251 genpoly[i++] = word;
1260 return genpoly;
1290 uint32_t *genpoly;
1364 genpoly = compute_generator_polynomial(bch);
1365 if (genpoly == NULL)
1368 build_mod8_tables(bch, genpoly);
1369 kfree(genpoly);