Home
last modified time | relevance | path

Searched refs:TMGTHRISE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/dvb-frontends/
Dstv0900_sw.c477 tmg_th_high = stv0900_read_reg(intp, TMGTHRISE); in stv0900_check_timing_lock()
479 stv0900_write_reg(intp, TMGTHRISE, 0x20); in stv0900_check_timing_lock()
505 stv0900_write_reg(intp, TMGTHRISE, tmg_th_high); in stv0900_check_timing_lock()
1418 stv0900_write_reg(intp, TMGTHRISE, 0xf0); in stv0900_search_srate_coarse()
1562 stv0900_write_reg(intp, TMGTHRISE, 0x20); in stv0900_search_srate_fine()
Dstv090x.c1516 if (STV090x_WRITE_DEMOD(state, TMGTHRISE, 0xe0) < 0) in stv090x_start_search()
1712 if (STV090x_WRITE_DEMOD(state, TMGTHRISE, 0xf0) < 0) in stv090x_srate_srch_coarse()
1872 if (STV090x_WRITE_DEMOD(state, TMGTHRISE, 0x20) < 0) in stv090x_srate_srch_fine()
2079 tmg_thh = STV090x_READ_DEMOD(state, TMGTHRISE); in stv090x_chk_tmg()
2081 if (STV090x_WRITE_DEMOD(state, TMGTHRISE, 0x20) < 0) in stv090x_chk_tmg()
2127 if (STV090x_WRITE_DEMOD(state, TMGTHRISE, tmg_thh) < 0) in stv090x_chk_tmg()
Dstv0900_reg.h2527 #define TMGTHRISE REGx(R0900_P1_TMGTHRISE) macro
Dstv0900_core.c1039 stv0900_write_reg(intp, TMGTHRISE, 0xe0); in stv0900_start_search()