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

/linux-master/drivers/net/wireless/ti/wl1251/
H A Dps.c24 wl1251_debug(DEBUG_PSM, "elp work");
28 if (wl->elp || wl->station_mode == STATION_ACTIVE_MODE)
31 wl1251_debug(DEBUG_PSM, "chip to elp");
33 wl->elp = true;
59 if (!wl->elp)
62 wl1251_debug(DEBUG_PSM, "waking up chip from elp");
77 wl1251_error("elp wakeup timeout");
87 wl->elp = false;
H A Dwl1251.h351 /* is firmware in elp mode */
352 bool elp; member in struct:wl1251
H A Dmain.c465 wl->elp = false;
1616 wl->elp = false;
/linux-master/include/linux/
H A Dbch.h34 * @elp: error locator polynomial
53 struct gf_poly *elp; member in struct:bch_control
/linux-master/lib/
H A Dbch.c415 struct gf_poly *elp = bch->elp; local
421 memset(elp, 0, GF_POLY_SZ(2*t));
425 elp->deg = 0;
426 elp->c[0] = 1;
429 for (i = 0; (i < t) && (elp->deg <= t); i++) {
432 gf_poly_copy(elp_copy, elp);
438 elp->c[j+k] ^= a_pow(bch, tmp+l);
443 if (tmp > elp->deg) {
444 elp
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h959 u16 elp; /* 247+ */ member in struct:bdb_lfp_power
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h565 * @elp: elapsed time accumulator SW
580 __le32 elp; member in struct:iwl_stats_ntfy_per_phy

Completed in 126 milliseconds