Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/
Dstv0900_core.c894 reg_index = MODCODLSTF - mod_code / 2; in stv0900_activate_s2_modcod()
928 stv0900_write_reg(intp, MODCODLSTF, 0xcf); in stv0900_activate_s2_modcod()
945 stv0900_write_reg(intp, MODCODLSTF, 0x0f); in stv0900_activate_s2_modcod_single()
Dstv090x.c1105 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0xff) < 0) in stv090x_stop_modcod()
1145 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0xcf) < 0) in stv090x_activate_modcod()
1187 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0x0f) < 0) in stv090x_activate_modcod_single()
4212 if (STV090x_WRITE_DEMOD(state, MODCODLSTF, 0xcf) < 0) in stv090x_ldpc_mode()
Dstv0900_reg.h2999 #define MODCODLSTF REGx(R0900_P1_MODCODLSTF) macro