Lines Matching refs:input
235 * bits 9 8 5 - SCART DSP input Select:
236 * 0 0 0 - SCART 1 to DSP input (reset position)
237 * 0 1 0 - MONO to DSP input
238 * 1 0 0 - SCART 2 to DSP input
239 * 1 1 1 - Mute DSP input
244 * 1 0 0 - MONO input to SCART 1 Output
253 * 1 0 0 - MONO input to SCART 2 Output
471 u32 input, u32 output, u32 config)
475 int tuner = (input >> 3) & 1;
476 int sc_in = input & 0x7;
483 if (state->route_in == input && state->route_out == output)
485 state->route_in = input;
487 /* check if the tuner input is used */
489 if (((input >> (4 + i * 4)) & 0xf) == 0)
501 /* wake thread when a new input is chosen */
581 case MSP_MODE_EXTERN: p = "External input"; break;
599 dev_info(&client->dev, "Routing: 0x%08x (input) 0x%08x (output)\n",
713 state->input = -1;
716 /* These are the reset input/output positions */
751 /* Has scart2 input: not in stripped down products of the '3' family */
754 /* Has scart3 input: not in stripped down products of the '3' family */
757 /* Has scart4 input: not in pre D revisions, not in stripped D revs */