Lines Matching refs:genpoly
1240 uint32_t *genpoly;
1244 genpoly = bch_alloc(DIV_ROUND_UP(m*t+1, 32)*sizeof(*genpoly), &err);
1247 kfree(genpoly);
1248 genpoly = NULL;
1285 genpoly[i++] = word;
1294 return genpoly;
1324 uint32_t *genpoly;
1398 genpoly = compute_generator_polynomial(bch);
1399 if (genpoly == NULL)
1402 build_mod8_tables(bch, genpoly);
1403 kfree(genpoly);