Lines Matching refs:pv
2270 int pv; in snd_bbfpro_ctl_get() local
2272 pv = kcontrol->private_value; in snd_bbfpro_ctl_get()
2273 reg = pv & SND_BBFPRO_CTL_REG_MASK; in snd_bbfpro_ctl_get()
2274 idx = (pv >> SND_BBFPRO_CTL_IDX_SHIFT) & SND_BBFPRO_CTL_IDX_MASK; in snd_bbfpro_ctl_get()
2293 int pv; in snd_bbfpro_ctl_info() local
2295 pv = kcontrol->private_value; in snd_bbfpro_ctl_info()
2296 reg = pv & SND_BBFPRO_CTL_REG_MASK; in snd_bbfpro_ctl_info()
2297 idx = (pv >> SND_BBFPRO_CTL_IDX_SHIFT) & SND_BBFPRO_CTL_IDX_MASK; in snd_bbfpro_ctl_info()
2328 int old_value, pv, val; in snd_bbfpro_ctl_put() local
2333 pv = kcontrol->private_value; in snd_bbfpro_ctl_put()
2334 reg = pv & SND_BBFPRO_CTL_REG_MASK; in snd_bbfpro_ctl_put()
2335 idx = (pv >> SND_BBFPRO_CTL_IDX_SHIFT) & SND_BBFPRO_CTL_IDX_MASK; in snd_bbfpro_ctl_put()
2336 old_value = (pv >> SND_BBFPRO_CTL_VAL_SHIFT) & SND_BBFPRO_CTL_VAL_MASK; in snd_bbfpro_ctl_put()
2365 int value, pv; in snd_bbfpro_ctl_resume() local
2367 pv = list->kctl->private_value; in snd_bbfpro_ctl_resume()
2368 reg = pv & SND_BBFPRO_CTL_REG_MASK; in snd_bbfpro_ctl_resume()
2369 idx = (pv >> SND_BBFPRO_CTL_IDX_SHIFT) & SND_BBFPRO_CTL_IDX_MASK; in snd_bbfpro_ctl_resume()
2370 value = (pv >> SND_BBFPRO_CTL_VAL_SHIFT) & SND_BBFPRO_CTL_VAL_MASK; in snd_bbfpro_ctl_resume()
2453 int pv = list->kctl->private_value; in snd_bbfpro_vol_resume() local
2454 u16 idx = pv & SND_BBFPRO_MIXER_IDX_MASK; in snd_bbfpro_vol_resume()
2455 u32 val = (pv >> SND_BBFPRO_MIXER_VAL_SHIFT) in snd_bbfpro_vol_resume()