Home
last modified time | relevance | path

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

/drivers/media/video/cx88/
Dcx88-mpeg.c102 cx_write(TS_GEN_CNTRL, 0x0040 | dev->ts_gen_cntrl); in cx8802_start_dma()
133 cx_write(TS_GEN_CNTRL, dev->ts_gen_cntrl); in cx8802_start_dma()
140 cx_write(TS_GEN_CNTRL, 0x46); /* punctured clock TS & posedge driven & software reset */ in cx8802_start_dma()
146 cx_write(TS_GEN_CNTRL, 0x06); /* punctured clock TS & posedge driven */ in cx8802_start_dma()
182 cx_write(TS_GEN_CNTRL, 0xcd); in cx8802_stop_dma()
Dcx88-reg.h452 #define TS_GEN_CNTRL 0x33C050 macro