Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/dvb/frontends/
Dstv090x.c4255 stv090x_write_reg(state, STV090x_TSGENERAL, 0x00); in stv090x_set_tspath()
4260 if (stv090x_write_reg(state, STV090x_TSGENERAL, 0x06) < 0) /* Mux'd stream mode */ in stv090x_set_tspath()
4285 if (stv090x_write_reg(state, STV090x_TSGENERAL, 0x0c) < 0) in stv090x_set_tspath()
4291 if (stv090x_write_reg(state, STV090x_TSGENERAL, 0x0a) < 0) in stv090x_set_tspath()
4654 if (stv090x_write_reg(state, STV090x_TSGENERAL, 0x0c) < 0) in stv090x_setup()
Dstv090x_reg.h2352 #define STV090x_TSGENERAL 0xF630 macro