• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/

Lines Matching refs:tda9875_write

102 static int tda9875_write(struct v4l2_subdev *sd, int subaddr, unsigned char val)
147 tda9875_write(sd, TDA9875_MVL, a);
149 tda9875_write(sd, TDA9875_MVR, a);
151 tda9875_write(sd, TDA9875_MBA, a);
153 tda9875_write(sd, TDA9875_MTR, a);
161 tda9875_write(sd, TDA9875_CFG, 0xd0); /*reg de config 0 (reset)*/
162 tda9875_write(sd, TDA9875_MSR, 0x03); /* Monitor 0b00000XXX*/
163 tda9875_write(sd, TDA9875_C1MSB, 0x00); /*Car1(FM) MSB XMHz*/
164 tda9875_write(sd, TDA9875_C1MIB, 0x00); /*Car1(FM) MIB XMHz*/
165 tda9875_write(sd, TDA9875_C1LSB, 0x00); /*Car1(FM) LSB XMHz*/
166 tda9875_write(sd, TDA9875_C2MSB, 0x00); /*Car2(NICAM) MSB XMHz*/
167 tda9875_write(sd, TDA9875_C2MIB, 0x00); /*Car2(NICAM) MIB XMHz*/
168 tda9875_write(sd, TDA9875_C2LSB, 0x00); /*Car2(NICAM) LSB XMHz*/
169 tda9875_write(sd, TDA9875_DCR, 0x00); /*Demod config 0x00*/
170 tda9875_write(sd, TDA9875_DEEM, 0x44); /*DE-Emph 0b0100 0100*/
171 tda9875_write(sd, TDA9875_FMAT, 0x00); /*FM Matrix reg 0x00*/
172 tda9875_write(sd, TDA9875_SC1, 0x00); /* SCART 1 (SC1)*/
173 tda9875_write(sd, TDA9875_SC2, 0x01); /* SCART 2 (sc2)*/
175 tda9875_write(sd, TDA9875_CH1V, 0x10); /* Channel volume 1 mute*/
176 tda9875_write(sd, TDA9875_CH2V, 0x10); /* Channel volume 2 mute */
177 tda9875_write(sd, TDA9875_DACOS, 0x02); /* sig DAC i/o(in:nicam)*/
178 tda9875_write(sd, TDA9875_ADCIS, 0x6f); /* sig ADC input(in:mono)*/
179 tda9875_write(sd, TDA9875_LOSR, 0x00); /* line out (in:mono)*/
180 tda9875_write(sd, TDA9875_AER, 0x00); /*06 Effect (AVL+PSEUDO) */
181 tda9875_write(sd, TDA9875_MCS, 0x44); /* Main ch select (DAC) */
182 tda9875_write(sd, TDA9875_MVL, 0x03); /* Vol Main left 10dB */
183 tda9875_write(sd, TDA9875_MVR, 0x03); /* Vol Main right 10dB*/
184 tda9875_write(sd, TDA9875_MBA, 0x00); /* Main Bass Main 0dB*/
185 tda9875_write(sd, TDA9875_MTR, 0x00); /* Main Treble Main 0dB*/
186 tda9875_write(sd, TDA9875_ACS, 0x44); /* Aux chan select (dac)*/
187 tda9875_write(sd, TDA9875_AVL, 0x00); /* Vol Aux left 0dB*/
188 tda9875_write(sd, TDA9875_AVR, 0x00); /* Vol Aux right 0dB*/
189 tda9875_write(sd, TDA9875_ABA, 0x00); /* Aux Bass Main 0dB*/
190 tda9875_write(sd, TDA9875_ATR, 0x00); /* Aux Aigus Main 0dB*/
192 tda9875_write(sd, TDA9875_MUT, 0xcc); /* General mute */