Mercurial > pt1
comparison driver/pt1_tuner_data.c @ 36:65c8ac567074
cleaning up:
- eliminate warnings
- remove dangling white spaces
- changed new line code in Makefile from CR+LF to LF
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 13 Mar 2009 14:32:44 +0900 |
parents | 07b2fc07ff48 |
children | 272a8fba970b |
comparison
equal
deleted
inserted
replaced
35:b17f95181af4 | 36:65c8ac567074 |
---|---|
1028 | 1028 |
1029 /***************************************************************************/ | 1029 /***************************************************************************/ |
1030 /* BS-周波数テーブル */ | 1030 /* BS-周波数テーブル */ |
1031 /***************************************************************************/ | 1031 /***************************************************************************/ |
1032 WBLOCK_BS_PLL bs_pll[MAX_BS_CHANNEL] = { | 1032 WBLOCK_BS_PLL bs_pll[MAX_BS_CHANNEL] = { |
1033 {&bs_1_step1, &bs_com_step2, &bs_1_step3}, | 1033 {{&bs_1_step1, &bs_com_step2, &bs_1_step3}}, |
1034 {&bs_3_step1, &bs_com_step2, &bs_3_step3}, | 1034 {{&bs_3_step1, &bs_com_step2, &bs_3_step3}}, |
1035 {&bs_5_step1, &bs_com_step2, &bs_5_step3}, | 1035 {{&bs_5_step1, &bs_com_step2, &bs_5_step3}}, |
1036 {&bs_7_step1, &bs_com_step2, &bs_7_step3}, | 1036 {{&bs_7_step1, &bs_com_step2, &bs_7_step3}}, |
1037 {&bs_9_step1, &bs_com_step2, &bs_9_step3}, | 1037 {{&bs_9_step1, &bs_com_step2, &bs_9_step3}}, |
1038 {&bs_11_step1, &bs_com_step2, &bs_11_step3}, | 1038 {{&bs_11_step1, &bs_com_step2, &bs_11_step3}}, |
1039 {&bs_13_step1, &bs_com_step2, &bs_13_step3}, | 1039 {{&bs_13_step1, &bs_com_step2, &bs_13_step3}}, |
1040 {&bs_15_step1, &bs_com_step2, &bs_15_step3}, | 1040 {{&bs_15_step1, &bs_com_step2, &bs_15_step3}}, |
1041 {&bs_17_step1, &bs_com_step2, &bs_17_step3}, | 1041 {{&bs_17_step1, &bs_com_step2, &bs_17_step3}}, |
1042 {&bs_19_step1, &bs_com_step2, &bs_19_step3}, | 1042 {{&bs_19_step1, &bs_com_step2, &bs_19_step3}}, |
1043 {&bs_21_step1, &bs_com_step2, &bs_21_step3}, | 1043 {{&bs_21_step1, &bs_com_step2, &bs_21_step3}}, |
1044 {&bs_23_step1, &bs_com_step2, &bs_21_step3}, | 1044 {{&bs_23_step1, &bs_com_step2, &bs_21_step3}}, |
1045 {&nd_2_step1, &bs_com_step2, &nd_2_step3}, | 1045 {{&nd_2_step1, &bs_com_step2, &nd_2_step3}}, |
1046 {&nd_4_step1, &bs_com_step2, &nd_4_step3}, | 1046 {{&nd_4_step1, &bs_com_step2, &nd_4_step3}}, |
1047 {&nd_6_step1, &bs_com_step2, &nd_6_step3}, | 1047 {{&nd_6_step1, &bs_com_step2, &nd_6_step3}}, |
1048 {&nd_8_step1, &bs_com_step2, &nd_8_step3}, | 1048 {{&nd_8_step1, &bs_com_step2, &nd_8_step3}}, |
1049 {&nd_10_step1, &bs_com_step2, &nd_10_step3}, | 1049 {{&nd_10_step1, &bs_com_step2, &nd_10_step3}}, |
1050 {&nd_12_step1, &bs_com_step2, &nd_12_step3}, | 1050 {{&nd_12_step1, &bs_com_step2, &nd_12_step3}}, |
1051 {&nd_14_step1, &bs_com_step2, &nd_14_step3}, | 1051 {{&nd_14_step1, &bs_com_step2, &nd_14_step3}}, |
1052 {&nd_16_step1, &bs_com_step2, &nd_16_step3}, | 1052 {{&nd_16_step1, &bs_com_step2, &nd_16_step3}}, |
1053 {&nd_18_step1, &bs_com_step2, &nd_18_step3}, | 1053 {{&nd_18_step1, &bs_com_step2, &nd_18_step3}}, |
1054 {&nd_20_step1, &bs_com_step2, &nd_20_step3}, | 1054 {{&nd_20_step1, &bs_com_step2, &nd_20_step3}}, |
1055 {&nd_22_step1, &bs_com_step2, &nd_22_step3}, | 1055 {{&nd_22_step1, &bs_com_step2, &nd_22_step3}}, |
1056 {&nd_24_step1, &bs_com_step2, &nd_24_step3}, | 1056 {{&nd_24_step1, &bs_com_step2, &nd_24_step3}}, |
1057 {&nd_1_step1, &bs_com_step2, &nd_1_step3}, | 1057 {{&nd_1_step1, &bs_com_step2, &nd_1_step3}}, |
1058 {&nd_3_step1, &bs_com_step2, &nd_3_step3}, | 1058 {{&nd_3_step1, &bs_com_step2, &nd_3_step3}}, |
1059 {&nd_5_step1, &bs_com_step2, &nd_5_step3}, | 1059 {{&nd_5_step1, &bs_com_step2, &nd_5_step3}}, |
1060 {&nd_7_step1, &bs_com_step2, &nd_7_step3}, | 1060 {{&nd_7_step1, &bs_com_step2, &nd_7_step3}}, |
1061 {&nd_9_step1, &bs_com_step2, &nd_9_step3}, | 1061 {{&nd_9_step1, &bs_com_step2, &nd_9_step3}}, |
1062 {&nd_11_step1, &bs_com_step2, &nd_11_step3}, | 1062 {{&nd_11_step1, &bs_com_step2, &nd_11_step3}}, |
1063 {&nd_13_step1, &bs_com_step2, &nd_13_step3}, | 1063 {{&nd_13_step1, &bs_com_step2, &nd_13_step3}}, |
1064 {&nd_15_step1, &bs_com_step2, &nd_15_step3}, | 1064 {{&nd_15_step1, &bs_com_step2, &nd_15_step3}}, |
1065 {&nd_17_step1, &bs_com_step2, &nd_17_step3}, | 1065 {{&nd_17_step1, &bs_com_step2, &nd_17_step3}}, |
1066 {&nd_19_step1, &bs_com_step2, &nd_19_step3}, | 1066 {{&nd_19_step1, &bs_com_step2, &nd_19_step3}}, |
1067 {&nd_21_step1, &bs_com_step2, &nd_21_step3}, | 1067 {{&nd_21_step1, &bs_com_step2, &nd_21_step3}}, |
1068 {&nd_23_step1, &bs_com_step2, &nd_23_step3} | 1068 {{&nd_23_step1, &bs_com_step2, &nd_23_step3}} |
1069 }; | 1069 }; |
1070 WBLOCK *bs_get_ts_id[(MAX_BS_TS_ID / 2)] = { | 1070 WBLOCK *bs_get_ts_id[(MAX_BS_TS_ID / 2)] = { |
1071 &bs_get_slot_ts_id_1, | 1071 &bs_get_slot_ts_id_1, |
1072 &bs_get_slot_ts_id_2, | 1072 &bs_get_slot_ts_id_2, |
1073 &bs_get_slot_ts_id_3, | 1073 &bs_get_slot_ts_id_3, |