Searched refs:tda1004x_write_byteI (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda1004x.c128 static int tda1004x_write_byteI(struct tda1004x_state *state, int reg, int data) function
189 return tda1004x_write_byteI(state, reg, val);
201 result = tda1004x_write_byteI(state, reg + i, buf[i]);
250 tda1004x_write_byteI(state, TDA10045H_IOFFSET, 0);
281 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0a);
282 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0xab);
294 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0c);
295 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_LSB, 0x00);
307 tda1004x_write_byteI(state, TDA10046H_FREQ_PHY2_MSB, 0x0d);
308 tda1004x_write_byteI(stat
[all...]

Completed in 38 milliseconds