Lines Matching refs:private_value
398 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
405 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \
410 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_info_single()
423 int reg = kcontrol->private_value & 0xff; in snd_cs4236_get_single()
424 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_single()
425 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_get_single()
426 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_single()
440 int reg = kcontrol->private_value & 0xff; in snd_cs4236_put_single()
441 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_single()
442 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_put_single()
443 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_single()
463 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
469 int reg = kcontrol->private_value & 0xff; in snd_cs4236_get_singlec()
470 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_singlec()
471 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_get_singlec()
472 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_singlec()
486 int reg = kcontrol->private_value & 0xff; in snd_cs4236_put_singlec()
487 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_singlec()
488 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_put_singlec()
489 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_singlec()
509 ….private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask <<…
517 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | \
523 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_info_double()
536 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_get_double()
537 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_double()
538 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_get_double()
539 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_get_double()
540 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_double()
541 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_get_double()
558 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_put_double()
559 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_double()
560 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_put_double()
561 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_put_double()
562 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_double()
563 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_put_double()
596 ….private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask <<…
604 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | \
612 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_get_double1()
613 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_double1()
614 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_get_double1()
615 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_get_double1()
616 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_double1()
617 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_get_double1()
634 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_put_double1()
635 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_double1()
636 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_put_double1()
637 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_put_double1()
638 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_double1()
639 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_put_double1()
666 .private_value = 71 << 24, \
710 .private_value = 3 << 24, \
943 .private_value = 1 << 16 }