Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl1251/
Dps.c42 if (wl->elp || wl->station_mode == STATION_ACTIVE_MODE) in wl1251_elp_work()
47 wl->elp = true; in wl1251_elp_work()
74 if (!wl->elp) in wl1251_ps_elp_wakeup()
102 wl->elp = false; in wl1251_ps_elp_wakeup()
Dwl1251.h363 bool elp; member
Dmain.c500 wl->elp = false; in wl1251_op_stop()
1405 wl->elp = false; in wl1251_alloc_hw()
/linux-3.4.99/lib/
Dbch.c382 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() local
388 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
392 elp->deg = 0; in compute_error_locator_polynomial()
393 elp->c[0] = 1; in compute_error_locator_polynomial()
396 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
399 gf_poly_copy(elp_copy, elp); in compute_error_locator_polynomial()
405 elp->c[j+k] ^= a_pow(bch, tmp+l); in compute_error_locator_polynomial()
410 if (tmp > elp->deg) { in compute_error_locator_polynomial()
411 elp->deg = tmp; in compute_error_locator_polynomial()
420 for (j = 1; j <= elp->deg; j++) in compute_error_locator_polynomial()
[all …]
/linux-3.4.99/include/linux/
Dbch.h64 struct gf_poly *elp; member