Searched refs:gf_div (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | bch.c | 347 static inline unsigned int gf_div(struct bch_control *bch, unsigned int a, in gf_div() function 651 c2 = gf_div(bch, poly->c[0], e3); in find_poly_deg3_roots() 652 b2 = gf_div(bch, poly->c[1], e3); in find_poly_deg3_roots() 653 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots() 686 d = gf_div(bch, poly->c[0], e4); in find_poly_deg4_roots() 687 c = gf_div(bch, poly->c[1], e4); in find_poly_deg4_roots() 688 b = gf_div(bch, poly->c[2], e4); in find_poly_deg4_roots() 689 a = gf_div(bch, poly->c[3], e4); in find_poly_deg4_roots() 696 f = gf_div(bch, c, a); in find_poly_deg4_roots() 716 b2 = gf_div(bch, a, d); in find_poly_deg4_roots() [all …]
|