Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-core.c593 cx_write(MO_INPUT_FORMAT, ((1 << 13) | // agc enable in cx88_reset()
939 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
944 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm()
Dcx88-video.c236 .reg = MO_INPUT_FORMAT,
244 .reg = MO_INPUT_FORMAT,
310 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux()
319 cx_set(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
325 cx_clear(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
Dcx88-reg.h168 #define MO_INPUT_FORMAT 0x310104 macro
Dcx88-blackbird.c599 cx_clear(MO_INPUT_FORMAT, 0x100); /* chroma subcarrier lock to normal? */ in blackbird_initialize_codec()