Searched refs:gf_poly (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 103 struct gf_poly { struct 109 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) argument 113 struct gf_poly poly; 438 static void gf_poly_copy(struct gf_poly *dst, struct gf_poly *src) in gf_poly_copy() 449 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() 450 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() 451 struct gf_poly *elp_copy = bch->poly_2t[1]; in compute_error_locator_polynomial() 612 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 627 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 669 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 105 struct gf_poly { struct 111 #define GF_POLY_SZ(_d) (sizeof(struct gf_poly)+((_d)+1)*sizeof(unsigned int)) argument 115 struct gf_poly poly; 411 static void gf_poly_copy(struct gf_poly *dst, struct gf_poly *src) in gf_poly_copy() 422 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() 423 struct gf_poly *pelp = bch->poly_2t[0]; in compute_error_locator_polynomial() 424 struct gf_poly *elp_copy = bch->poly_2t[1]; in compute_error_locator_polynomial() 585 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 600 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 642 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | bch.h | 53 struct gf_poly *elp; 54 struct gf_poly *poly_2t[4];
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bch.h | 53 struct gf_poly *elp; 54 struct gf_poly *poly_2t[4];
|