Home
last modified time | relevance | path

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

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