Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wl1251/
H A Dps.c24 wl1251_debug(DEBUG_PSM, "elp work"); in wl1251_elp_work()
28 if (wl->elp || wl->station_mode == STATION_ACTIVE_MODE) in wl1251_elp_work()
31 wl1251_debug(DEBUG_PSM, "chip to elp"); in wl1251_elp_work()
33 wl->elp = true; in wl1251_elp_work()
59 if (!wl->elp) in wl1251_ps_elp_wakeup()
62 wl1251_debug(DEBUG_PSM, "waking up chip from elp"); in wl1251_ps_elp_wakeup()
77 wl1251_error("elp wakeup timeout"); in wl1251_ps_elp_wakeup()
87 wl->elp = false; in wl1251_ps_elp_wakeup()
H A Dwl1251.h351 /* is firmware in elp mode */
352 bool elp; member
H A Dmain.c465 wl->elp = false; in wl1251_op_stop()
1617 wl->elp = false; in wl1251_alloc_hw()
/linux/lib/
H A Dbch.c415 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() local
421 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
425 elp->deg = 0; in compute_error_locator_polynomial()
426 elp->c[0] = 1; in compute_error_locator_polynomial()
429 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
432 gf_poly_copy(elp_copy, elp); in compute_error_locator_polynomial()
438 elp->c[j+k] ^= a_pow(bch, tmp+l); in compute_error_locator_polynomial()
443 if (tmp > elp->deg) { in compute_error_locator_polynomial()
444 elp in compute_error_locator_polynomial()
[all...]
/linux/include/linux/
H A Dbch.h34 * @elp: error locator polynomial
53 struct gf_poly *elp; member
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-bonegreen-wireless.dts114 /* intruces various issues (elp wkaeup timeouts etc.) */
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h565 * @elp: elapsed time accumulator SW
580 __le32 elp; member