Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dstv090x.c4184 reg = stv090x_read_reg(state, STV090x_TSTRES0); in stv090x_ldpc_mode()
4186 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4189 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4243 reg = stv090x_read_reg(state, STV090x_TSTRES0); in stv090x_ldpc_mode()
4245 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4248 if (stv090x_write_reg(state, STV090x_TSTRES0, reg) < 0) in stv090x_ldpc_mode()
4880 if (stv090x_write_reg(state, STV090x_TSTRES0, 0x80) < 0) in stv090x_setup()
4882 if (stv090x_write_reg(state, STV090x_TSTRES0, 0x00) < 0) in stv090x_setup()
Dstv090x_reg.h2361 #define STV090x_TSTRES0 0xFF11 macro