Home
last modified time | relevance | path

Searched refs:STV090x_TSTRES0 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Dstv090x.c4177 reg = stv090x_read_reg(state, STV090x_TSTRES0); in stv090x_ldpc_mode()
4179 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4182 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4236 reg = stv090x_read_reg(state, STV090x_TSTRES0); in stv090x_ldpc_mode()
4238 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4241 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4873 if (stv090x_write_reg(state, STV090x_TSTRES0, 0x80) < 0) in stv090x_setup()
4875 if (stv090x_write_reg(state, STV090x_TSTRES0, 0x00) < 0) in stv090x_setup()
H A Dstv090x_reg.h2349 #define STV090x_TSTRES0 0xFF11 macro