Lines Matching refs:private_value

382   .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
389 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \
394 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_info_single()
407 int reg = kcontrol->private_value & 0xff; in snd_cs4236_get_single()
408 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_single()
409 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_get_single()
410 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_single()
424 int reg = kcontrol->private_value & 0xff; in snd_cs4236_put_single()
425 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_single()
426 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_put_single()
427 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_single()
447 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
453 int reg = kcontrol->private_value & 0xff; in snd_cs4236_get_singlec()
454 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_singlec()
455 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_get_singlec()
456 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_singlec()
470 int reg = kcontrol->private_value & 0xff; in snd_cs4236_put_singlec()
471 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_singlec()
472 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_put_singlec()
473 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_singlec()
493 ….private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask <<…
501 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | \
507 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_info_double()
520 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_get_double()
521 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_double()
522 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_get_double()
523 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_get_double()
524 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_double()
525 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_get_double()
542 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_put_double()
543 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_double()
544 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_put_double()
545 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_put_double()
546 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_double()
547 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_put_double()
580 ….private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask <<…
588 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | \
596 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_get_double1()
597 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_double1()
598 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_get_double1()
599 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_get_double1()
600 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_double1()
601 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_get_double1()
618 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_put_double1()
619 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_double1()
620 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_put_double1()
621 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_put_double1()
622 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_double1()
623 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_put_double1()
650 .private_value = 71 << 24, \
694 .private_value = 3 << 24, \
927 .private_value = 1 << 16 }