Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wl1251/
Dps.c28 if (wl->elp || wl->station_mode == STATION_ACTIVE_MODE) in wl1251_elp_work()
33 wl->elp = true; in wl1251_elp_work()
59 if (!wl->elp) in wl1251_ps_elp_wakeup()
87 wl->elp = false; in wl1251_ps_elp_wakeup()
Dwl1251.h353 bool elp; member
Dmain.c465 wl->elp = false; in wl1251_op_stop()
1610 wl->elp = false; in wl1251_alloc_hw()
/linux-5.19.10/lib/
Dbch.c449 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() local
455 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
459 elp->deg = 0; in compute_error_locator_polynomial()
460 elp->c[0] = 1; in compute_error_locator_polynomial()
463 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
466 gf_poly_copy(elp_copy, elp); in compute_error_locator_polynomial()
472 elp->c[j+k] ^= a_pow(bch, tmp+l); in compute_error_locator_polynomial()
477 if (tmp > elp->deg) { in compute_error_locator_polynomial()
478 elp->deg = tmp; in compute_error_locator_polynomial()
487 for (j = 1; j <= elp->deg; j++) in compute_error_locator_polynomial()
[all …]
/linux-5.19.10/include/linux/
Dbch.h53 struct gf_poly *elp; member
/linux-5.19.10/arch/arm/boot/dts/
Dam335x-bonegreen-wireless.dts114 /* intruces various issues (elp wkaeup timeouts etc.) */
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dstats.h494 __le32 elp; member