comparison driver/pt1_tuner_data.c @ 77:517e61637f7b

a bit cleanup
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 01 Dec 2009 18:33:01 +0900
parents 28f25ec7f962
children 3c2123189edf
comparison
equal deleted inserted replaced
76:d1c740aa1b67 77:517e61637f7b
178 }; 178 };
179 // ISDB-S初期化値18 179 // ISDB-S初期化値18
180 WBLOCK isdb_s_init18 ={ 180 WBLOCK isdb_s_init18 ={
181 0, 181 0,
182 2, 182 2,
183 // {0x8E, 0x02}
184 {0x8E, 0x26} 183 {0x8E, 0x26}
185 }; 184 };
186 // ISDB-S初期化値19 185 // ISDB-S初期化値19
187 WBLOCK isdb_s_init19 ={ 186 WBLOCK isdb_s_init19 ={
188 0, 187 0,
278 }; 277 };
279 // ISDB-T初期化値13 278 // ISDB-T初期化値13
280 WBLOCK isdb_t_init13 ={ 279 WBLOCK isdb_t_init13 ={
281 0, 280 0,
282 2, 281 2,
283 // {0x75, 0x02}
284 {0x75, 0x0a} 282 {0x75, 0x0a}
285 }; 283 };
286 // ISDB-T初期化値14 284 // ISDB-T初期化値14
287 WBLOCK isdb_t_init14 ={ 285 WBLOCK isdb_t_init14 ={
288 0, 286 0,
289 2, 287 2,
290 // {0x76, 0x4E}
291 {0x76, 0x4c} 288 {0x76, 0x4c}
292 }; 289 };
293 // ISDB-T初期化値15 290 // ISDB-T初期化値15
294 WBLOCK isdb_t_init15 ={ 291 WBLOCK isdb_t_init15 ={
295 0, 292 0,
309 {0xFE, 0xC2, 0x01, 0x8F, 0xC1, 0x80, 0x80} 306 {0xFE, 0xC2, 0x01, 0x8F, 0xC1, 0x80, 0x80}
310 }; 307 };
311 /***************************************************************************/ 308 /***************************************************************************/
312 /* 初期化データブロック定義(ISDB-S) */ 309 /* 初期化データブロック定義(ISDB-S) */
313 /***************************************************************************/ 310 /***************************************************************************/
314 WBLOCK *isdb_s_initial_pt1[MAX_ISDB_S_INIT] = 311 WBLOCK *isdb_s_initial_pt1[PT1_MAX_ISDB_S_INIT] =
315 { 312 {
316 &isdb_s_init2, &isdb_s_init3, &isdb_s_init4, &isdb_s_init5, 313 &isdb_s_init2, &isdb_s_init3, &isdb_s_init4, &isdb_s_init5,
317 &isdb_s_init6, &isdb_s_init7, &isdb_s_init8, &isdb_s_init9, 314 &isdb_s_init6, &isdb_s_init7, &isdb_s_init8, &isdb_s_init9,
318 &isdb_s_init10, &isdb_s_init11, &isdb_s_init12, &isdb_s_init13, 315 &isdb_s_init10, &isdb_s_init11, &isdb_s_init12, &isdb_s_init13,
319 &isdb_s_init14, &isdb_s_init15, &isdb_s_init16, &isdb_s_init17, 316 &isdb_s_init14, &isdb_s_init15, &isdb_s_init16, &isdb_s_init17,
320 &isdb_s_init18, &isdb_s_init19, &isdb_s_init20 317 &isdb_s_init18, &isdb_s_init19, &isdb_s_init20
321 }; 318 };
322 WBLOCK *isdb_s_initial_pt2[MAX_ISDB_S_INIT2] = 319 WBLOCK *isdb_s_initial_pt2[PT2_MAX_ISDB_S_INIT] =
323 { 320 {
324 &isdb_s_init2, &isdb_s_init4, &isdb_s_init5, 321 &isdb_s_init2, &isdb_s_init4, &isdb_s_init5,
325 &isdb_s_init6, &isdb_s_init7, &isdb_s_init8, &isdb_s_init9, 322 &isdb_s_init6, &isdb_s_init7, &isdb_s_init8, &isdb_s_init9,
326 &isdb_s_init10, &isdb_s_init11, &isdb_s_init12, &isdb_s_init13, 323 &isdb_s_init10, &isdb_s_init11, &isdb_s_init12, &isdb_s_init13,
327 &isdb_s_init14, &isdb_s_init15, &isdb_s_init16, &isdb_s_init17, 324 &isdb_s_init14, &isdb_s_init15, &isdb_s_init16, &isdb_s_init17,
328 &isdb_s_init18, &isdb_s_init19, &isdb_s_init20 325 &isdb_s_init18, &isdb_s_init19, &isdb_s_init20
329 }; 326 };
330 /***************************************************************************/ 327 /***************************************************************************/
331 /* 初期化データブロック定義(ISDB-T) */ 328 /* 初期化データブロック定義(ISDB-T) */
332 /***************************************************************************/ 329 /***************************************************************************/
333 WBLOCK *isdb_t_initial_pt1[MAX_ISDB_T_INIT] = 330 WBLOCK *isdb_t_initial_pt1[PT1_MAX_ISDB_T_INIT] =
334 { 331 {
335 &isdb_t_init1, &isdb_t_init2, &isdb_t_init3, &isdb_t_init4, 332 &isdb_t_init1, &isdb_t_init2, &isdb_t_init3, &isdb_t_init4,
336 &isdb_t_init5, &isdb_t_init6, &isdb_t_init7, &isdb_t_init8, 333 &isdb_t_init5, &isdb_t_init6, &isdb_t_init7, &isdb_t_init8,
337 &isdb_t_init9, &isdb_t_init10, &isdb_t_init11, &isdb_t_init12, 334 &isdb_t_init9, &isdb_t_init10, &isdb_t_init11, &isdb_t_init12,
338 &isdb_t_init13, &isdb_t_init14, &isdb_t_init15, &isdb_t_init16 335 &isdb_t_init13, &isdb_t_init14, &isdb_t_init15, &isdb_t_init16
339 }; 336 };
340 WBLOCK *isdb_t_initial_pt2[MAX_ISDB_T_INIT2] = 337 WBLOCK *isdb_t_initial_pt2[PT2_MAX_ISDB_T_INIT] =
341 { 338 {
342 &isdb_t_init1, &isdb_t_init3, &isdb_t_init4, 339 &isdb_t_init1, &isdb_t_init3, &isdb_t_init4,
343 &isdb_t_init5, &isdb_t_init6, 340 &isdb_t_init5, &isdb_t_init6,
344 &isdb_t_init10, &isdb_t_init11, &isdb_t_init12, 341 &isdb_t_init10, &isdb_t_init11, &isdb_t_init12,
345 &isdb_t_init13, &isdb_t_init14, &isdb_t_init15, &isdb_t_init16 342 &isdb_t_init13, &isdb_t_init14, &isdb_t_init15, &isdb_t_init16