Home
last modified time | relevance | path

Searched refs:cur_reg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
H A Dattach.c44 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/arch/sparc/include/asm/
H A Dwinmacro.h92 #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/kernel/bpf/
H A Dstates.c713 struct bpf_reg_state *old_reg, *cur_reg; in stacksafe() local
754 cur_reg = scalar_reg_for_stack(env, &cur->stack[spi], im); in stacksafe()
755 if (old_reg && cur_reg) { in stacksafe()
756 if (!regsafe(env, old_reg, cur_reg, idmap, exact)) in stacksafe()
799 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe()
800 if (old_reg->dynptr.type != cur_reg->dynptr.type || in stacksafe()
801 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe()
802 !check_ids(old_reg->id, cur_reg->id, idmap) || in stacksafe()
803 !check_ids(old_reg->parent_id, cur_reg->parent_id, idmap)) in stacksafe()
808 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe()
[all …]
/linux/sound/soc/
H A Dsoc-dapm.c1959 int cur_reg = SND_SOC_NOPM; in dapm_seq_run()
1973 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run()
1992 cur_reg = SND_SOC_NOPM; in dapm_seq_run()
2025 cur_reg = w->reg; in dapm_seq_run()
1948 int cur_reg = SND_SOC_NOPM; dapm_seq_run() local