Mercurial > pt1.mumumu
comparison driver/pt1_tuner_data.c @ 79:3c2123189edf
improve PT2 support.
- update read check in initialization
- PT2 specific RAM phase initialization
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 07 Dec 2009 15:01:57 +0900 |
parents | 517e61637f7b |
children | 6e661e828b43 |
comparison
equal
deleted
inserted
replaced
78:5a0126d8af17 | 79:3c2123189edf |
---|---|
75 /***************************************************************************/ | 75 /***************************************************************************/ |
76 // ISDB-S初期化値1 | 76 // ISDB-S初期化値1 |
77 WBLOCK isdb_s_init1 ={ | 77 WBLOCK isdb_s_init1 ={ |
78 0, | 78 0, |
79 1, | 79 1, |
80 {0x07} | 80 {0x0f} |
81 }; | 81 }; |
82 // ISDB-S初期化値2 | 82 // ISDB-S初期化値2 |
83 WBLOCK isdb_s_init2 ={ | 83 WBLOCK isdb_s_init2 ={ |
84 0, | 84 0, |
85 2, | 85 2, |
86 {0x04, 0x02} | 86 {0x04, 0x02} |
87 }; | 87 }; |
88 | |
89 // ISDB-S初期化値3 | 88 // ISDB-S初期化値3 |
90 WBLOCK isdb_s_init3 ={ | 89 WBLOCK isdb_s_init3 ={ |
91 0, | 90 0, |
92 2, | 91 2, |
93 {0x0D, 0x55} //pt1 only | 92 {0x0D, 0x55} //pt1 only |