Home
last modified time | relevance | path

Searched refs:deg (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dbch.c106 unsigned int deg; /* polynomial degree */ member
315 static inline int deg(unsigned int poly) in deg() function
398 i = deg(poly); in compute_syndromes()
413 memcpy(dst, src, GF_POLY_SZ(src->deg)); in gf_poly_copy()
430 pelp->deg = 0; in compute_error_locator_polynomial()
432 elp->deg = 0; in compute_error_locator_polynomial()
436 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
442 for (j = 0; j <= pelp->deg; j++) { in compute_error_locator_polynomial()
449 tmp = pelp->deg+k; in compute_error_locator_polynomial()
450 if (tmp > elp->deg) { in compute_error_locator_polynomial()
[all …]
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Datmel_nand.c751 static inline int deg(unsigned int poly) in deg() function
761 const unsigned int k = 1 << deg(poly); in build_gf_tables()