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

/linux-4.1.27/drivers/media/i2c/
H A Dsaa7127.c273 u8 reg_2d; member in struct:saa7127_state
466 saa7127_write(sd, 0x2d, state->reg_2d); saa7127_set_video_enable()
470 saa7127_write(sd, 0x2d, (state->reg_2d & 0xf0)); saa7127_set_video_enable()
519 state->reg_2d = 0x0f; /* RGB + CVBS (for sync) */ saa7127_set_output_type()
525 state->reg_2d = 0x20; /* CVBS only */ saa7127_set_output_type()
527 state->reg_2d = 0x08; /* 00001000 CVBS only, RGB DAC's off (high impedance mode) */ saa7127_set_output_type()
533 state->reg_2d = 0x18; /* Y + C */ saa7127_set_output_type()
535 state->reg_2d = 0xff; /*11111111 croma -> R, luma -> CVBS + G + B */ saa7127_set_output_type()
540 state->reg_2d = 0x4f; /* reg 2D = 01001111, all DAC's on, RGB + VBS */ saa7127_set_output_type()
545 state->reg_2d = 0x0f; /* reg 2D = 00001111, all DAC's on, RGB + CVBS */ saa7127_set_output_type()
551 state->reg_2d = 0x38; saa7127_set_output_type()
553 state->reg_2d = 0xbf; saa7127_set_output_type()
564 saa7127_write(sd, 0x2d, state->reg_2d); saa7127_set_output_type()

Completed in 60 milliseconds