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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7127.c270 u8 reg_2d; member in struct:saa7127_state
466 saa7127_write(sd, 0x2d, state->reg_2d);
470 saa7127_write(sd, 0x2d, (state->reg_2d & 0xf0));
519 state->reg_2d = 0x0f; /* RGB + CVBS (for sync) */
525 state->reg_2d = 0x20; /* CVBS only */
527 state->reg_2d = 0x08; /* 00001000 CVBS only, RGB DAC's off (high impedance mode) */
533 state->reg_2d = 0x18; /* Y + C */
535 state->reg_2d = 0xff; /*11111111 croma -> R, luma -> CVBS + G + B */
540 state->reg_2d = 0x4f; /* reg 2D = 01001111, all DAC's on, RGB + VBS */
545 state->reg_2d
[all...]

Completed in 55 milliseconds