Lines Matching defs:input
215 table[KS_CMDB] = 0x12; /* VALIGN=0, AGC control and input */
217 /* clock & input select, write 1 to PORTA */
228 table[KS_PORTAB] = 0x0f; /* port B is input, port A output GPPORT */
402 u32 input, u32 output, u32 config)
406 switch (input) {
414 "s_routing %d: Composite\n", input);
419 /* set input line */
420 ks0127_and_or(sd, KS_CMDB, 0xb0, input);
423 /* analog input */
448 "s_routing %d: S-Video\n", input);
453 /* set input line */
454 ks0127_and_or(sd, KS_CMDB, 0xb0, input);
457 /* analog input */
488 /* set input line and VALIGN */
489 ks0127_and_or(sd, KS_CMDB, 0xb0, (input | 0x40));
493 /* digital input, SYNDIR = 0 INPSL=01 CLKDIR=0 EAV=0 */
524 "s_routing: Unknown input %d\n", input);