Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-core.c586 cx_write(MO_INPUT_FORMAT, ((1 << 13) | // agc enable in cx88_reset()
944 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
949 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm()
H A Dcx88-video.c217 .reg = MO_INPUT_FORMAT,
225 .reg = MO_INPUT_FORMAT,
291 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux()
300 cx_set(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
306 cx_clear(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
H A Dcx88-reg.h159 #define MO_INPUT_FORMAT 0x310104 macro
H A Dcx88-blackbird.c590 cx_clear(MO_INPUT_FORMAT, 0x100); /* chroma subcarrier lock to normal? */ in blackbird_initialize_codec()