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

/linux-master/drivers/media/dvb-frontends/
H A Dtda10086.c39 static int tda10086_write_byte(struct tda10086_state *state, int reg, int data) function
90 return tda10086_write_byte(state, reg, val);
103 tda10086_write_byte(state, 0x00, 0x00);
107 tda10086_write_byte(state, 0x01, 0x94);
108 tda10086_write_byte(state, 0x02, 0x35); /* NOTE: TT drivers appear to disable CSWP */
109 tda10086_write_byte(state, 0x03, 0xe4);
110 tda10086_write_byte(state, 0x04, 0x43);
111 tda10086_write_byte(state, 0x0c, 0x0c);
112 tda10086_write_byte(state, 0x1b, 0xb0); /* noise threshold */
113 tda10086_write_byte(stat
[all...]

Completed in 90 milliseconds