Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
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()
520 state->reg_2d = 0x18; /* Y + C */ 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()
538 state->reg_2d = 0x38; in saa7127_set_output_type()
540 state->reg_2d = 0xbf; in saa7127_set_output_type()
[all …]

Completed in 8 milliseconds