Searched defs:stv090x_config (Results 1 – 2 of 2) sorted by relevance
56 struct stv090x_config { struct57 enum stv090x_device device;58 enum stv090x_mode demod_mode;59 enum stv090x_clkmode clk_mode;60 enum stv090x_demodulator demod;62 u32 xtal; /* default: 8000000 */63 u8 address; /* default: 0x68 */65 u8 ts1_mode;66 u8 ts2_mode;67 u32 ts1_clk;[all …]
42 static struct stv090x_config stv090x_config = { variable