Home
last modified time | relevance | path

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

/drivers/media/pci/cx88/
Dcx88-core.c576 cx_write(MO_INPUT_FORMAT, ((1 << 13) | // agc enable in cx88_reset()
921 cxiformat, cx_read(MO_INPUT_FORMAT) & 0x0f); in cx88_set_tvnorm()
924 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm()
Dcx88-video.c233 .reg = MO_INPUT_FORMAT,
241 .reg = MO_INPUT_FORMAT,
307 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux()
316 cx_set(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
322 cx_clear(MO_INPUT_FORMAT, 0x00010010); in cx88_video_mux()
Dcx88-reg.h170 #define MO_INPUT_FORMAT 0x310104 macro
Dcx88-blackbird.c567 cx_clear(MO_INPUT_FORMAT, 0x100); /* chroma subcarrier lock to normal? */ in blackbird_initialize_codec()