Searched refs:reg_2d (Results 1 – 1 of 1) sorted by relevance
/drivers/media/i2c/ |
D | saa7127.c | 273 u8 reg_2d; member 466 saa7127_write(sd, 0x2d, state->reg_2d); in saa7127_set_video_enable() 470 saa7127_write(sd, 0x2d, (state->reg_2d & 0xf0)); in saa7127_set_video_enable() 519 state->reg_2d = 0x0f; /* RGB + CVBS (for sync) */ in saa7127_set_output_type() 525 state->reg_2d = 0x20; /* CVBS only */ in saa7127_set_output_type() 527 state->reg_2d = 0x08; /* 00001000 CVBS only, RGB DAC's off (high impedance mode) */ in saa7127_set_output_type() 533 state->reg_2d = 0x18; /* Y + C */ in saa7127_set_output_type() 535 state->reg_2d = 0xff; /*11111111 croma -> R, luma -> CVBS + G + B */ in saa7127_set_output_type() 540 state->reg_2d = 0x4f; /* reg 2D = 01001111, all DAC's on, RGB + VBS */ in saa7127_set_output_type() 545 state->reg_2d = 0x0f; /* reg 2D = 00001111, all DAC's on, RGB + CVBS */ in saa7127_set_output_type() [all …]
|