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

/linux-4.1.27/drivers/media/dvb-frontends/
H A Dtda10086.c109 u8 t22k_off = 0x80; tda10086_init() local
114 t22k_off = 0; tda10086_init()
169 tda10086_write_byte(state, 0x36, t22k_off); /* all SEC off, 22k tone */ tda10086_init()
191 u8 t22k_off = 0x80; tda10086_set_tone() local
196 t22k_off = 0; tda10086_set_tone()
200 tda10086_write_byte(state, 0x36, t22k_off); tda10086_set_tone()
204 tda10086_write_byte(state, 0x36, 0x01 + t22k_off); tda10086_set_tone()
217 u8 t22k_off = 0x80; tda10086_send_master_cmd() local
222 t22k_off = 0; tda10086_send_master_cmd()
231 tda10086_write_byte(state, 0x36, (0x08 + t22k_off) tda10086_send_master_cmd()
245 u8 t22k_off = 0x80; tda10086_send_burst() local
250 t22k_off = 0; tda10086_send_burst()
254 tda10086_write_byte(state, 0x36, 0x04 + t22k_off); tda10086_send_burst()
258 tda10086_write_byte(state, 0x36, 0x06 + t22k_off); tda10086_send_burst()

Completed in 32 milliseconds