Home
last modified time | relevance | path

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

/u-boot/lib/
A Dbch.c431 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() local
437 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
441 elp->deg = 0; in compute_error_locator_polynomial()
442 elp->c[0] = 1; in compute_error_locator_polynomial()
448 gf_poly_copy(elp_copy, elp); in compute_error_locator_polynomial()
459 if (tmp > elp->deg) { in compute_error_locator_polynomial()
460 elp->deg = tmp; in compute_error_locator_polynomial()
469 for (j = 1; j <= elp->deg; j++) in compute_error_locator_polynomial()
473 dbg("elp=%s\n", gf_poly_str(elp)); in compute_error_locator_polynomial()
474 return (elp->deg > t) ? -1 : (int)elp->deg; in compute_error_locator_polynomial()
[all …]
/u-boot/include/linux/
A Dbch.h52 struct gf_poly *elp; member

Completed in 5 milliseconds