Searched refs:rreg (Results 1 – 6 of 6) sorted by relevance
/sound/soc/codecs/ |
D | max9877.c | 88 unsigned int reg2 = mc->rreg; in max9877_get_2reg() 104 unsigned int reg2 = mc->rreg; in max9877_set_2reg()
|
D | 88pm860x-codec.c | 323 unsigned int reg2 = mc->rreg; in snd_soc_get_volsw_2r_st() 347 unsigned int reg2 = mc->rreg; in snd_soc_put_volsw_2r_st() 377 unsigned int reg2 = mc->rreg; in snd_soc_get_volsw_2r_out() 397 unsigned int reg2 = mc->rreg; in snd_soc_put_volsw_2r_out()
|
D | wm8580.c | 258 unsigned int reg2 = mc->rreg; in wm8580_out_vu()
|
D | twl4030.c | 1012 unsigned int reg2 = mc->rreg; in snd_soc_get_volsw_r2_twl4030() 1039 unsigned int reg2 = mc->rreg; in snd_soc_put_volsw_r2_twl4030()
|
/sound/soc/ |
D | soc-core.c | 2663 unsigned int reg2 = mc->rreg; in snd_soc_get_volsw() 2709 unsigned int reg2 = mc->rreg; in snd_soc_put_volsw() 2766 unsigned int reg2 = mc->rreg; in snd_soc_get_volsw_sx() 2801 unsigned int reg2 = mc->rreg; in snd_soc_put_volsw_sx() 2959 unsigned int rreg = mc->rreg; in snd_soc_put_volsw_range() local 2985 ret = snd_soc_update_bits_locked(codec, rreg, val_mask, val); in snd_soc_put_volsw_range() 3008 unsigned int rreg = mc->rreg; in snd_soc_get_volsw_range() local 3025 (snd_soc_read(codec, rreg) >> shift) & mask; in snd_soc_get_volsw_range()
|
/sound/pci/ |
D | cmipci.c | 2009 #define COMPOSE_SB_REG(lreg,rreg,lshift,rshift,mask,invert,stereo) \ argument 2010 …((lreg) | ((rreg) << 8) | (lshift << 16) | (rshift << 19) | (mask << 24) | (invert << 22) | (stere…
|