Searched refs:pv (Results 1 – 4 of 4) sorted by relevance
373 long int pv = kcontrol->private_value; in onyx_snd_single_bit_get() local374 u8 polarity = (pv >> 16) & FLAG_POLARITY_INVERT; in onyx_snd_single_bit_get()375 u8 address = (pv >> 8) & 0xff; in onyx_snd_single_bit_get()376 u8 mask = pv & 0xff; in onyx_snd_single_bit_get()393 long int pv = kcontrol->private_value; in onyx_snd_single_bit_put() local394 u8 polarity = (pv >> 16) & FLAG_POLARITY_INVERT; in onyx_snd_single_bit_put()395 u8 spdiflock = (pv >> 16) & FLAG_SPDIFLOCK; in onyx_snd_single_bit_put()396 u8 address = (pv >> 8) & 0xff; in onyx_snd_single_bit_put()397 u8 mask = pv & 0xff; in onyx_snd_single_bit_put()
634 #define get_amp_nid_(pv) ((pv) & 0xffff) argument637 #define get_amp_direction_(pv) (((pv) >> 18) & 0x1) argument639 #define get_amp_index_(pv) (((pv) >> 19) & 0xf) argument
40 short pv = le16_to_cpu(*p); in change_volume() local41 int val = (pv * volume[chn & 1]) >> 8; in change_volume()42 pv = clamp(val, -0x8000, 0x7fff); in change_volume()43 *p = cpu_to_le16(pv); in change_volume()
1275 } pv[] = { variable1332 for (i = 0; i < ARRAY_SIZE(pv); i++) in snd_m3_playback_setup()1334 s->inst.data + pv[i].addr, pv[i].val); in snd_m3_playback_setup()