Lines Matching refs:tda8083_writereg

49 static int tda8083_writereg (struct tda8083_state* state, u8 reg, u8 data)  in tda8083_writereg()  function
101 return tda8083_writereg (state, 0x07, 0xff); in tda8083_set_fec()
104 return tda8083_writereg (state, 0x07, 1 << (FEC_8_9 - fec)); in tda8083_set_fec()
150 tda8083_writereg (state, 0x05, filter); in tda8083_set_symbolrate()
151 tda8083_writereg (state, 0x02, (ratio >> 16) & 0xff); in tda8083_set_symbolrate()
152 tda8083_writereg (state, 0x03, (ratio >> 8) & 0xff); in tda8083_set_symbolrate()
153 tda8083_writereg (state, 0x04, (ratio ) & 0xff); in tda8083_set_symbolrate()
155 tda8083_writereg (state, 0x00, 0x3c); in tda8083_set_symbolrate()
156 tda8083_writereg (state, 0x00, 0x04); in tda8083_set_symbolrate()
175 tda8083_writereg (state, 0x26, 0xf1); in tda8083_set_tone()
179 return tda8083_writereg (state, 0x29, 0x00); in tda8083_set_tone()
181 return tda8083_writereg (state, 0x29, 0x80); in tda8083_set_tone()
192 return tda8083_writereg (state, 0x20, 0x00); in tda8083_set_voltage()
194 return tda8083_writereg (state, 0x20, 0x11); in tda8083_set_voltage()
205 tda8083_writereg (state, 0x29, (5 << 2)); /* send burst A */ in tda8083_send_diseqc_burst()
208 tda8083_writereg (state, 0x29, (7 << 2)); /* send B */ in tda8083_send_diseqc_burst()
225 tda8083_writereg (state, 0x29, (m->msg_len - 3) | (1 << 2)); /* enable */ in tda8083_send_diseqc_msg()
228 tda8083_writereg (state, 0x23 + i, m->msg[i]); in tda8083_send_diseqc_msg()
230 tda8083_writereg (state, 0x29, (m->msg_len - 3) | (3 << 2)); /* send!! */ in tda8083_send_diseqc_msg()
327 tda8083_writereg (state, 0x00, 0x3c); in tda8083_set_frontend()
328 tda8083_writereg (state, 0x00, 0x04); in tda8083_set_frontend()
352 tda8083_writereg (state, 0x00, 0x02); in tda8083_sleep()
362 tda8083_writereg (state, i, tda8083_init_tab[i]); in tda8083_init()
364 tda8083_writereg (state, 0x00, 0x3c); in tda8083_init()
365 tda8083_writereg (state, 0x00, 0x04); in tda8083_init()
376 tda8083_writereg (state, 0x00, 0x3c); in tda8083_diseqc_send_burst()
377 tda8083_writereg (state, 0x00, 0x04); in tda8083_diseqc_send_burst()
388 tda8083_writereg (state, 0x00, 0x3c); in tda8083_diseqc_set_tone()
389 tda8083_writereg (state, 0x00, 0x04); in tda8083_diseqc_set_tone()
400 tda8083_writereg (state, 0x00, 0x3c); in tda8083_diseqc_set_voltage()
401 tda8083_writereg (state, 0x00, 0x04); in tda8083_diseqc_set_voltage()