Searched refs:reg_2d (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dsaa7127.c250 u8 reg_2d; member in struct:saa7127_state
436 saa7127_write(client, 0x2d, state->reg_2d);
440 saa7127_write(client, 0x2d, (state->reg_2d & 0xf0));
478 state->reg_2d = 0x0f; /* RGB + CVBS (for sync) */
483 state->reg_2d = 0x08; /* 00001000 CVBS only, RGB DAC's off (high impedance mode) */
488 state->reg_2d = 0xff; /* 11111111 croma -> R, luma -> CVBS + G + B */
493 state->reg_2d = 0x4f; /* reg 2D = 01001111, all DAC's on, RGB + VBS */
498 state->reg_2d = 0x0f; /* reg 2D = 00001111, all DAC's on, RGB + CVBS */
503 state->reg_2d = 0xbf;
513 saa7127_write(client, 0x2d, state->reg_2d);
[all...]

Completed in 47 milliseconds