Searched refs:elp (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | ps.c | 28 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 D | wl1251.h | 352 bool elp; member
|
H A D | main.c | 465 wl->elp = false; in wl1251_op_stop() 1612 wl->elp = false; in wl1251_alloc_hw()
|
/openbmc/linux/lib/ |
H A D | bch.c | 415 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 D | bch.c | 428 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 D | bch.h | 52 struct gf_poly *elp; member
|
/openbmc/linux/include/linux/ |
H A D | bch.h | 53 struct gf_poly *elp; member
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-bonegreen-wireless.dts | 114 /* intruces various issues (elp wkaeup timeouts etc.) */
|
/openbmc/qemu/target/riscv/ |
H A D | op_helper.c | 317 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 D | cpu_helper.c | 170 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 D | machine.c | 366 VMSTATE_BOOL(env.elp, RISCVCPU),
|
H A D | cpu.h | 239 bool elp; member
|
H A D | cpu.c | 1016 env->elp = false; in riscv_cpu_reset_hold()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | stats.h | 494 __le32 elp; member
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_vbt_defs.h | 954 u16 elp; /* 247+ */ member
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvi.c.inc | 77 offsetof(CPURISCVState, elp)); 129 tcg_env, offsetof(CPURISCVState, elp));
|