Lines Matching refs:gf_div
307 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div() function
611 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots()
612 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
613 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
646 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
647 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
648 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
649 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
656 f = gf_div(bch, c, a); in find_poly_deg4_roots()
676 b2 = gf_div(bch, a, d); in find_poly_deg4_roots()
677 a2 = gf_div(bch, b, d); in find_poly_deg4_roots()
924 syn0 = gf_div(bch, p->c[0], p->c[p->deg]); in chien_search()