/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A 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() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A 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() [all...] |
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | winmacro.h | 92 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \ 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];
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | winmacro.h | 92 #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \ 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];
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | twl4030_charger.c | 242 unsigned reg, cur_reg; in twl4030_charger_update_current() local 360 cur_reg = oldreg; in twl4030_charger_update_current() 364 cur_reg |= oldreg << 8; in twl4030_charger_update_current()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A 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()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-dapm.c | 1651 int cur_reg = SND_SOC_NOPM; in dapm_seq_run() local 1665 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run() 1684 cur_reg = SND_SOC_NOPM; in dapm_seq_run() 1717 cur_reg = w->reg; in dapm_seq_run()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dapm.c | 1647 int cur_reg = SND_SOC_NOPM; in dapm_seq_run() local 1661 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run() 1680 cur_reg = SND_SOC_NOPM; in dapm_seq_run() 1713 cur_reg = w->reg; in dapm_seq_run()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 16096 struct bpf_reg_state *old_reg, *cur_reg; in stacksafe() local 16160 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe() 16161 if (old_reg->dynptr.type != cur_reg->dynptr.type || in stacksafe() 16162 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe() 16163 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 16168 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe() 16175 if (old_reg->iter.btf != cur_reg->iter.btf || in stacksafe() 16176 old_reg->iter.btf_id != cur_reg->iter.btf_id || in stacksafe() 16177 old_reg->iter.state != cur_reg->iter.state || in stacksafe() 16178 /* ignore {old_reg,cur_reg} in stacksafe() [all...] |