Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A 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()
H A Dwl1251.h352 bool elp; member
H A Dmain.c465 wl->elp = false; in wl1251_op_stop()
1612 wl->elp = false; in wl1251_alloc_hw()
/openbmc/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->deg = tmp; in compute_error_locator_polynomial()
453 for (j = 1; j <= elp->deg; j++) in compute_error_locator_polynomial()
[all …]
/openbmc/u-boot/lib/
H A Dbch.c428 struct gf_poly *elp = bch->elp; in compute_error_locator_polynomial() local
434 memset(elp, 0, GF_POLY_SZ(2*t)); in compute_error_locator_polynomial()
438 elp->deg = 0; in compute_error_locator_polynomial()
439 elp->c[0] = 1; in compute_error_locator_polynomial()
442 for (i = 0; (i < t) && (elp->deg <= t); i++) { in compute_error_locator_polynomial()
445 gf_poly_copy(elp_copy, elp); in compute_error_locator_polynomial()
451 elp->c[j+k] ^= a_pow(bch, tmp+l); in compute_error_locator_polynomial()
456 if (tmp > elp->deg) { in compute_error_locator_polynomial()
457 elp->deg = tmp; in compute_error_locator_polynomial()
466 for (j = 1; j <= elp->deg; j++) in compute_error_locator_polynomial()
[all …]
/openbmc/u-boot/include/linux/
H A Dbch.h52 struct gf_poly *elp; member
/openbmc/linux/include/linux/
H A Dbch.h53 struct gf_poly *elp; member
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-bonegreen-wireless.dts114 /* intruces various issues (elp wkaeup timeouts etc.) */
/openbmc/qemu/target/riscv/
H A Dop_helper.c317 env->elp = get_field(env->mstatus, MSTATUS_SPELP); in helper_sret()
366 env->elp = get_field(env->mstatus, MSTATUS_MPELP); in helper_mret()
H A Dcpu_helper.c170 flags = FIELD_DP32(flags, TB_FLAGS, FCFI_LP_EXPECTED, env->elp); in cpu_get_tb_cpu_state()
1913 env->mstatus = set_field(env->mstatus, MSTATUS_SPELP, env->elp); in riscv_cpu_do_interrupt()
1967 env->mstatus = set_field(env->mstatus, MSTATUS_MPELP, env->elp); in riscv_cpu_do_interrupt()
2007 env->elp = false; in riscv_cpu_do_interrupt()
H A Dmachine.c366 VMSTATE_BOOL(env.elp, RISCVCPU),
H A Dcpu.h239 bool elp; member
H A Dcpu.c1016 env->elp = false; in riscv_cpu_reset_hold()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h494 __le32 elp; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h954 u16 elp; /* 247+ */ member
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc77 offsetof(CPURISCVState, elp));
129 tcg_env, offsetof(CPURISCVState, elp));