Lines Matching refs:gf_div
340 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div() function
644 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots()
645 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots()
646 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots()
679 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots()
680 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots()
681 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots()
682 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots()
689 f = gf_div(bch, c, a); in find_poly_deg4_roots()
709 b2 = gf_div(bch, a, d); in find_poly_deg4_roots()
710 a2 = gf_div(bch, b, d); in find_poly_deg4_roots()
957 syn0 = gf_div(bch, p->c[0], p->c[p->deg]); in chien_search()