Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/cx88/
Dcx88-core.c617 cx_write(MO_INPUT_FORMAT, ((1 << 13) | // agc enable in cx88_reset()
955 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
958 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm()
Dcx88-video.c249 .reg = MO_INPUT_FORMAT,
261 .reg = MO_INPUT_FORMAT,
432 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux()
441 cx_set(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
447 cx_clear(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
Dcx88-reg.h170 #define MO_INPUT_FORMAT 0x310104 macro
Dcx88-blackbird.c573 cx_clear(MO_INPUT_FORMAT, 0x100); /* chroma subcarrier lock to normal? */ in blackbird_initialize_codec()