Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dps.c42 if (wl->elp || wl->station_mode == STATION_ACTIVE_MODE) in wl1251_elp_work()
47 wl->elp = true; in wl1251_elp_work()
73 if (!wl->elp) in wl1251_ps_elp_wakeup()
101 wl->elp = false; in wl1251_ps_elp_wakeup()
Dwl1251.h367 bool elp; member
Dmain.c479 wl->elp = false; in wl1251_op_stop()
1618 wl->elp = false; in wl1251_alloc_hw()
/Linux-v4.19/lib/
Dbch.c392 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() local
398 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
402 elp->deg = 0; in compute_error_locator_polynomial()
403 elp->c[0] = 1; in compute_error_locator_polynomial()
406 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
409 gf_poly_copy(elp_copy, elp); in compute_error_locator_polynomial()
415 elp->c[j+k] ^= a_pow(bch, tmp+l); in compute_error_locator_polynomial()
420 if (tmp > elp->deg) { in compute_error_locator_polynomial()
421 elp->deg = tmp; in compute_error_locator_polynomial()
430 for (j = 1; j <= elp->deg; j++) in compute_error_locator_polynomial()
[all …]
/Linux-v4.19/include/linux/
Dbch.h64 struct gf_poly *elp; member
/Linux-v4.19/arch/arm/boot/dts/
Dam335x-bonegreen-wireless.dts118 /* intruces various issues (elp wkaeup timeouts etc.) */