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

/linux-master/drivers/media/i2c/
H A Dsaa7127.c260 u8 reg_2d; member in struct:saa7127_state
453 saa7127_write(sd, 0x2d, state->reg_2d);
457 saa7127_write(sd, 0x2d, (state->reg_2d & 0xf0));
506 state->reg_2d = 0x0f; /* RGB + CVBS (for sync) */
512 state->reg_2d = 0x20; /* CVBS only */
514 state->reg_2d = 0x08; /* 00001000 CVBS only, RGB DAC's off (high impedance mode) */
520 state->reg_2d = 0x18; /* Y + C */
522 state->reg_2d = 0xff; /*11111111 croma -> R, luma -> CVBS + G + B */
527 state->reg_2d = 0x4f; /* reg 2D = 01001111, all DAC's on, RGB + VBS */
532 state->reg_2d
[all...]

Completed in 129 milliseconds