Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x.c381 { STV090x_GENCFG, 0x1d },
485 { STV090x_GENCFG, 0x1c },
4104 reg = stv090x_read_reg(state, STV090x_GENCFG); in stv090x_ldpc_mode()
4111 if (stv090x_write_reg(state, STV090x_GENCFG, 0x1d) < 0) in stv090x_ldpc_mode()
4168 if (stv090x_write_reg(state, STV090x_GENCFG, 0x06) < 0) /* path 2 */ in stv090x_ldpc_mode()
4171 if (stv090x_write_reg(state, STV090x_GENCFG, 0x04) < 0) /* path 1 */ in stv090x_ldpc_mode()
Dstv090x_reg.h2080 #define STV090x_GENCFG 0xFA86 macro