Searched refs:cur_reg (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath5k/ |
D | attach.c | 44 u16 cur_reg; in ath5k_hw_post() local 51 cur_reg = regs[c]; in ath5k_hw_post() 54 init_val = ath5k_hw_reg_read(ah, cur_reg); in ath5k_hw_post() 58 ath5k_hw_reg_write(ah, var_pattern, cur_reg); in ath5k_hw_post() 59 cur_val = ath5k_hw_reg_read(ah, cur_reg); in ath5k_hw_post() 68 ath5k_hw_reg_write(ah, var_pattern, cur_reg); in ath5k_hw_post() 73 ath5k_hw_reg_write(ah, var_pattern, cur_reg); in ath5k_hw_post() 74 cur_val = ath5k_hw_reg_read(ah, cur_reg); in ath5k_hw_post() 83 ath5k_hw_reg_write(ah, var_pattern, cur_reg); in ath5k_hw_post() 87 ath5k_hw_reg_write(ah, init_val, cur_reg); in ath5k_hw_post()
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | winmacro.h | 92 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \ argument 93 ld [%cur_reg + TI_W_SAVED], %scratch; \ 95 add %scratch, %cur_reg, %scratch; \ 97 sub %scratch, %cur_reg, %scratch; \ 99 add %scratch, %cur_reg, %scratch; \ 101 sub %scratch, %cur_reg, %scratch; \ 104 st %scratch, [%cur_reg + TI_W_SAVED];
|
/linux-6.12.1/drivers/power/supply/ |
D | twl4030_charger.c | 243 unsigned reg, cur_reg; in twl4030_charger_update_current() local 361 cur_reg = oldreg; in twl4030_charger_update_current() 365 cur_reg |= oldreg << 8; in twl4030_charger_update_current() 366 if (reg != cur_reg) { in twl4030_charger_update_current()
|
/linux-6.12.1/sound/soc/ |
D | soc-dapm.c | 1655 int cur_reg = SND_SOC_NOPM; in dapm_seq_run() local 1669 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run() 1688 cur_reg = SND_SOC_NOPM; in dapm_seq_run() 1721 cur_reg = w->reg; in dapm_seq_run()
|
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 17393 struct bpf_reg_state *old_reg, *cur_reg; in stacksafe() local 17429 cur_reg = scalar_reg_for_stack(env, &cur->stack[spi]); in stacksafe() 17430 if (old_reg && cur_reg) { in stacksafe() 17431 if (!regsafe(env, old_reg, cur_reg, idmap, exact)) in stacksafe() 17473 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe() 17474 if (old_reg->dynptr.type != cur_reg->dynptr.type || in stacksafe() 17475 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe() 17476 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 17481 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe() 17488 if (old_reg->iter.btf != cur_reg->iter.btf || in stacksafe() [all …]
|