Searched refs:gf_poly (Results 1 - 2 of 2) sorted by last modified time

/u-boot/lib/
H A Dbch.c114 struct gf_poly { struct
120 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int))
124 struct gf_poly poly;
420 static void gf_poly_copy(struct gf_poly *dst, struct gf_poly *src)
431 struct gf_poly *elp = bch->elp;
432 struct gf_poly *pelp = bch->poly_2t[0];
433 struct gf_poly *elp_copy = bch->poly_2t[1];
594 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly,
609 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *pol
[all...]
/u-boot/include/linux/
H A Dbch.h52 struct gf_poly *elp;
53 struct gf_poly *poly_2t[4];

Completed in 51 milliseconds