Lines Matching refs:private_value
384 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
391 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \
396 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_info_single()
409 int reg = kcontrol->private_value & 0xff; in snd_cs4236_get_single()
410 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_single()
411 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_get_single()
412 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_single()
426 int reg = kcontrol->private_value & 0xff; in snd_cs4236_put_single()
427 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_single()
428 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_put_single()
429 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_single()
449 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
455 int reg = kcontrol->private_value & 0xff; in snd_cs4236_get_singlec()
456 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_singlec()
457 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_get_singlec()
458 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_singlec()
472 int reg = kcontrol->private_value & 0xff; in snd_cs4236_put_singlec()
473 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_singlec()
474 int mask = (kcontrol->private_value >> 16) & 0xff; in snd_cs4236_put_singlec()
475 int invert = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_singlec()
495 ….private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask <<…
503 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | \
509 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_info_double()
522 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_get_double()
523 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_double()
524 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_get_double()
525 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_get_double()
526 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_double()
527 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_get_double()
544 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_put_double()
545 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_double()
546 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_put_double()
547 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_put_double()
548 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_double()
549 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_put_double()
582 ….private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask <<…
590 .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | \
598 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_get_double1()
599 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_get_double1()
600 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_get_double1()
601 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_get_double1()
602 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_get_double1()
603 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_get_double1()
620 int left_reg = kcontrol->private_value & 0xff; in snd_cs4236_put_double1()
621 int right_reg = (kcontrol->private_value >> 8) & 0xff; in snd_cs4236_put_double1()
622 int shift_left = (kcontrol->private_value >> 16) & 0x07; in snd_cs4236_put_double1()
623 int shift_right = (kcontrol->private_value >> 19) & 0x07; in snd_cs4236_put_double1()
624 int mask = (kcontrol->private_value >> 24) & 0xff; in snd_cs4236_put_double1()
625 int invert = (kcontrol->private_value >> 22) & 1; in snd_cs4236_put_double1()
652 .private_value = 71 << 24, \
696 .private_value = 3 << 24, \
929 .private_value = 1 << 16 }