Searched refs:tda10086_write_byte (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | tda10086.c | 39 static int tda10086_write_byte(struct tda10086_state *state, int reg, int data) in tda10086_write_byte() function 90 return tda10086_write_byte(state, reg, val); in tda10086_write_mask() 103 tda10086_write_byte(state, 0x00, 0x00); in tda10086_init() 107 tda10086_write_byte(state, 0x01, 0x94); in tda10086_init() 108 tda10086_write_byte(state, 0x02, 0x35); /* NOTE: TT drivers appear to disable CSWP */ in tda10086_init() 109 tda10086_write_byte(state, 0x03, 0xe4); in tda10086_init() 110 tda10086_write_byte(state, 0x04, 0x43); in tda10086_init() 111 tda10086_write_byte(state, 0x0c, 0x0c); in tda10086_init() 112 tda10086_write_byte(state, 0x1b, 0xb0); /* noise threshold */ in tda10086_init() 113 tda10086_write_byte(state, 0x20, 0x89); /* misc */ in tda10086_init() [all …]
|