Searched refs:tda10086_write_byte (Results 1 – 1 of 1) sorted by relevance
/drivers/media/dvb-frontends/ |
D | tda10086.c | 52 static int tda10086_write_byte(struct tda10086_state *state, int reg, int data) in tda10086_write_byte() function 103 return tda10086_write_byte(state, reg, val); in tda10086_write_mask() 116 tda10086_write_byte(state, 0x00, 0x00); in tda10086_init() 120 tda10086_write_byte(state, 0x01, 0x94); in tda10086_init() 121 tda10086_write_byte(state, 0x02, 0x35); /* NOTE: TT drivers appear to disable CSWP */ in tda10086_init() 122 tda10086_write_byte(state, 0x03, 0xe4); in tda10086_init() 123 tda10086_write_byte(state, 0x04, 0x43); in tda10086_init() 124 tda10086_write_byte(state, 0x0c, 0x0c); in tda10086_init() 125 tda10086_write_byte(state, 0x1b, 0xb0); /* noise threshold */ in tda10086_init() 126 tda10086_write_byte(state, 0x20, 0x89); /* misc */ in tda10086_init() [all …]
|