source: tools/multituner.p207/platform/avl2108_platform.h @ 8433

Last change on this file since 8433 was 8433, checked in by obi, 13 years ago

[tools] add multituner.p207

File size: 788 bytes
Line 
1#ifndef avl2108_platform_123
2#define avl2108_platform_123
3
4struct avl_private_data_s {
5    u16     ref_freq;
6    u16     demod_freq;
7    u16     fec_freq;
8    u16     mpeg_freq;
9    u16     i2c_speed_khz;
10    u32     agc_polarization;
11    u32     mpeg_mode;
12    u16     mpeg_serial;
13    u16     mpeg_clk_mode;
14    u32     pll_config; /* pll-arrayindex */
15    u32     usedTuner;
16    u32     usedLNB;
17
18    u16     max_lpf;
19    u32     lpf;
20    u8      lock_mode;
21    u8      iq_swap;
22    u8      auto_iq_swap;
23
24    u16     agc_ref;
25
26    s8      mpeg_data_clk; /* enable/disable mpeg persistent clock mode
27                            * -1 = do not touch register
28                            * 0  = disable
29                            * 1  = enable
30                            */
31};
32
33#endif
Note: See TracBrowser for help on using the repository browser.