Home
last modified time | relevance | path

Searched refs:MODCODLSTF (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Dstv0900_core.c904 reg_index = MODCODLSTF - mod_code / 2; in stv0900_activate_s2_modcod()
938 stv0900_write_reg(intp, MODCODLSTF, 0xcf); in stv0900_activate_s2_modcod()
955 stv0900_write_reg(intp, MODCODLSTF, 0x0f); in stv0900_activate_s2_modcod_single()
Dstv090x.c1117 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0xff) < 0) in stv090x_stop_modcod()
1157 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0xcf) < 0) in stv090x_activate_modcod()
1199 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0x0f) < 0) in stv090x_activate_modcod_single()
4224 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0xcf) < 0) in stv090x_ldpc_mode()
Dstv0900_reg.h3009 #define MODCODLSTF REGx(R0900_P1_MODCODLSTF) macro