blob: 2b63c2f6d3b0644fdf023b37202140806cc7d7b4 [file] [log] [blame]
Palash Bandyopadhyay64fbf442010-07-06 18:12:25 -03001/*
Mauro Carvalho Chehab955e6ed2010-10-07 03:23:25 -03002 * cx231xx-dif.h - driver for Conexant Cx23100/101/102 USB video capture devices
3 *
4 * Copyright {C} 2009 <Bill.Liu@conexant.com>
5 *
6 * This program is free software, you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY, without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program, if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Palash Bandyopadhyay64fbf442010-07-06 18:12:25 -030019 */
20
21#ifndef _CX231XX_DIF_H
22#define _CX231XX_DIF_H
23
24#include "cx231xx-reg.h"
25
26struct dif_settings{
27 u32 if_freq;
28 u32 register_address;
29 u32 value;
30};
31
32static struct dif_settings Dif_set_array[] = {
33
34/*case 3000000:*/
35/* BEGIN - DIF BPF register values from 30_quant.dat*/
36{3000000, DIF_BPF_COEFF01, 0x00000002},
37{3000000, DIF_BPF_COEFF23, 0x00080012},
38{3000000, DIF_BPF_COEFF45, 0x001e0024},
39{3000000, DIF_BPF_COEFF67, 0x001bfff8},
40{3000000, DIF_BPF_COEFF89, 0xffb4ff50},
41{3000000, DIF_BPF_COEFF1011, 0xfed8fe68},
42{3000000, DIF_BPF_COEFF1213, 0xfe24fe34},
43{3000000, DIF_BPF_COEFF1415, 0xfebaffc7},
44{3000000, DIF_BPF_COEFF1617, 0x014d031f},
45{3000000, DIF_BPF_COEFF1819, 0x04f0065d},
46{3000000, DIF_BPF_COEFF2021, 0x07010688},
47{3000000, DIF_BPF_COEFF2223, 0x04c901d6},
48{3000000, DIF_BPF_COEFF2425, 0xfe00f9d3},
49{3000000, DIF_BPF_COEFF2627, 0xf600f342},
50{3000000, DIF_BPF_COEFF2829, 0xf235f337},
51{3000000, DIF_BPF_COEFF3031, 0xf64efb22},
52{3000000, DIF_BPF_COEFF3233, 0x0105070f},
53{3000000, DIF_BPF_COEFF3435, 0x0c460fce},
54{3000000, DIF_BPF_COEFF36, 0x110d0000},
55/* END - DIF BPF register values from 30_quant.dat*/
56
57
58/*case 3100000:*/
59/* BEGIN - DIF BPF register values from 31_quant.dat*/
60{3100000, DIF_BPF_COEFF01, 0x00000001},
61{3100000, DIF_BPF_COEFF23, 0x00070012},
62{3100000, DIF_BPF_COEFF45, 0x00220032},
63{3100000, DIF_BPF_COEFF67, 0x00370026},
64{3100000, DIF_BPF_COEFF89, 0xfff0ff91},
65{3100000, DIF_BPF_COEFF1011, 0xff0efe7c},
66{3100000, DIF_BPF_COEFF1213, 0xfe01fdcc},
67{3100000, DIF_BPF_COEFF1415, 0xfe0afedb},
68{3100000, DIF_BPF_COEFF1617, 0x00440224},
69{3100000, DIF_BPF_COEFF1819, 0x0434060c},
70{3100000, DIF_BPF_COEFF2021, 0x0738074e},
71{3100000, DIF_BPF_COEFF2223, 0x06090361},
72{3100000, DIF_BPF_COEFF2425, 0xff99fb39},
73{3100000, DIF_BPF_COEFF2627, 0xf6fef3b6},
74{3100000, DIF_BPF_COEFF2829, 0xf21af2a5},
75{3100000, DIF_BPF_COEFF3031, 0xf573fa33},
76{3100000, DIF_BPF_COEFF3233, 0x0034067d},
77{3100000, DIF_BPF_COEFF3435, 0x0bfb0fb9},
78{3100000, DIF_BPF_COEFF36, 0x110d0000},
79/* END - DIF BPF register values from 31_quant.dat*/
80
81
82/*case 3200000:*/
83/* BEGIN - DIF BPF register values from 32_quant.dat*/
84{3200000, DIF_BPF_COEFF01, 0x00000000},
85{3200000, DIF_BPF_COEFF23, 0x0004000e},
86{3200000, DIF_BPF_COEFF45, 0x00200038},
87{3200000, DIF_BPF_COEFF67, 0x004c004f},
88{3200000, DIF_BPF_COEFF89, 0x002fffdf},
89{3200000, DIF_BPF_COEFF1011, 0xff5cfeb6},
90{3200000, DIF_BPF_COEFF1213, 0xfe0dfd92},
91{3200000, DIF_BPF_COEFF1415, 0xfd7ffe03},
92{3200000, DIF_BPF_COEFF1617, 0xff36010a},
93{3200000, DIF_BPF_COEFF1819, 0x03410575},
94{3200000, DIF_BPF_COEFF2021, 0x072607d2},
95{3200000, DIF_BPF_COEFF2223, 0x071804d5},
96{3200000, DIF_BPF_COEFF2425, 0x0134fcb7},
97{3200000, DIF_BPF_COEFF2627, 0xf81ff451},
98{3200000, DIF_BPF_COEFF2829, 0xf223f22e},
99{3200000, DIF_BPF_COEFF3031, 0xf4a7f94b},
100{3200000, DIF_BPF_COEFF3233, 0xff6405e8},
101{3200000, DIF_BPF_COEFF3435, 0x0bae0fa4},
102{3200000, DIF_BPF_COEFF36, 0x110d0000},
103/* END - DIF BPF register values from 32_quant.dat*/
104
105
106/*case 3300000:*/
107/* BEGIN - DIF BPF register values from 33_quant.dat*/
108{3300000, DIF_BPF_COEFF01, 0x0000ffff},
109{3300000, DIF_BPF_COEFF23, 0x00000008},
110{3300000, DIF_BPF_COEFF45, 0x001a0036},
111{3300000, DIF_BPF_COEFF67, 0x0056006d},
112{3300000, DIF_BPF_COEFF89, 0x00670030},
113{3300000, DIF_BPF_COEFF1011, 0xffbdff10},
114{3300000, DIF_BPF_COEFF1213, 0xfe46fd8d},
115{3300000, DIF_BPF_COEFF1415, 0xfd25fd4f},
116{3300000, DIF_BPF_COEFF1617, 0xfe35ffe0},
117{3300000, DIF_BPF_COEFF1819, 0x0224049f},
118{3300000, DIF_BPF_COEFF2021, 0x06c9080e},
119{3300000, DIF_BPF_COEFF2223, 0x07ef0627},
120{3300000, DIF_BPF_COEFF2425, 0x02c9fe45},
121{3300000, DIF_BPF_COEFF2627, 0xf961f513},
122{3300000, DIF_BPF_COEFF2829, 0xf250f1d2},
123{3300000, DIF_BPF_COEFF3031, 0xf3ecf869},
124{3300000, DIF_BPF_COEFF3233, 0xfe930552},
125{3300000, DIF_BPF_COEFF3435, 0x0b5f0f8f},
126{3300000, DIF_BPF_COEFF36, 0x110d0000},
127/* END - DIF BPF register values from 33_quant.dat*/
128
129
130/*case 3400000:*/
131/* BEGIN - DIF BPF register values from 34_quant.dat*/
132{3400000, DIF_BPF_COEFF01, 0xfffffffe},
133{3400000, DIF_BPF_COEFF23, 0xfffd0001},
134{3400000, DIF_BPF_COEFF45, 0x000f002c},
135{3400000, DIF_BPF_COEFF67, 0x0054007d},
136{3400000, DIF_BPF_COEFF89, 0x0093007c},
137{3400000, DIF_BPF_COEFF1011, 0x0024ff82},
138{3400000, DIF_BPF_COEFF1213, 0xfea6fdbb},
139{3400000, DIF_BPF_COEFF1415, 0xfd03fcca},
140{3400000, DIF_BPF_COEFF1617, 0xfd51feb9},
141{3400000, DIF_BPF_COEFF1819, 0x00eb0392},
142{3400000, DIF_BPF_COEFF2021, 0x06270802},
143{3400000, DIF_BPF_COEFF2223, 0x08880750},
144{3400000, DIF_BPF_COEFF2425, 0x044dffdb},
145{3400000, DIF_BPF_COEFF2627, 0xfabdf5f8},
146{3400000, DIF_BPF_COEFF2829, 0xf2a0f193},
147{3400000, DIF_BPF_COEFF3031, 0xf342f78f},
148{3400000, DIF_BPF_COEFF3233, 0xfdc404b9},
149{3400000, DIF_BPF_COEFF3435, 0x0b0e0f78},
150{3400000, DIF_BPF_COEFF36, 0x110d0000},
151/* END - DIF BPF register values from 34_quant.dat*/
152
153
154/*case 3500000:*/
155/* BEGIN - DIF BPF register values from 35_quant.dat*/
156{3500000, DIF_BPF_COEFF01, 0xfffffffd},
157{3500000, DIF_BPF_COEFF23, 0xfffafff9},
158{3500000, DIF_BPF_COEFF45, 0x0002001b},
159{3500000, DIF_BPF_COEFF67, 0x0046007d},
160{3500000, DIF_BPF_COEFF89, 0x00ad00ba},
161{3500000, DIF_BPF_COEFF1011, 0x00870000},
162{3500000, DIF_BPF_COEFF1213, 0xff26fe1a},
163{3500000, DIF_BPF_COEFF1415, 0xfd1bfc7e},
164{3500000, DIF_BPF_COEFF1617, 0xfc99fda4},
165{3500000, DIF_BPF_COEFF1819, 0xffa5025c},
166{3500000, DIF_BPF_COEFF2021, 0x054507ad},
167{3500000, DIF_BPF_COEFF2223, 0x08dd0847},
168{3500000, DIF_BPF_COEFF2425, 0x05b80172},
169{3500000, DIF_BPF_COEFF2627, 0xfc2ef6ff},
170{3500000, DIF_BPF_COEFF2829, 0xf313f170},
171{3500000, DIF_BPF_COEFF3031, 0xf2abf6bd},
172{3500000, DIF_BPF_COEFF3233, 0xfcf6041f},
173{3500000, DIF_BPF_COEFF3435, 0x0abc0f61},
174{3500000, DIF_BPF_COEFF36, 0x110d0000},
175/* END - DIF BPF register values from 35_quant.dat*/
176
177
178/*case 3600000:*/
179/* BEGIN - DIF BPF register values from 36_quant.dat*/
180{3600000, DIF_BPF_COEFF01, 0xfffffffd},
181{3600000, DIF_BPF_COEFF23, 0xfff8fff3},
182{3600000, DIF_BPF_COEFF45, 0xfff50006},
183{3600000, DIF_BPF_COEFF67, 0x002f006c},
184{3600000, DIF_BPF_COEFF89, 0x00b200e3},
185{3600000, DIF_BPF_COEFF1011, 0x00dc007e},
186{3600000, DIF_BPF_COEFF1213, 0xffb9fea0},
187{3600000, DIF_BPF_COEFF1415, 0xfd6bfc71},
188{3600000, DIF_BPF_COEFF1617, 0xfc17fcb1},
189{3600000, DIF_BPF_COEFF1819, 0xfe65010b},
190{3600000, DIF_BPF_COEFF2021, 0x042d0713},
191{3600000, DIF_BPF_COEFF2223, 0x08ec0906},
192{3600000, DIF_BPF_COEFF2425, 0x07020302},
193{3600000, DIF_BPF_COEFF2627, 0xfdaff823},
194{3600000, DIF_BPF_COEFF2829, 0xf3a7f16a},
195{3600000, DIF_BPF_COEFF3031, 0xf228f5f5},
196{3600000, DIF_BPF_COEFF3233, 0xfc2a0384},
197{3600000, DIF_BPF_COEFF3435, 0x0a670f4a},
198{3600000, DIF_BPF_COEFF36, 0x110d0000},
199/* END - DIF BPF register values from 36_quant.dat*/
200
201
202/*case 3700000:*/
203/* BEGIN - DIF BPF register values from 37_quant.dat*/
204{3700000, DIF_BPF_COEFF01, 0x0000fffd},
205{3700000, DIF_BPF_COEFF23, 0xfff7ffef},
206{3700000, DIF_BPF_COEFF45, 0xffe9fff1},
207{3700000, DIF_BPF_COEFF67, 0x0010004d},
208{3700000, DIF_BPF_COEFF89, 0x00a100f2},
209{3700000, DIF_BPF_COEFF1011, 0x011a00f0},
210{3700000, DIF_BPF_COEFF1213, 0x0053ff44},
211{3700000, DIF_BPF_COEFF1415, 0xfdedfca2},
212{3700000, DIF_BPF_COEFF1617, 0xfbd3fbef},
213{3700000, DIF_BPF_COEFF1819, 0xfd39ffae},
214{3700000, DIF_BPF_COEFF2021, 0x02ea0638},
215{3700000, DIF_BPF_COEFF2223, 0x08b50987},
216{3700000, DIF_BPF_COEFF2425, 0x08230483},
217{3700000, DIF_BPF_COEFF2627, 0xff39f960},
218{3700000, DIF_BPF_COEFF2829, 0xf45bf180},
219{3700000, DIF_BPF_COEFF3031, 0xf1b8f537},
220{3700000, DIF_BPF_COEFF3233, 0xfb6102e7},
221{3700000, DIF_BPF_COEFF3435, 0x0a110f32},
222{3700000, DIF_BPF_COEFF36, 0x110d0000},
223/* END - DIF BPF register values from 37_quant.dat*/
224
225
226/*case 3800000:*/
227/* BEGIN - DIF BPF register values from 38_quant.dat*/
228{3800000, DIF_BPF_COEFF01, 0x0000fffe},
229{3800000, DIF_BPF_COEFF23, 0xfff9ffee},
230{3800000, DIF_BPF_COEFF45, 0xffe1ffdd},
231{3800000, DIF_BPF_COEFF67, 0xfff00024},
232{3800000, DIF_BPF_COEFF89, 0x007c00e5},
233{3800000, DIF_BPF_COEFF1011, 0x013a014a},
234{3800000, DIF_BPF_COEFF1213, 0x00e6fff8},
235{3800000, DIF_BPF_COEFF1415, 0xfe98fd0f},
236{3800000, DIF_BPF_COEFF1617, 0xfbd3fb67},
237{3800000, DIF_BPF_COEFF1819, 0xfc32fe54},
238{3800000, DIF_BPF_COEFF2021, 0x01880525},
239{3800000, DIF_BPF_COEFF2223, 0x083909c7},
240{3800000, DIF_BPF_COEFF2425, 0x091505ee},
241{3800000, DIF_BPF_COEFF2627, 0x00c7fab3},
242{3800000, DIF_BPF_COEFF2829, 0xf52df1b4},
243{3800000, DIF_BPF_COEFF3031, 0xf15df484},
244{3800000, DIF_BPF_COEFF3233, 0xfa9b0249},
245{3800000, DIF_BPF_COEFF3435, 0x09ba0f19},
246{3800000, DIF_BPF_COEFF36, 0x110d0000},
247/* END - DIF BPF register values from 38_quant.dat*/
248
249
250/*case 3900000:*/
251/* BEGIN - DIF BPF register values from 39_quant.dat*/
252{3900000, DIF_BPF_COEFF01, 0x00000000},
253{3900000, DIF_BPF_COEFF23, 0xfffbfff0},
254{3900000, DIF_BPF_COEFF45, 0xffdeffcf},
255{3900000, DIF_BPF_COEFF67, 0xffd1fff6},
256{3900000, DIF_BPF_COEFF89, 0x004800be},
257{3900000, DIF_BPF_COEFF1011, 0x01390184},
258{3900000, DIF_BPF_COEFF1213, 0x016300ac},
259{3900000, DIF_BPF_COEFF1415, 0xff5efdb1},
260{3900000, DIF_BPF_COEFF1617, 0xfc17fb23},
261{3900000, DIF_BPF_COEFF1819, 0xfb5cfd0d},
262{3900000, DIF_BPF_COEFF2021, 0x001703e4},
263{3900000, DIF_BPF_COEFF2223, 0x077b09c4},
264{3900000, DIF_BPF_COEFF2425, 0x09d2073c},
265{3900000, DIF_BPF_COEFF2627, 0x0251fc18},
266{3900000, DIF_BPF_COEFF2829, 0xf61cf203},
267{3900000, DIF_BPF_COEFF3031, 0xf118f3dc},
268{3900000, DIF_BPF_COEFF3233, 0xf9d801aa},
269{3900000, DIF_BPF_COEFF3435, 0x09600eff},
270{3900000, DIF_BPF_COEFF36, 0x110d0000},
271/* END - DIF BPF register values from 39_quant.dat*/
272
273
274/*case 4000000:*/
275/* BEGIN - DIF BPF register values from 40_quant.dat*/
276{4000000, DIF_BPF_COEFF01, 0x00000001},
277{4000000, DIF_BPF_COEFF23, 0xfffefff4},
278{4000000, DIF_BPF_COEFF45, 0xffe1ffc8},
279{4000000, DIF_BPF_COEFF67, 0xffbaffca},
280{4000000, DIF_BPF_COEFF89, 0x000b0082},
281{4000000, DIF_BPF_COEFF1011, 0x01170198},
282{4000000, DIF_BPF_COEFF1213, 0x01c10152},
283{4000000, DIF_BPF_COEFF1415, 0x0030fe7b},
284{4000000, DIF_BPF_COEFF1617, 0xfc99fb24},
285{4000000, DIF_BPF_COEFF1819, 0xfac3fbe9},
286{4000000, DIF_BPF_COEFF2021, 0xfea5027f},
287{4000000, DIF_BPF_COEFF2223, 0x0683097f},
288{4000000, DIF_BPF_COEFF2425, 0x0a560867},
289{4000000, DIF_BPF_COEFF2627, 0x03d2fd89},
290{4000000, DIF_BPF_COEFF2829, 0xf723f26f},
291{4000000, DIF_BPF_COEFF3031, 0xf0e8f341},
292{4000000, DIF_BPF_COEFF3233, 0xf919010a},
293{4000000, DIF_BPF_COEFF3435, 0x09060ee5},
294{4000000, DIF_BPF_COEFF36, 0x110d0000},
295/* END - DIF BPF register values from 40_quant.dat*/
296
297
298/*case 4100000:*/
299/* BEGIN - DIF BPF register values from 41_quant.dat*/
300{4100000, DIF_BPF_COEFF01, 0x00010002},
301{4100000, DIF_BPF_COEFF23, 0x0002fffb},
302{4100000, DIF_BPF_COEFF45, 0xffe8ffca},
303{4100000, DIF_BPF_COEFF67, 0xffacffa4},
304{4100000, DIF_BPF_COEFF89, 0xffcd0036},
305{4100000, DIF_BPF_COEFF1011, 0x00d70184},
306{4100000, DIF_BPF_COEFF1213, 0x01f601dc},
307{4100000, DIF_BPF_COEFF1415, 0x00ffff60},
308{4100000, DIF_BPF_COEFF1617, 0xfd51fb6d},
309{4100000, DIF_BPF_COEFF1819, 0xfa6efaf5},
310{4100000, DIF_BPF_COEFF2021, 0xfd410103},
311{4100000, DIF_BPF_COEFF2223, 0x055708f9},
312{4100000, DIF_BPF_COEFF2425, 0x0a9e0969},
313{4100000, DIF_BPF_COEFF2627, 0x0543ff02},
314{4100000, DIF_BPF_COEFF2829, 0xf842f2f5},
315{4100000, DIF_BPF_COEFF3031, 0xf0cef2b2},
316{4100000, DIF_BPF_COEFF3233, 0xf85e006b},
317{4100000, DIF_BPF_COEFF3435, 0x08aa0ecb},
318{4100000, DIF_BPF_COEFF36, 0x110d0000},
319/* END - DIF BPF register values from 41_quant.dat*/
320
321
322/*case 4200000:*/
323/* BEGIN - DIF BPF register values from 42_quant.dat*/
324{4200000, DIF_BPF_COEFF01, 0x00010003},
325{4200000, DIF_BPF_COEFF23, 0x00050003},
326{4200000, DIF_BPF_COEFF45, 0xfff3ffd3},
327{4200000, DIF_BPF_COEFF67, 0xffaaff8b},
328{4200000, DIF_BPF_COEFF89, 0xff95ffe5},
329{4200000, DIF_BPF_COEFF1011, 0x0080014a},
330{4200000, DIF_BPF_COEFF1213, 0x01fe023f},
331{4200000, DIF_BPF_COEFF1415, 0x01ba0050},
332{4200000, DIF_BPF_COEFF1617, 0xfe35fbf8},
333{4200000, DIF_BPF_COEFF1819, 0xfa62fa3b},
334{4200000, DIF_BPF_COEFF2021, 0xfbf9ff7e},
335{4200000, DIF_BPF_COEFF2223, 0x04010836},
336{4200000, DIF_BPF_COEFF2425, 0x0aa90a3d},
337{4200000, DIF_BPF_COEFF2627, 0x069f007f},
338{4200000, DIF_BPF_COEFF2829, 0xf975f395},
339{4200000, DIF_BPF_COEFF3031, 0xf0cbf231},
340{4200000, DIF_BPF_COEFF3233, 0xf7a9ffcb},
341{4200000, DIF_BPF_COEFF3435, 0x084c0eaf},
342{4200000, DIF_BPF_COEFF36, 0x110d0000},
343/* END - DIF BPF register values from 42_quant.dat*/
344
345
346/*case 4300000:*/
347/* BEGIN - DIF BPF register values from 43_quant.dat*/
348{4300000, DIF_BPF_COEFF01, 0x00010003},
349{4300000, DIF_BPF_COEFF23, 0x0008000a},
350{4300000, DIF_BPF_COEFF45, 0x0000ffe4},
351{4300000, DIF_BPF_COEFF67, 0xffb4ff81},
352{4300000, DIF_BPF_COEFF89, 0xff6aff96},
353{4300000, DIF_BPF_COEFF1011, 0x001c00f0},
354{4300000, DIF_BPF_COEFF1213, 0x01d70271},
355{4300000, DIF_BPF_COEFF1415, 0x0254013b},
356{4300000, DIF_BPF_COEFF1617, 0xff36fcbd},
357{4300000, DIF_BPF_COEFF1819, 0xfa9ff9c5},
358{4300000, DIF_BPF_COEFF2021, 0xfadbfdfe},
359{4300000, DIF_BPF_COEFF2223, 0x028c073b},
360{4300000, DIF_BPF_COEFF2425, 0x0a750adf},
361{4300000, DIF_BPF_COEFF2627, 0x07e101fa},
362{4300000, DIF_BPF_COEFF2829, 0xfab8f44e},
363{4300000, DIF_BPF_COEFF3031, 0xf0ddf1be},
364{4300000, DIF_BPF_COEFF3233, 0xf6f9ff2b},
365{4300000, DIF_BPF_COEFF3435, 0x07ed0e94},
366{4300000, DIF_BPF_COEFF36, 0x110d0000},
367/* END - DIF BPF register values from 43_quant.dat*/
368
369
370/*case 4400000:*/
371/* BEGIN - DIF BPF register values from 44_quant.dat*/
372{4400000, DIF_BPF_COEFF01, 0x00000003},
373{4400000, DIF_BPF_COEFF23, 0x0009000f},
374{4400000, DIF_BPF_COEFF45, 0x000efff8},
375{4400000, DIF_BPF_COEFF67, 0xffc9ff87},
376{4400000, DIF_BPF_COEFF89, 0xff52ff54},
377{4400000, DIF_BPF_COEFF1011, 0xffb5007e},
378{4400000, DIF_BPF_COEFF1213, 0x01860270},
379{4400000, DIF_BPF_COEFF1415, 0x02c00210},
380{4400000, DIF_BPF_COEFF1617, 0x0044fdb2},
381{4400000, DIF_BPF_COEFF1819, 0xfb22f997},
382{4400000, DIF_BPF_COEFF2021, 0xf9f2fc90},
383{4400000, DIF_BPF_COEFF2223, 0x0102060f},
384{4400000, DIF_BPF_COEFF2425, 0x0a050b4c},
385{4400000, DIF_BPF_COEFF2627, 0x0902036e},
386{4400000, DIF_BPF_COEFF2829, 0xfc0af51e},
387{4400000, DIF_BPF_COEFF3031, 0xf106f15a},
388{4400000, DIF_BPF_COEFF3233, 0xf64efe8b},
389{4400000, DIF_BPF_COEFF3435, 0x078d0e77},
390{4400000, DIF_BPF_COEFF36, 0x110d0000},
391/* END - DIF BPF register values from 44_quant.dat*/
392
393
394/*case 4500000:*/
395/* BEGIN - DIF BPF register values from 45_quant.dat*/
396{4500000, DIF_BPF_COEFF01, 0x00000002},
397{4500000, DIF_BPF_COEFF23, 0x00080012},
398{4500000, DIF_BPF_COEFF45, 0x0019000e},
399{4500000, DIF_BPF_COEFF67, 0xffe5ff9e},
400{4500000, DIF_BPF_COEFF89, 0xff4fff25},
401{4500000, DIF_BPF_COEFF1011, 0xff560000},
402{4500000, DIF_BPF_COEFF1213, 0x0112023b},
403{4500000, DIF_BPF_COEFF1415, 0x02f702c0},
404{4500000, DIF_BPF_COEFF1617, 0x014dfec8},
405{4500000, DIF_BPF_COEFF1819, 0xfbe5f9b3},
406{4500000, DIF_BPF_COEFF2021, 0xf947fb41},
407{4500000, DIF_BPF_COEFF2223, 0xff7004b9},
408{4500000, DIF_BPF_COEFF2425, 0x095a0b81},
409{4500000, DIF_BPF_COEFF2627, 0x0a0004d8},
410{4500000, DIF_BPF_COEFF2829, 0xfd65f603},
411{4500000, DIF_BPF_COEFF3031, 0xf144f104},
412{4500000, DIF_BPF_COEFF3233, 0xf5aafdec},
413{4500000, DIF_BPF_COEFF3435, 0x072b0e5a},
414{4500000, DIF_BPF_COEFF36, 0x110d0000},
415/* END - DIF BPF register values from 45_quant.dat*/
416
417
418/*case 4600000:*/
419/* BEGIN - DIF BPF register values from 46_quant.dat*/
420{4600000, DIF_BPF_COEFF01, 0x00000001},
421{4600000, DIF_BPF_COEFF23, 0x00060012},
422{4600000, DIF_BPF_COEFF45, 0x00200022},
423{4600000, DIF_BPF_COEFF67, 0x0005ffc1},
424{4600000, DIF_BPF_COEFF89, 0xff61ff10},
425{4600000, DIF_BPF_COEFF1011, 0xff09ff82},
426{4600000, DIF_BPF_COEFF1213, 0x008601d7},
427{4600000, DIF_BPF_COEFF1415, 0x02f50340},
428{4600000, DIF_BPF_COEFF1617, 0x0241fff0},
429{4600000, DIF_BPF_COEFF1819, 0xfcddfa19},
430{4600000, DIF_BPF_COEFF2021, 0xf8e2fa1e},
431{4600000, DIF_BPF_COEFF2223, 0xfde30343},
432{4600000, DIF_BPF_COEFF2425, 0x08790b7f},
433{4600000, DIF_BPF_COEFF2627, 0x0ad50631},
434{4600000, DIF_BPF_COEFF2829, 0xfec7f6fc},
435{4600000, DIF_BPF_COEFF3031, 0xf198f0bd},
436{4600000, DIF_BPF_COEFF3233, 0xf50dfd4e},
437{4600000, DIF_BPF_COEFF3435, 0x06c90e3d},
438{4600000, DIF_BPF_COEFF36, 0x110d0000},
439/* END - DIF BPF register values from 46_quant.dat*/
440
441
442/*case 4700000:*/
443/* BEGIN - DIF BPF register values from 47_quant.dat*/
444{4700000, DIF_BPF_COEFF01, 0x0000ffff},
445{4700000, DIF_BPF_COEFF23, 0x0003000f},
446{4700000, DIF_BPF_COEFF45, 0x00220030},
447{4700000, DIF_BPF_COEFF67, 0x0025ffed},
448{4700000, DIF_BPF_COEFF89, 0xff87ff15},
449{4700000, DIF_BPF_COEFF1011, 0xfed6ff10},
450{4700000, DIF_BPF_COEFF1213, 0xffed014c},
451{4700000, DIF_BPF_COEFF1415, 0x02b90386},
452{4700000, DIF_BPF_COEFF1617, 0x03110119},
453{4700000, DIF_BPF_COEFF1819, 0xfdfefac4},
454{4700000, DIF_BPF_COEFF2021, 0xf8c6f92f},
455{4700000, DIF_BPF_COEFF2223, 0xfc6701b7},
456{4700000, DIF_BPF_COEFF2425, 0x07670b44},
457{4700000, DIF_BPF_COEFF2627, 0x0b7e0776},
458{4700000, DIF_BPF_COEFF2829, 0x002df807},
459{4700000, DIF_BPF_COEFF3031, 0xf200f086},
460{4700000, DIF_BPF_COEFF3233, 0xf477fcb1},
461{4700000, DIF_BPF_COEFF3435, 0x06650e1e},
462{4700000, DIF_BPF_COEFF36, 0x110d0000},
463/* END - DIF BPF register values from 47_quant.dat*/
464
465
466/*case 4800000:*/
467/* BEGIN - DIF BPF register values from 48_quant.dat*/
468{4800000, DIF_BPF_COEFF01, 0xfffffffe},
469{4800000, DIF_BPF_COEFF23, 0xffff0009},
470{4800000, DIF_BPF_COEFF45, 0x001e0038},
471{4800000, DIF_BPF_COEFF67, 0x003f001b},
472{4800000, DIF_BPF_COEFF89, 0xffbcff36},
473{4800000, DIF_BPF_COEFF1011, 0xfec2feb6},
474{4800000, DIF_BPF_COEFF1213, 0xff5600a5},
475{4800000, DIF_BPF_COEFF1415, 0x0248038d},
476{4800000, DIF_BPF_COEFF1617, 0x03b00232},
477{4800000, DIF_BPF_COEFF1819, 0xff39fbab},
478{4800000, DIF_BPF_COEFF2021, 0xf8f4f87f},
479{4800000, DIF_BPF_COEFF2223, 0xfb060020},
480{4800000, DIF_BPF_COEFF2425, 0x062a0ad2},
481{4800000, DIF_BPF_COEFF2627, 0x0bf908a3},
482{4800000, DIF_BPF_COEFF2829, 0x0192f922},
483{4800000, DIF_BPF_COEFF3031, 0xf27df05e},
484{4800000, DIF_BPF_COEFF3233, 0xf3e8fc14},
485{4800000, DIF_BPF_COEFF3435, 0x06000e00},
486{4800000, DIF_BPF_COEFF36, 0x110d0000},
487/* END - DIF BPF register values from 48_quant.dat*/
488
489
490/*case 4900000:*/
491/* BEGIN - DIF BPF register values from 49_quant.dat*/
492{4900000, DIF_BPF_COEFF01, 0xfffffffd},
493{4900000, DIF_BPF_COEFF23, 0xfffc0002},
494{4900000, DIF_BPF_COEFF45, 0x00160037},
495{4900000, DIF_BPF_COEFF67, 0x00510046},
496{4900000, DIF_BPF_COEFF89, 0xfff9ff6d},
497{4900000, DIF_BPF_COEFF1011, 0xfed0fe7c},
498{4900000, DIF_BPF_COEFF1213, 0xfecefff0},
499{4900000, DIF_BPF_COEFF1415, 0x01aa0356},
500{4900000, DIF_BPF_COEFF1617, 0x0413032b},
501{4900000, DIF_BPF_COEFF1819, 0x007ffcc5},
502{4900000, DIF_BPF_COEFF2021, 0xf96cf812},
503{4900000, DIF_BPF_COEFF2223, 0xf9cefe87},
504{4900000, DIF_BPF_COEFF2425, 0x04c90a2c},
505{4900000, DIF_BPF_COEFF2627, 0x0c4309b4},
506{4900000, DIF_BPF_COEFF2829, 0x02f3fa4a},
507{4900000, DIF_BPF_COEFF3031, 0xf30ef046},
508{4900000, DIF_BPF_COEFF3233, 0xf361fb7a},
509{4900000, DIF_BPF_COEFF3435, 0x059b0de0},
510{4900000, DIF_BPF_COEFF36, 0x110d0000},
511/* END - DIF BPF register values from 49_quant.dat*/
512
513
514/*case 5000000:*/
515/* BEGIN - DIF BPF register values from 50_quant.dat*/
516{5000000, DIF_BPF_COEFF01, 0xfffffffd},
517{5000000, DIF_BPF_COEFF23, 0xfff9fffa},
518{5000000, DIF_BPF_COEFF45, 0x000a002d},
519{5000000, DIF_BPF_COEFF67, 0x00570067},
520{5000000, DIF_BPF_COEFF89, 0x0037ffb5},
521{5000000, DIF_BPF_COEFF1011, 0xfefffe68},
522{5000000, DIF_BPF_COEFF1213, 0xfe62ff3d},
523{5000000, DIF_BPF_COEFF1415, 0x00ec02e3},
524{5000000, DIF_BPF_COEFF1617, 0x043503f6},
525{5000000, DIF_BPF_COEFF1819, 0x01befe05},
526{5000000, DIF_BPF_COEFF2021, 0xfa27f7ee},
527{5000000, DIF_BPF_COEFF2223, 0xf8c6fcf8},
528{5000000, DIF_BPF_COEFF2425, 0x034c0954},
529{5000000, DIF_BPF_COEFF2627, 0x0c5c0aa4},
530{5000000, DIF_BPF_COEFF2829, 0x044cfb7e},
531{5000000, DIF_BPF_COEFF3031, 0xf3b1f03f},
532{5000000, DIF_BPF_COEFF3233, 0xf2e2fae1},
533{5000000, DIF_BPF_COEFF3435, 0x05340dc0},
534{5000000, DIF_BPF_COEFF36, 0x110d0000},
535/* END - DIF BPF register values from 50_quant.dat*/
536
537
538/*case 5100000:*/
539/* BEGIN - DIF BPF register values from 51_quant.dat*/
540{5100000, DIF_BPF_COEFF01, 0x0000fffd},
541{5100000, DIF_BPF_COEFF23, 0xfff8fff4},
542{5100000, DIF_BPF_COEFF45, 0xfffd001e},
543{5100000, DIF_BPF_COEFF67, 0x0051007b},
544{5100000, DIF_BPF_COEFF89, 0x006e0006},
545{5100000, DIF_BPF_COEFF1011, 0xff48fe7c},
546{5100000, DIF_BPF_COEFF1213, 0xfe1bfe9a},
547{5100000, DIF_BPF_COEFF1415, 0x001d023e},
548{5100000, DIF_BPF_COEFF1617, 0x04130488},
549{5100000, DIF_BPF_COEFF1819, 0x02e6ff5b},
550{5100000, DIF_BPF_COEFF2021, 0xfb1ef812},
551{5100000, DIF_BPF_COEFF2223, 0xf7f7fb7f},
552{5100000, DIF_BPF_COEFF2425, 0x01bc084e},
553{5100000, DIF_BPF_COEFF2627, 0x0c430b72},
554{5100000, DIF_BPF_COEFF2829, 0x059afcba},
555{5100000, DIF_BPF_COEFF3031, 0xf467f046},
556{5100000, DIF_BPF_COEFF3233, 0xf26cfa4a},
557{5100000, DIF_BPF_COEFF3435, 0x04cd0da0},
558{5100000, DIF_BPF_COEFF36, 0x110d0000},
559/* END - DIF BPF register values from 51_quant.dat*/
560
561
562/*case 5200000:*/
563/* BEGIN - DIF BPF register values from 52_quant.dat*/
564{5200000, DIF_BPF_COEFF01, 0x0000fffe},
565{5200000, DIF_BPF_COEFF23, 0xfff8ffef},
566{5200000, DIF_BPF_COEFF45, 0xfff00009},
567{5200000, DIF_BPF_COEFF67, 0x003f007f},
568{5200000, DIF_BPF_COEFF89, 0x00980056},
569{5200000, DIF_BPF_COEFF1011, 0xffa5feb6},
570{5200000, DIF_BPF_COEFF1213, 0xfe00fe15},
571{5200000, DIF_BPF_COEFF1415, 0xff4b0170},
572{5200000, DIF_BPF_COEFF1617, 0x03b004d7},
573{5200000, DIF_BPF_COEFF1819, 0x03e800b9},
574{5200000, DIF_BPF_COEFF2021, 0xfc48f87f},
575{5200000, DIF_BPF_COEFF2223, 0xf768fa23},
576{5200000, DIF_BPF_COEFF2425, 0x0022071f},
577{5200000, DIF_BPF_COEFF2627, 0x0bf90c1b},
578{5200000, DIF_BPF_COEFF2829, 0x06dafdfd},
579{5200000, DIF_BPF_COEFF3031, 0xf52df05e},
580{5200000, DIF_BPF_COEFF3233, 0xf1fef9b5},
581{5200000, DIF_BPF_COEFF3435, 0x04640d7f},
582{5200000, DIF_BPF_COEFF36, 0x110d0000},
583/* END - DIF BPF register values from 52_quant.dat*/
584
585
586/*case 5300000:*/
587/* BEGIN - DIF BPF register values from 53_quant.dat*/
588{5300000, DIF_BPF_COEFF01, 0x0000ffff},
589{5300000, DIF_BPF_COEFF23, 0xfff9ffee},
590{5300000, DIF_BPF_COEFF45, 0xffe6fff3},
591{5300000, DIF_BPF_COEFF67, 0x00250072},
592{5300000, DIF_BPF_COEFF89, 0x00af009c},
593{5300000, DIF_BPF_COEFF1011, 0x000cff10},
594{5300000, DIF_BPF_COEFF1213, 0xfe13fdb8},
595{5300000, DIF_BPF_COEFF1415, 0xfe870089},
596{5300000, DIF_BPF_COEFF1617, 0x031104e1},
597{5300000, DIF_BPF_COEFF1819, 0x04b8020f},
598{5300000, DIF_BPF_COEFF2021, 0xfd98f92f},
599{5300000, DIF_BPF_COEFF2223, 0xf71df8f0},
600{5300000, DIF_BPF_COEFF2425, 0xfe8805ce},
601{5300000, DIF_BPF_COEFF2627, 0x0b7e0c9c},
602{5300000, DIF_BPF_COEFF2829, 0x0808ff44},
603{5300000, DIF_BPF_COEFF3031, 0xf603f086},
604{5300000, DIF_BPF_COEFF3233, 0xf19af922},
605{5300000, DIF_BPF_COEFF3435, 0x03fb0d5e},
606{5300000, DIF_BPF_COEFF36, 0x110d0000},
607/* END - DIF BPF register values from 53_quant.dat*/
608
609
610/*case 5400000:*/
611/* BEGIN - DIF BPF register values from 54_quant.dat*/
612{5400000, DIF_BPF_COEFF01, 0x00000001},
613{5400000, DIF_BPF_COEFF23, 0xfffcffef},
614{5400000, DIF_BPF_COEFF45, 0xffe0ffe0},
615{5400000, DIF_BPF_COEFF67, 0x00050056},
616{5400000, DIF_BPF_COEFF89, 0x00b000d1},
617{5400000, DIF_BPF_COEFF1011, 0x0071ff82},
618{5400000, DIF_BPF_COEFF1213, 0xfe53fd8c},
619{5400000, DIF_BPF_COEFF1415, 0xfddfff99},
620{5400000, DIF_BPF_COEFF1617, 0x024104a3},
621{5400000, DIF_BPF_COEFF1819, 0x054a034d},
622{5400000, DIF_BPF_COEFF2021, 0xff01fa1e},
623{5400000, DIF_BPF_COEFF2223, 0xf717f7ed},
624{5400000, DIF_BPF_COEFF2425, 0xfcf50461},
625{5400000, DIF_BPF_COEFF2627, 0x0ad50cf4},
626{5400000, DIF_BPF_COEFF2829, 0x0921008d},
627{5400000, DIF_BPF_COEFF3031, 0xf6e7f0bd},
628{5400000, DIF_BPF_COEFF3233, 0xf13ff891},
629{5400000, DIF_BPF_COEFF3435, 0x03920d3b},
630{5400000, DIF_BPF_COEFF36, 0x110d0000},
631/* END - DIF BPF register values from 54_quant.dat*/
632
633
634/*case 5500000:*/
635/* BEGIN - DIF BPF register values from 55_quant.dat*/
636{5500000, DIF_BPF_COEFF01, 0x00010002},
637{5500000, DIF_BPF_COEFF23, 0xfffffff3},
638{5500000, DIF_BPF_COEFF45, 0xffdeffd1},
639{5500000, DIF_BPF_COEFF67, 0xffe5002f},
640{5500000, DIF_BPF_COEFF89, 0x009c00ed},
641{5500000, DIF_BPF_COEFF1011, 0x00cb0000},
642{5500000, DIF_BPF_COEFF1213, 0xfebafd94},
643{5500000, DIF_BPF_COEFF1415, 0xfd61feb0},
644{5500000, DIF_BPF_COEFF1617, 0x014d0422},
645{5500000, DIF_BPF_COEFF1819, 0x05970464},
646{5500000, DIF_BPF_COEFF2021, 0x0074fb41},
647{5500000, DIF_BPF_COEFF2223, 0xf759f721},
648{5500000, DIF_BPF_COEFF2425, 0xfb7502de},
649{5500000, DIF_BPF_COEFF2627, 0x0a000d21},
650{5500000, DIF_BPF_COEFF2829, 0x0a2201d4},
651{5500000, DIF_BPF_COEFF3031, 0xf7d9f104},
652{5500000, DIF_BPF_COEFF3233, 0xf0edf804},
653{5500000, DIF_BPF_COEFF3435, 0x03280d19},
654{5500000, DIF_BPF_COEFF36, 0x110d0000},
655/* END - DIF BPF register values from 55_quant.dat*/
656
657
658/*case 5600000:*/
659/* BEGIN - DIF BPF register values from 56_quant.dat*/
660{5600000, DIF_BPF_COEFF01, 0x00010003},
661{5600000, DIF_BPF_COEFF23, 0x0003fffa},
662{5600000, DIF_BPF_COEFF45, 0xffe3ffc9},
663{5600000, DIF_BPF_COEFF67, 0xffc90002},
664{5600000, DIF_BPF_COEFF89, 0x007500ef},
665{5600000, DIF_BPF_COEFF1011, 0x010e007e},
666{5600000, DIF_BPF_COEFF1213, 0xff3dfdcf},
667{5600000, DIF_BPF_COEFF1415, 0xfd16fddd},
668{5600000, DIF_BPF_COEFF1617, 0x00440365},
669{5600000, DIF_BPF_COEFF1819, 0x059b0548},
670{5600000, DIF_BPF_COEFF2021, 0x01e3fc90},
671{5600000, DIF_BPF_COEFF2223, 0xf7dff691},
672{5600000, DIF_BPF_COEFF2425, 0xfa0f014d},
673{5600000, DIF_BPF_COEFF2627, 0x09020d23},
674{5600000, DIF_BPF_COEFF2829, 0x0b0a0318},
675{5600000, DIF_BPF_COEFF3031, 0xf8d7f15a},
676{5600000, DIF_BPF_COEFF3233, 0xf0a5f779},
677{5600000, DIF_BPF_COEFF3435, 0x02bd0cf6},
678{5600000, DIF_BPF_COEFF36, 0x110d0000},
679/* END - DIF BPF register values from 56_quant.dat*/
680
681
682/*case 5700000:*/
683/* BEGIN - DIF BPF register values from 57_quant.dat*/
684{5700000, DIF_BPF_COEFF01, 0x00010003},
685{5700000, DIF_BPF_COEFF23, 0x00060001},
686{5700000, DIF_BPF_COEFF45, 0xffecffc9},
687{5700000, DIF_BPF_COEFF67, 0xffb4ffd4},
688{5700000, DIF_BPF_COEFF89, 0x004000d5},
689{5700000, DIF_BPF_COEFF1011, 0x013600f0},
690{5700000, DIF_BPF_COEFF1213, 0xffd3fe39},
691{5700000, DIF_BPF_COEFF1415, 0xfd04fd31},
692{5700000, DIF_BPF_COEFF1617, 0xff360277},
693{5700000, DIF_BPF_COEFF1819, 0x055605ef},
694{5700000, DIF_BPF_COEFF2021, 0x033efdfe},
695{5700000, DIF_BPF_COEFF2223, 0xf8a5f642},
696{5700000, DIF_BPF_COEFF2425, 0xf8cbffb6},
697{5700000, DIF_BPF_COEFF2627, 0x07e10cfb},
698{5700000, DIF_BPF_COEFF2829, 0x0bd50456},
699{5700000, DIF_BPF_COEFF3031, 0xf9dff1be},
700{5700000, DIF_BPF_COEFF3233, 0xf067f6f2},
701{5700000, DIF_BPF_COEFF3435, 0x02520cd2},
702{5700000, DIF_BPF_COEFF36, 0x110d0000},
703/* END - DIF BPF register values from 57_quant.dat*/
704
705
706/*case 5800000:*/
707/* BEGIN - DIF BPF register values from 58_quant.dat*/
708{5800000, DIF_BPF_COEFF01, 0x00000003},
709{5800000, DIF_BPF_COEFF23, 0x00080009},
710{5800000, DIF_BPF_COEFF45, 0xfff8ffd2},
711{5800000, DIF_BPF_COEFF67, 0xffaaffac},
712{5800000, DIF_BPF_COEFF89, 0x000200a3},
713{5800000, DIF_BPF_COEFF1011, 0x013c014a},
714{5800000, DIF_BPF_COEFF1213, 0x006dfec9},
715{5800000, DIF_BPF_COEFF1415, 0xfd2bfcb7},
716{5800000, DIF_BPF_COEFF1617, 0xfe350165},
717{5800000, DIF_BPF_COEFF1819, 0x04cb0651},
718{5800000, DIF_BPF_COEFF2021, 0x0477ff7e},
719{5800000, DIF_BPF_COEFF2223, 0xf9a5f635},
720{5800000, DIF_BPF_COEFF2425, 0xf7b1fe20},
721{5800000, DIF_BPF_COEFF2627, 0x069f0ca8},
722{5800000, DIF_BPF_COEFF2829, 0x0c81058b},
723{5800000, DIF_BPF_COEFF3031, 0xfaf0f231},
724{5800000, DIF_BPF_COEFF3233, 0xf033f66d},
725{5800000, DIF_BPF_COEFF3435, 0x01e60cae},
726{5800000, DIF_BPF_COEFF36, 0x110d0000},
727/* END - DIF BPF register values from 58_quant.dat*/
728
729
730/*case 5900000:*/
731/* BEGIN - DIF BPF register values from 59_quant.dat*/
732{5900000, DIF_BPF_COEFF01, 0x00000002},
733{5900000, DIF_BPF_COEFF23, 0x0009000e},
734{5900000, DIF_BPF_COEFF45, 0x0005ffe1},
735{5900000, DIF_BPF_COEFF67, 0xffacff90},
736{5900000, DIF_BPF_COEFF89, 0xffc5005f},
737{5900000, DIF_BPF_COEFF1011, 0x01210184},
738{5900000, DIF_BPF_COEFF1213, 0x00fcff72},
739{5900000, DIF_BPF_COEFF1415, 0xfd8afc77},
740{5900000, DIF_BPF_COEFF1617, 0xfd51003f},
741{5900000, DIF_BPF_COEFF1819, 0x04020669},
742{5900000, DIF_BPF_COEFF2021, 0x05830103},
743{5900000, DIF_BPF_COEFF2223, 0xfad7f66b},
744{5900000, DIF_BPF_COEFF2425, 0xf6c8fc93},
745{5900000, DIF_BPF_COEFF2627, 0x05430c2b},
746{5900000, DIF_BPF_COEFF2829, 0x0d0d06b5},
747{5900000, DIF_BPF_COEFF3031, 0xfc08f2b2},
748{5900000, DIF_BPF_COEFF3233, 0xf00af5ec},
749{5900000, DIF_BPF_COEFF3435, 0x017b0c89},
750{5900000, DIF_BPF_COEFF36, 0x110d0000},
751/* END - DIF BPF register values from 59_quant.dat*/
752
753
754/*case 6000000:*/
755/* BEGIN - DIF BPF register values from 60_quant.dat*/
756{6000000, DIF_BPF_COEFF01, 0x00000001},
757{6000000, DIF_BPF_COEFF23, 0x00070012},
758{6000000, DIF_BPF_COEFF45, 0x0012fff5},
759{6000000, DIF_BPF_COEFF67, 0xffbaff82},
760{6000000, DIF_BPF_COEFF89, 0xff8e000f},
761{6000000, DIF_BPF_COEFF1011, 0x00e80198},
762{6000000, DIF_BPF_COEFF1213, 0x01750028},
763{6000000, DIF_BPF_COEFF1415, 0xfe18fc75},
764{6000000, DIF_BPF_COEFF1617, 0xfc99ff15},
765{6000000, DIF_BPF_COEFF1819, 0x03050636},
766{6000000, DIF_BPF_COEFF2021, 0x0656027f},
767{6000000, DIF_BPF_COEFF2223, 0xfc32f6e2},
768{6000000, DIF_BPF_COEFF2425, 0xf614fb17},
769{6000000, DIF_BPF_COEFF2627, 0x03d20b87},
770{6000000, DIF_BPF_COEFF2829, 0x0d7707d2},
771{6000000, DIF_BPF_COEFF3031, 0xfd26f341},
772{6000000, DIF_BPF_COEFF3233, 0xefeaf56f},
773{6000000, DIF_BPF_COEFF3435, 0x010f0c64},
774{6000000, DIF_BPF_COEFF36, 0x110d0000},
775/* END - DIF BPF register values from 60_quant.dat*/
776
777
778/*case 6100000:*/
779/* BEGIN - DIF BPF register values from 61_quant.dat*/
780{6100000, DIF_BPF_COEFF01, 0xffff0000},
781{6100000, DIF_BPF_COEFF23, 0x00050012},
782{6100000, DIF_BPF_COEFF45, 0x001c000b},
783{6100000, DIF_BPF_COEFF67, 0xffd1ff84},
784{6100000, DIF_BPF_COEFF89, 0xff66ffbe},
785{6100000, DIF_BPF_COEFF1011, 0x00960184},
786{6100000, DIF_BPF_COEFF1213, 0x01cd00da},
787{6100000, DIF_BPF_COEFF1415, 0xfeccfcb2},
788{6100000, DIF_BPF_COEFF1617, 0xfc17fdf9},
789{6100000, DIF_BPF_COEFF1819, 0x01e005bc},
790{6100000, DIF_BPF_COEFF2021, 0x06e703e4},
791{6100000, DIF_BPF_COEFF2223, 0xfdabf798},
792{6100000, DIF_BPF_COEFF2425, 0xf599f9b3},
793{6100000, DIF_BPF_COEFF2627, 0x02510abd},
794{6100000, DIF_BPF_COEFF2829, 0x0dbf08df},
795{6100000, DIF_BPF_COEFF3031, 0xfe48f3dc},
796{6100000, DIF_BPF_COEFF3233, 0xefd5f4f6},
797{6100000, DIF_BPF_COEFF3435, 0x00a20c3e},
798{6100000, DIF_BPF_COEFF36, 0x110d0000},
799/* END - DIF BPF register values from 61_quant.dat*/
800
801
802/*case 6200000:*/
803/* BEGIN - DIF BPF register values from 62_quant.dat*/
804{6200000, DIF_BPF_COEFF01, 0xfffffffe},
805{6200000, DIF_BPF_COEFF23, 0x0002000f},
806{6200000, DIF_BPF_COEFF45, 0x0021001f},
807{6200000, DIF_BPF_COEFF67, 0xfff0ff97},
808{6200000, DIF_BPF_COEFF89, 0xff50ff74},
809{6200000, DIF_BPF_COEFF1011, 0x0034014a},
810{6200000, DIF_BPF_COEFF1213, 0x01fa0179},
811{6200000, DIF_BPF_COEFF1415, 0xff97fd2a},
812{6200000, DIF_BPF_COEFF1617, 0xfbd3fcfa},
813{6200000, DIF_BPF_COEFF1819, 0x00a304fe},
814{6200000, DIF_BPF_COEFF2021, 0x07310525},
815{6200000, DIF_BPF_COEFF2223, 0xff37f886},
816{6200000, DIF_BPF_COEFF2425, 0xf55cf86e},
817{6200000, DIF_BPF_COEFF2627, 0x00c709d0},
818{6200000, DIF_BPF_COEFF2829, 0x0de209db},
819{6200000, DIF_BPF_COEFF3031, 0xff6df484},
820{6200000, DIF_BPF_COEFF3233, 0xefcbf481},
821{6200000, DIF_BPF_COEFF3435, 0x00360c18},
822{6200000, DIF_BPF_COEFF36, 0x110d0000},
823/* END - DIF BPF register values from 62_quant.dat*/
824
825
826/*case 6300000:*/
827/* BEGIN - DIF BPF register values from 63_quant.dat*/
828{6300000, DIF_BPF_COEFF01, 0xfffffffd},
829{6300000, DIF_BPF_COEFF23, 0xfffe000a},
830{6300000, DIF_BPF_COEFF45, 0x0021002f},
831{6300000, DIF_BPF_COEFF67, 0x0010ffb8},
832{6300000, DIF_BPF_COEFF89, 0xff50ff3b},
833{6300000, DIF_BPF_COEFF1011, 0xffcc00f0},
834{6300000, DIF_BPF_COEFF1213, 0x01fa01fa},
835{6300000, DIF_BPF_COEFF1415, 0x0069fdd4},
836{6300000, DIF_BPF_COEFF1617, 0xfbd3fc26},
837{6300000, DIF_BPF_COEFF1819, 0xff5d0407},
838{6300000, DIF_BPF_COEFF2021, 0x07310638},
839{6300000, DIF_BPF_COEFF2223, 0x00c9f9a8},
840{6300000, DIF_BPF_COEFF2425, 0xf55cf74e},
841{6300000, DIF_BPF_COEFF2627, 0xff3908c3},
842{6300000, DIF_BPF_COEFF2829, 0x0de20ac3},
843{6300000, DIF_BPF_COEFF3031, 0x0093f537},
844{6300000, DIF_BPF_COEFF3233, 0xefcbf410},
845{6300000, DIF_BPF_COEFF3435, 0xffca0bf2},
846{6300000, DIF_BPF_COEFF36, 0x110d0000},
847/* END - DIF BPF register values from 63_quant.dat*/
848
849
850/*case 6400000:*/
851/* BEGIN - DIF BPF register values from 64_quant.dat*/
852{6400000, DIF_BPF_COEFF01, 0xfffffffd},
853{6400000, DIF_BPF_COEFF23, 0xfffb0003},
854{6400000, DIF_BPF_COEFF45, 0x001c0037},
855{6400000, DIF_BPF_COEFF67, 0x002fffe2},
856{6400000, DIF_BPF_COEFF89, 0xff66ff17},
857{6400000, DIF_BPF_COEFF1011, 0xff6a007e},
858{6400000, DIF_BPF_COEFF1213, 0x01cd0251},
859{6400000, DIF_BPF_COEFF1415, 0x0134fea5},
860{6400000, DIF_BPF_COEFF1617, 0xfc17fb8b},
861{6400000, DIF_BPF_COEFF1819, 0xfe2002e0},
862{6400000, DIF_BPF_COEFF2021, 0x06e70713},
863{6400000, DIF_BPF_COEFF2223, 0x0255faf5},
864{6400000, DIF_BPF_COEFF2425, 0xf599f658},
865{6400000, DIF_BPF_COEFF2627, 0xfdaf0799},
866{6400000, DIF_BPF_COEFF2829, 0x0dbf0b96},
867{6400000, DIF_BPF_COEFF3031, 0x01b8f5f5},
868{6400000, DIF_BPF_COEFF3233, 0xefd5f3a3},
869{6400000, DIF_BPF_COEFF3435, 0xff5e0bca},
870{6400000, DIF_BPF_COEFF36, 0x110d0000},
871/* END - DIF BPF register values from 64_quant.dat*/
872
873
874/*case 6500000:*/
875/* BEGIN - DIF BPF register values from 65_quant.dat*/
876{6500000, DIF_BPF_COEFF01, 0x0000fffd},
877{6500000, DIF_BPF_COEFF23, 0xfff9fffb},
878{6500000, DIF_BPF_COEFF45, 0x00120037},
879{6500000, DIF_BPF_COEFF67, 0x00460010},
880{6500000, DIF_BPF_COEFF89, 0xff8eff0f},
881{6500000, DIF_BPF_COEFF1011, 0xff180000},
882{6500000, DIF_BPF_COEFF1213, 0x01750276},
883{6500000, DIF_BPF_COEFF1415, 0x01e8ff8d},
884{6500000, DIF_BPF_COEFF1617, 0xfc99fb31},
885{6500000, DIF_BPF_COEFF1819, 0xfcfb0198},
886{6500000, DIF_BPF_COEFF2021, 0x065607ad},
887{6500000, DIF_BPF_COEFF2223, 0x03cefc64},
888{6500000, DIF_BPF_COEFF2425, 0xf614f592},
889{6500000, DIF_BPF_COEFF2627, 0xfc2e0656},
890{6500000, DIF_BPF_COEFF2829, 0x0d770c52},
891{6500000, DIF_BPF_COEFF3031, 0x02daf6bd},
892{6500000, DIF_BPF_COEFF3233, 0xefeaf33b},
893{6500000, DIF_BPF_COEFF3435, 0xfef10ba3},
894{6500000, DIF_BPF_COEFF36, 0x110d0000},
895/* END - DIF BPF register values from 65_quant.dat*/
896
897
898/*case 6600000:*/
899/* BEGIN - DIF BPF register values from 66_quant.dat*/
900{6600000, DIF_BPF_COEFF01, 0x0000fffe},
901{6600000, DIF_BPF_COEFF23, 0xfff7fff5},
902{6600000, DIF_BPF_COEFF45, 0x0005002f},
903{6600000, DIF_BPF_COEFF67, 0x0054003c},
904{6600000, DIF_BPF_COEFF89, 0xffc5ff22},
905{6600000, DIF_BPF_COEFF1011, 0xfedfff82},
906{6600000, DIF_BPF_COEFF1213, 0x00fc0267},
907{6600000, DIF_BPF_COEFF1415, 0x0276007e},
908{6600000, DIF_BPF_COEFF1617, 0xfd51fb1c},
909{6600000, DIF_BPF_COEFF1819, 0xfbfe003e},
910{6600000, DIF_BPF_COEFF2021, 0x05830802},
911{6600000, DIF_BPF_COEFF2223, 0x0529fdec},
912{6600000, DIF_BPF_COEFF2425, 0xf6c8f4fe},
913{6600000, DIF_BPF_COEFF2627, 0xfabd04ff},
914{6600000, DIF_BPF_COEFF2829, 0x0d0d0cf6},
915{6600000, DIF_BPF_COEFF3031, 0x03f8f78f},
916{6600000, DIF_BPF_COEFF3233, 0xf00af2d7},
917{6600000, DIF_BPF_COEFF3435, 0xfe850b7b},
918{6600000, DIF_BPF_COEFF36, 0x110d0000},
919/* END - DIF BPF register values from 66_quant.dat*/
920
921
922/*case 6700000:*/
923/* BEGIN - DIF BPF register values from 67_quant.dat*/
924{6700000, DIF_BPF_COEFF01, 0x0000ffff},
925{6700000, DIF_BPF_COEFF23, 0xfff8fff0},
926{6700000, DIF_BPF_COEFF45, 0xfff80020},
927{6700000, DIF_BPF_COEFF67, 0x00560060},
928{6700000, DIF_BPF_COEFF89, 0x0002ff4e},
929{6700000, DIF_BPF_COEFF1011, 0xfec4ff10},
930{6700000, DIF_BPF_COEFF1213, 0x006d0225},
931{6700000, DIF_BPF_COEFF1415, 0x02d50166},
932{6700000, DIF_BPF_COEFF1617, 0xfe35fb4e},
933{6700000, DIF_BPF_COEFF1819, 0xfb35fee1},
934{6700000, DIF_BPF_COEFF2021, 0x0477080e},
935{6700000, DIF_BPF_COEFF2223, 0x065bff82},
936{6700000, DIF_BPF_COEFF2425, 0xf7b1f4a0},
937{6700000, DIF_BPF_COEFF2627, 0xf9610397},
938{6700000, DIF_BPF_COEFF2829, 0x0c810d80},
939{6700000, DIF_BPF_COEFF3031, 0x0510f869},
940{6700000, DIF_BPF_COEFF3233, 0xf033f278},
941{6700000, DIF_BPF_COEFF3435, 0xfe1a0b52},
942{6700000, DIF_BPF_COEFF36, 0x110d0000},
943/* END - DIF BPF register values from 67_quant.dat*/
944
945
946/*case 6800000:*/
947/* BEGIN - DIF BPF register values from 68_quant.dat*/
948{6800000, DIF_BPF_COEFF01, 0x00010000},
949{6800000, DIF_BPF_COEFF23, 0xfffaffee},
950{6800000, DIF_BPF_COEFF45, 0xffec000c},
951{6800000, DIF_BPF_COEFF67, 0x004c0078},
952{6800000, DIF_BPF_COEFF89, 0x0040ff8e},
953{6800000, DIF_BPF_COEFF1011, 0xfecafeb6},
954{6800000, DIF_BPF_COEFF1213, 0xffd301b6},
955{6800000, DIF_BPF_COEFF1415, 0x02fc0235},
956{6800000, DIF_BPF_COEFF1617, 0xff36fbc5},
957{6800000, DIF_BPF_COEFF1819, 0xfaaafd90},
958{6800000, DIF_BPF_COEFF2021, 0x033e07d2},
959{6800000, DIF_BPF_COEFF2223, 0x075b011b},
960{6800000, DIF_BPF_COEFF2425, 0xf8cbf47a},
961{6800000, DIF_BPF_COEFF2627, 0xf81f0224},
962{6800000, DIF_BPF_COEFF2829, 0x0bd50def},
963{6800000, DIF_BPF_COEFF3031, 0x0621f94b},
964{6800000, DIF_BPF_COEFF3233, 0xf067f21e},
965{6800000, DIF_BPF_COEFF3435, 0xfdae0b29},
966{6800000, DIF_BPF_COEFF36, 0x110d0000},
967/* END - DIF BPF register values from 68_quant.dat*/
968
969
970/*case 6900000:*/
971/* BEGIN - DIF BPF register values from 69_quant.dat*/
972{6900000, DIF_BPF_COEFF01, 0x00010001},
973{6900000, DIF_BPF_COEFF23, 0xfffdffef},
974{6900000, DIF_BPF_COEFF45, 0xffe3fff6},
975{6900000, DIF_BPF_COEFF67, 0x0037007f},
976{6900000, DIF_BPF_COEFF89, 0x0075ffdc},
977{6900000, DIF_BPF_COEFF1011, 0xfef2fe7c},
978{6900000, DIF_BPF_COEFF1213, 0xff3d0122},
979{6900000, DIF_BPF_COEFF1415, 0x02ea02dd},
980{6900000, DIF_BPF_COEFF1617, 0x0044fc79},
981{6900000, DIF_BPF_COEFF1819, 0xfa65fc5d},
982{6900000, DIF_BPF_COEFF2021, 0x01e3074e},
983{6900000, DIF_BPF_COEFF2223, 0x082102ad},
984{6900000, DIF_BPF_COEFF2425, 0xfa0ff48c},
985{6900000, DIF_BPF_COEFF2627, 0xf6fe00a9},
986{6900000, DIF_BPF_COEFF2829, 0x0b0a0e43},
987{6900000, DIF_BPF_COEFF3031, 0x0729fa33},
988{6900000, DIF_BPF_COEFF3233, 0xf0a5f1c9},
989{6900000, DIF_BPF_COEFF3435, 0xfd430b00},
990{6900000, DIF_BPF_COEFF36, 0x110d0000},
991/* END - DIF BPF register values from 69_quant.dat*/
992
993
994/*case 7000000:*/
995/* BEGIN - DIF BPF register values from 70_quant.dat*/
996{7000000, DIF_BPF_COEFF01, 0x00010002},
997{7000000, DIF_BPF_COEFF23, 0x0001fff3},
998{7000000, DIF_BPF_COEFF45, 0xffdeffe2},
999{7000000, DIF_BPF_COEFF67, 0x001b0076},
1000{7000000, DIF_BPF_COEFF89, 0x009c002d},
1001{7000000, DIF_BPF_COEFF1011, 0xff35fe68},
1002{7000000, DIF_BPF_COEFF1213, 0xfeba0076},
1003{7000000, DIF_BPF_COEFF1415, 0x029f0352},
1004{7000000, DIF_BPF_COEFF1617, 0x014dfd60},
1005{7000000, DIF_BPF_COEFF1819, 0xfa69fb53},
1006{7000000, DIF_BPF_COEFF2021, 0x00740688},
1007{7000000, DIF_BPF_COEFF2223, 0x08a7042d},
1008{7000000, DIF_BPF_COEFF2425, 0xfb75f4d6},
1009{7000000, DIF_BPF_COEFF2627, 0xf600ff2d},
1010{7000000, DIF_BPF_COEFF2829, 0x0a220e7a},
1011{7000000, DIF_BPF_COEFF3031, 0x0827fb22},
1012{7000000, DIF_BPF_COEFF3233, 0xf0edf17a},
1013{7000000, DIF_BPF_COEFF3435, 0xfcd80ad6},
1014{7000000, DIF_BPF_COEFF36, 0x110d0000},
1015/* END - DIF BPF register values from 70_quant.dat*/
1016
1017
1018/*case 7100000:*/
1019/* BEGIN - DIF BPF register values from 71_quant.dat*/
1020{7100000, DIF_BPF_COEFF01, 0x00000003},
1021{7100000, DIF_BPF_COEFF23, 0x0004fff9},
1022{7100000, DIF_BPF_COEFF45, 0xffe0ffd2},
1023{7100000, DIF_BPF_COEFF67, 0xfffb005e},
1024{7100000, DIF_BPF_COEFF89, 0x00b0007a},
1025{7100000, DIF_BPF_COEFF1011, 0xff8ffe7c},
1026{7100000, DIF_BPF_COEFF1213, 0xfe53ffc1},
1027{7100000, DIF_BPF_COEFF1415, 0x0221038c},
1028{7100000, DIF_BPF_COEFF1617, 0x0241fe6e},
1029{7100000, DIF_BPF_COEFF1819, 0xfab6fa80},
1030{7100000, DIF_BPF_COEFF2021, 0xff010587},
1031{7100000, DIF_BPF_COEFF2223, 0x08e90590},
1032{7100000, DIF_BPF_COEFF2425, 0xfcf5f556},
1033{7100000, DIF_BPF_COEFF2627, 0xf52bfdb3},
1034{7100000, DIF_BPF_COEFF2829, 0x09210e95},
1035{7100000, DIF_BPF_COEFF3031, 0x0919fc15},
1036{7100000, DIF_BPF_COEFF3233, 0xf13ff12f},
1037{7100000, DIF_BPF_COEFF3435, 0xfc6e0aab},
1038{7100000, DIF_BPF_COEFF36, 0x110d0000},
1039/* END - DIF BPF register values from 71_quant.dat*/
1040
1041
1042/*case 7200000:*/
1043/* BEGIN - DIF BPF register values from 72_quant.dat*/
1044{7200000, DIF_BPF_COEFF01, 0x00000003},
1045{7200000, DIF_BPF_COEFF23, 0x00070000},
1046{7200000, DIF_BPF_COEFF45, 0xffe6ffc9},
1047{7200000, DIF_BPF_COEFF67, 0xffdb0039},
1048{7200000, DIF_BPF_COEFF89, 0x00af00b8},
1049{7200000, DIF_BPF_COEFF1011, 0xfff4feb6},
1050{7200000, DIF_BPF_COEFF1213, 0xfe13ff10},
1051{7200000, DIF_BPF_COEFF1415, 0x01790388},
1052{7200000, DIF_BPF_COEFF1617, 0x0311ff92},
1053{7200000, DIF_BPF_COEFF1819, 0xfb48f9ed},
1054{7200000, DIF_BPF_COEFF2021, 0xfd980453},
1055{7200000, DIF_BPF_COEFF2223, 0x08e306cd},
1056{7200000, DIF_BPF_COEFF2425, 0xfe88f60a},
1057{7200000, DIF_BPF_COEFF2627, 0xf482fc40},
1058{7200000, DIF_BPF_COEFF2829, 0x08080e93},
1059{7200000, DIF_BPF_COEFF3031, 0x09fdfd0c},
1060{7200000, DIF_BPF_COEFF3233, 0xf19af0ea},
1061{7200000, DIF_BPF_COEFF3435, 0xfc050a81},
1062{7200000, DIF_BPF_COEFF36, 0x110d0000},
1063/* END - DIF BPF register values from 72_quant.dat*/
1064
1065
1066/*case 7300000:*/
1067/* BEGIN - DIF BPF register values from 73_quant.dat*/
1068{7300000, DIF_BPF_COEFF01, 0x00000002},
1069{7300000, DIF_BPF_COEFF23, 0x00080008},
1070{7300000, DIF_BPF_COEFF45, 0xfff0ffc9},
1071{7300000, DIF_BPF_COEFF67, 0xffc1000d},
1072{7300000, DIF_BPF_COEFF89, 0x009800e2},
1073{7300000, DIF_BPF_COEFF1011, 0x005bff10},
1074{7300000, DIF_BPF_COEFF1213, 0xfe00fe74},
1075{7300000, DIF_BPF_COEFF1415, 0x00b50345},
1076{7300000, DIF_BPF_COEFF1617, 0x03b000bc},
1077{7300000, DIF_BPF_COEFF1819, 0xfc18f9a1},
1078{7300000, DIF_BPF_COEFF2021, 0xfc4802f9},
1079{7300000, DIF_BPF_COEFF2223, 0x089807dc},
1080{7300000, DIF_BPF_COEFF2425, 0x0022f6f0},
1081{7300000, DIF_BPF_COEFF2627, 0xf407fada},
1082{7300000, DIF_BPF_COEFF2829, 0x06da0e74},
1083{7300000, DIF_BPF_COEFF3031, 0x0ad3fe06},
1084{7300000, DIF_BPF_COEFF3233, 0xf1fef0ab},
1085{7300000, DIF_BPF_COEFF3435, 0xfb9c0a55},
1086{7300000, DIF_BPF_COEFF36, 0x110d0000},
1087/* END - DIF BPF register values from 73_quant.dat*/
1088
1089
1090/*case 7400000:*/
1091/* BEGIN - DIF BPF register values from 74_quant.dat*/
1092{7400000, DIF_BPF_COEFF01, 0x00000001},
1093{7400000, DIF_BPF_COEFF23, 0x0008000e},
1094{7400000, DIF_BPF_COEFF45, 0xfffdffd0},
1095{7400000, DIF_BPF_COEFF67, 0xffafffdf},
1096{7400000, DIF_BPF_COEFF89, 0x006e00f2},
1097{7400000, DIF_BPF_COEFF1011, 0x00b8ff82},
1098{7400000, DIF_BPF_COEFF1213, 0xfe1bfdf8},
1099{7400000, DIF_BPF_COEFF1415, 0xffe302c8},
1100{7400000, DIF_BPF_COEFF1617, 0x041301dc},
1101{7400000, DIF_BPF_COEFF1819, 0xfd1af99e},
1102{7400000, DIF_BPF_COEFF2021, 0xfb1e0183},
1103{7400000, DIF_BPF_COEFF2223, 0x080908b5},
1104{7400000, DIF_BPF_COEFF2425, 0x01bcf801},
1105{7400000, DIF_BPF_COEFF2627, 0xf3bdf985},
1106{7400000, DIF_BPF_COEFF2829, 0x059a0e38},
1107{7400000, DIF_BPF_COEFF3031, 0x0b99ff03},
1108{7400000, DIF_BPF_COEFF3233, 0xf26cf071},
1109{7400000, DIF_BPF_COEFF3435, 0xfb330a2a},
1110{7400000, DIF_BPF_COEFF36, 0x110d0000},
1111/* END - DIF BPF register values from 74_quant.dat*/
1112
1113
1114/*case 7500000:*/
1115/* BEGIN - DIF BPF register values from 75_quant.dat*/
1116{7500000, DIF_BPF_COEFF01, 0xffff0000},
1117{7500000, DIF_BPF_COEFF23, 0x00070011},
1118{7500000, DIF_BPF_COEFF45, 0x000affdf},
1119{7500000, DIF_BPF_COEFF67, 0xffa9ffb5},
1120{7500000, DIF_BPF_COEFF89, 0x003700e6},
1121{7500000, DIF_BPF_COEFF1011, 0x01010000},
1122{7500000, DIF_BPF_COEFF1213, 0xfe62fda8},
1123{7500000, DIF_BPF_COEFF1415, 0xff140219},
1124{7500000, DIF_BPF_COEFF1617, 0x043502e1},
1125{7500000, DIF_BPF_COEFF1819, 0xfe42f9e6},
1126{7500000, DIF_BPF_COEFF2021, 0xfa270000},
1127{7500000, DIF_BPF_COEFF2223, 0x073a0953},
1128{7500000, DIF_BPF_COEFF2425, 0x034cf939},
1129{7500000, DIF_BPF_COEFF2627, 0xf3a4f845},
1130{7500000, DIF_BPF_COEFF2829, 0x044c0de1},
1131{7500000, DIF_BPF_COEFF3031, 0x0c4f0000},
1132{7500000, DIF_BPF_COEFF3233, 0xf2e2f03c},
1133{7500000, DIF_BPF_COEFF3435, 0xfacc09fe},
1134{7500000, DIF_BPF_COEFF36, 0x110d0000},
1135/* END - DIF BPF register values from 75_quant.dat*/
1136
1137
1138/*case 7600000:*/
1139/* BEGIN - DIF BPF register values from 76_quant.dat*/
1140{7600000, DIF_BPF_COEFF01, 0xffffffff},
1141{7600000, DIF_BPF_COEFF23, 0x00040012},
1142{7600000, DIF_BPF_COEFF45, 0x0016fff3},
1143{7600000, DIF_BPF_COEFF67, 0xffafff95},
1144{7600000, DIF_BPF_COEFF89, 0xfff900c0},
1145{7600000, DIF_BPF_COEFF1011, 0x0130007e},
1146{7600000, DIF_BPF_COEFF1213, 0xfecefd89},
1147{7600000, DIF_BPF_COEFF1415, 0xfe560146},
1148{7600000, DIF_BPF_COEFF1617, 0x041303bc},
1149{7600000, DIF_BPF_COEFF1819, 0xff81fa76},
1150{7600000, DIF_BPF_COEFF2021, 0xf96cfe7d},
1151{7600000, DIF_BPF_COEFF2223, 0x063209b1},
1152{7600000, DIF_BPF_COEFF2425, 0x04c9fa93},
1153{7600000, DIF_BPF_COEFF2627, 0xf3bdf71e},
1154{7600000, DIF_BPF_COEFF2829, 0x02f30d6e},
1155{7600000, DIF_BPF_COEFF3031, 0x0cf200fd},
1156{7600000, DIF_BPF_COEFF3233, 0xf361f00e},
1157{7600000, DIF_BPF_COEFF3435, 0xfa6509d1},
1158{7600000, DIF_BPF_COEFF36, 0x110d0000},
1159/* END - DIF BPF register values from 76_quant.dat*/
1160
1161
1162/*case 7700000:*/
1163/* BEGIN - DIF BPF register values from 77_quant.dat*/
1164{7700000, DIF_BPF_COEFF01, 0xfffffffe},
1165{7700000, DIF_BPF_COEFF23, 0x00010010},
1166{7700000, DIF_BPF_COEFF45, 0x001e0008},
1167{7700000, DIF_BPF_COEFF67, 0xffc1ff84},
1168{7700000, DIF_BPF_COEFF89, 0xffbc0084},
1169{7700000, DIF_BPF_COEFF1011, 0x013e00f0},
1170{7700000, DIF_BPF_COEFF1213, 0xff56fd9f},
1171{7700000, DIF_BPF_COEFF1415, 0xfdb8005c},
1172{7700000, DIF_BPF_COEFF1617, 0x03b00460},
1173{7700000, DIF_BPF_COEFF1819, 0x00c7fb45},
1174{7700000, DIF_BPF_COEFF2021, 0xf8f4fd07},
1175{7700000, DIF_BPF_COEFF2223, 0x04fa09ce},
1176{7700000, DIF_BPF_COEFF2425, 0x062afc07},
1177{7700000, DIF_BPF_COEFF2627, 0xf407f614},
1178{7700000, DIF_BPF_COEFF2829, 0x01920ce0},
1179{7700000, DIF_BPF_COEFF3031, 0x0d8301fa},
1180{7700000, DIF_BPF_COEFF3233, 0xf3e8efe5},
1181{7700000, DIF_BPF_COEFF3435, 0xfa0009a4},
1182{7700000, DIF_BPF_COEFF36, 0x110d0000},
1183/* END - DIF BPF register values from 77_quant.dat*/
1184
1185
1186/*case 7800000:*/
1187/* BEGIN - DIF BPF register values from 78_quant.dat*/
1188{7800000, DIF_BPF_COEFF01, 0x0000fffd},
1189{7800000, DIF_BPF_COEFF23, 0xfffd000b},
1190{7800000, DIF_BPF_COEFF45, 0x0022001d},
1191{7800000, DIF_BPF_COEFF67, 0xffdbff82},
1192{7800000, DIF_BPF_COEFF89, 0xff870039},
1193{7800000, DIF_BPF_COEFF1011, 0x012a014a},
1194{7800000, DIF_BPF_COEFF1213, 0xffedfde7},
1195{7800000, DIF_BPF_COEFF1415, 0xfd47ff6b},
1196{7800000, DIF_BPF_COEFF1617, 0x031104c6},
1197{7800000, DIF_BPF_COEFF1819, 0x0202fc4c},
1198{7800000, DIF_BPF_COEFF2021, 0xf8c6fbad},
1199{7800000, DIF_BPF_COEFF2223, 0x039909a7},
1200{7800000, DIF_BPF_COEFF2425, 0x0767fd8e},
1201{7800000, DIF_BPF_COEFF2627, 0xf482f52b},
1202{7800000, DIF_BPF_COEFF2829, 0x002d0c39},
1203{7800000, DIF_BPF_COEFF3031, 0x0e0002f4},
1204{7800000, DIF_BPF_COEFF3233, 0xf477efc2},
1205{7800000, DIF_BPF_COEFF3435, 0xf99b0977},
1206{7800000, DIF_BPF_COEFF36, 0x110d0000},
1207/* END - DIF BPF register values from 78_quant.dat*/
1208
1209
1210/*case 7900000:*/
1211/* BEGIN - DIF BPF register values from 79_quant.dat*/
1212{7900000, DIF_BPF_COEFF01, 0x0000fffd},
1213{7900000, DIF_BPF_COEFF23, 0xfffa0004},
1214{7900000, DIF_BPF_COEFF45, 0x0020002d},
1215{7900000, DIF_BPF_COEFF67, 0xfffbff91},
1216{7900000, DIF_BPF_COEFF89, 0xff61ffe8},
1217{7900000, DIF_BPF_COEFF1011, 0x00f70184},
1218{7900000, DIF_BPF_COEFF1213, 0x0086fe5c},
1219{7900000, DIF_BPF_COEFF1415, 0xfd0bfe85},
1220{7900000, DIF_BPF_COEFF1617, 0x024104e5},
1221{7900000, DIF_BPF_COEFF1819, 0x0323fd7d},
1222{7900000, DIF_BPF_COEFF2021, 0xf8e2fa79},
1223{7900000, DIF_BPF_COEFF2223, 0x021d093f},
1224{7900000, DIF_BPF_COEFF2425, 0x0879ff22},
1225{7900000, DIF_BPF_COEFF2627, 0xf52bf465},
1226{7900000, DIF_BPF_COEFF2829, 0xfec70b79},
1227{7900000, DIF_BPF_COEFF3031, 0x0e6803eb},
1228{7900000, DIF_BPF_COEFF3233, 0xf50defa5},
1229{7900000, DIF_BPF_COEFF3435, 0xf937094a},
1230{7900000, DIF_BPF_COEFF36, 0x110d0000},
1231/* END - DIF BPF register values from 79_quant.dat*/
1232
1233
1234/*case 8000000:*/
1235/* BEGIN - DIF BPF register values from 80_quant.dat*/
1236{8000000, DIF_BPF_COEFF01, 0x0000fffe},
1237{8000000, DIF_BPF_COEFF23, 0xfff8fffd},
1238{8000000, DIF_BPF_COEFF45, 0x00190036},
1239{8000000, DIF_BPF_COEFF67, 0x001bffaf},
1240{8000000, DIF_BPF_COEFF89, 0xff4fff99},
1241{8000000, DIF_BPF_COEFF1011, 0x00aa0198},
1242{8000000, DIF_BPF_COEFF1213, 0x0112fef3},
1243{8000000, DIF_BPF_COEFF1415, 0xfd09fdb9},
1244{8000000, DIF_BPF_COEFF1617, 0x014d04be},
1245{8000000, DIF_BPF_COEFF1819, 0x041bfecc},
1246{8000000, DIF_BPF_COEFF2021, 0xf947f978},
1247{8000000, DIF_BPF_COEFF2223, 0x00900897},
1248{8000000, DIF_BPF_COEFF2425, 0x095a00b9},
1249{8000000, DIF_BPF_COEFF2627, 0xf600f3c5},
1250{8000000, DIF_BPF_COEFF2829, 0xfd650aa3},
1251{8000000, DIF_BPF_COEFF3031, 0x0ebc04de},
1252{8000000, DIF_BPF_COEFF3233, 0xf5aaef8e},
1253{8000000, DIF_BPF_COEFF3435, 0xf8d5091c},
1254{8000000, DIF_BPF_COEFF36, 0x110d0000},
1255/* END - DIF BPF register values from 80_quant.dat*/
1256
1257
1258/*case 8100000:*/
1259/* BEGIN - DIF BPF register values from 81_quant.dat*/
1260{8100000, DIF_BPF_COEFF01, 0x0000ffff},
1261{8100000, DIF_BPF_COEFF23, 0xfff7fff6},
1262{8100000, DIF_BPF_COEFF45, 0x000e0038},
1263{8100000, DIF_BPF_COEFF67, 0x0037ffd7},
1264{8100000, DIF_BPF_COEFF89, 0xff52ff56},
1265{8100000, DIF_BPF_COEFF1011, 0x004b0184},
1266{8100000, DIF_BPF_COEFF1213, 0x0186ffa1},
1267{8100000, DIF_BPF_COEFF1415, 0xfd40fd16},
1268{8100000, DIF_BPF_COEFF1617, 0x00440452},
1269{8100000, DIF_BPF_COEFF1819, 0x04de0029},
1270{8100000, DIF_BPF_COEFF2021, 0xf9f2f8b2},
1271{8100000, DIF_BPF_COEFF2223, 0xfefe07b5},
1272{8100000, DIF_BPF_COEFF2425, 0x0a05024d},
1273{8100000, DIF_BPF_COEFF2627, 0xf6fef34d},
1274{8100000, DIF_BPF_COEFF2829, 0xfc0a09b8},
1275{8100000, DIF_BPF_COEFF3031, 0x0efa05cd},
1276{8100000, DIF_BPF_COEFF3233, 0xf64eef7d},
1277{8100000, DIF_BPF_COEFF3435, 0xf87308ed},
1278{8100000, DIF_BPF_COEFF36, 0x110d0000},
1279/* END - DIF BPF register values from 81_quant.dat*/
1280
1281
1282/*case 8200000:*/
1283/* BEGIN - DIF BPF register values from 82_quant.dat*/
1284{8200000, DIF_BPF_COEFF01, 0x00010000},
1285{8200000, DIF_BPF_COEFF23, 0xfff8fff0},
1286{8200000, DIF_BPF_COEFF45, 0x00000031},
1287{8200000, DIF_BPF_COEFF67, 0x004c0005},
1288{8200000, DIF_BPF_COEFF89, 0xff6aff27},
1289{8200000, DIF_BPF_COEFF1011, 0xffe4014a},
1290{8200000, DIF_BPF_COEFF1213, 0x01d70057},
1291{8200000, DIF_BPF_COEFF1415, 0xfdacfca6},
1292{8200000, DIF_BPF_COEFF1617, 0xff3603a7},
1293{8200000, DIF_BPF_COEFF1819, 0x05610184},
1294{8200000, DIF_BPF_COEFF2021, 0xfadbf82e},
1295{8200000, DIF_BPF_COEFF2223, 0xfd74069f},
1296{8200000, DIF_BPF_COEFF2425, 0x0a7503d6},
1297{8200000, DIF_BPF_COEFF2627, 0xf81ff2ff},
1298{8200000, DIF_BPF_COEFF2829, 0xfab808b9},
1299{8200000, DIF_BPF_COEFF3031, 0x0f2306b5},
1300{8200000, DIF_BPF_COEFF3233, 0xf6f9ef72},
1301{8200000, DIF_BPF_COEFF3435, 0xf81308bf},
1302{8200000, DIF_BPF_COEFF36, 0x110d0000},
1303/* END - DIF BPF register values from 82_quant.dat*/
1304
1305
1306/*case 8300000:*/
1307/* BEGIN - DIF BPF register values from 83_quant.dat*/
1308{8300000, DIF_BPF_COEFF01, 0x00010001},
1309{8300000, DIF_BPF_COEFF23, 0xfffbffee},
1310{8300000, DIF_BPF_COEFF45, 0xfff30022},
1311{8300000, DIF_BPF_COEFF67, 0x00560032},
1312{8300000, DIF_BPF_COEFF89, 0xff95ff10},
1313{8300000, DIF_BPF_COEFF1011, 0xff8000f0},
1314{8300000, DIF_BPF_COEFF1213, 0x01fe0106},
1315{8300000, DIF_BPF_COEFF1415, 0xfe46fc71},
1316{8300000, DIF_BPF_COEFF1617, 0xfe3502c7},
1317{8300000, DIF_BPF_COEFF1819, 0x059e02ce},
1318{8300000, DIF_BPF_COEFF2021, 0xfbf9f7f2},
1319{8300000, DIF_BPF_COEFF2223, 0xfbff055b},
1320{8300000, DIF_BPF_COEFF2425, 0x0aa9054c},
1321{8300000, DIF_BPF_COEFF2627, 0xf961f2db},
1322{8300000, DIF_BPF_COEFF2829, 0xf97507aa},
1323{8300000, DIF_BPF_COEFF3031, 0x0f350797},
1324{8300000, DIF_BPF_COEFF3233, 0xf7a9ef6d},
1325{8300000, DIF_BPF_COEFF3435, 0xf7b40890},
1326{8300000, DIF_BPF_COEFF36, 0x110d0000},
1327/* END - DIF BPF register values from 83_quant.dat*/
1328
1329
1330/*case 8400000:*/
1331/* BEGIN - DIF BPF register values from 84_quant.dat*/
1332{8400000, DIF_BPF_COEFF01, 0x00010002},
1333{8400000, DIF_BPF_COEFF23, 0xfffeffee},
1334{8400000, DIF_BPF_COEFF45, 0xffe8000f},
1335{8400000, DIF_BPF_COEFF67, 0x00540058},
1336{8400000, DIF_BPF_COEFF89, 0xffcdff14},
1337{8400000, DIF_BPF_COEFF1011, 0xff29007e},
1338{8400000, DIF_BPF_COEFF1213, 0x01f6019e},
1339{8400000, DIF_BPF_COEFF1415, 0xff01fc7c},
1340{8400000, DIF_BPF_COEFF1617, 0xfd5101bf},
1341{8400000, DIF_BPF_COEFF1819, 0x059203f6},
1342{8400000, DIF_BPF_COEFF2021, 0xfd41f7fe},
1343{8400000, DIF_BPF_COEFF2223, 0xfaa903f3},
1344{8400000, DIF_BPF_COEFF2425, 0x0a9e06a9},
1345{8400000, DIF_BPF_COEFF2627, 0xfabdf2e2},
1346{8400000, DIF_BPF_COEFF2829, 0xf842068b},
1347{8400000, DIF_BPF_COEFF3031, 0x0f320871},
1348{8400000, DIF_BPF_COEFF3233, 0xf85eef6e},
1349{8400000, DIF_BPF_COEFF3435, 0xf7560860},
1350{8400000, DIF_BPF_COEFF36, 0x110d0000},
1351/* END - DIF BPF register values from 84_quant.dat*/
1352
1353
1354/*case 8500000:*/
1355/* BEGIN - DIF BPF register values from 85_quant.dat*/
1356{8500000, DIF_BPF_COEFF01, 0x00000003},
1357{8500000, DIF_BPF_COEFF23, 0x0002fff2},
1358{8500000, DIF_BPF_COEFF45, 0xffe1fff9},
1359{8500000, DIF_BPF_COEFF67, 0x00460073},
1360{8500000, DIF_BPF_COEFF89, 0x000bff34},
1361{8500000, DIF_BPF_COEFF1011, 0xfee90000},
1362{8500000, DIF_BPF_COEFF1213, 0x01c10215},
1363{8500000, DIF_BPF_COEFF1415, 0xffd0fcc5},
1364{8500000, DIF_BPF_COEFF1617, 0xfc99009d},
1365{8500000, DIF_BPF_COEFF1819, 0x053d04f1},
1366{8500000, DIF_BPF_COEFF2021, 0xfea5f853},
1367{8500000, DIF_BPF_COEFF2223, 0xf97d0270},
1368{8500000, DIF_BPF_COEFF2425, 0x0a5607e4},
1369{8500000, DIF_BPF_COEFF2627, 0xfc2ef314},
1370{8500000, DIF_BPF_COEFF2829, 0xf723055f},
1371{8500000, DIF_BPF_COEFF3031, 0x0f180943},
1372{8500000, DIF_BPF_COEFF3233, 0xf919ef75},
1373{8500000, DIF_BPF_COEFF3435, 0xf6fa0830},
1374{8500000, DIF_BPF_COEFF36, 0x110d0000},
1375/* END - DIF BPF register values from 85_quant.dat*/
1376
1377
1378/*case 8600000:*/
1379/* BEGIN - DIF BPF register values from 86_quant.dat*/
1380{8600000, DIF_BPF_COEFF01, 0x00000003},
1381{8600000, DIF_BPF_COEFF23, 0x0005fff8},
1382{8600000, DIF_BPF_COEFF45, 0xffdeffe4},
1383{8600000, DIF_BPF_COEFF67, 0x002f007f},
1384{8600000, DIF_BPF_COEFF89, 0x0048ff6b},
1385{8600000, DIF_BPF_COEFF1011, 0xfec7ff82},
1386{8600000, DIF_BPF_COEFF1213, 0x0163025f},
1387{8600000, DIF_BPF_COEFF1415, 0x00a2fd47},
1388{8600000, DIF_BPF_COEFF1617, 0xfc17ff73},
1389{8600000, DIF_BPF_COEFF1819, 0x04a405b2},
1390{8600000, DIF_BPF_COEFF2021, 0x0017f8ed},
1391{8600000, DIF_BPF_COEFF2223, 0xf88500dc},
1392{8600000, DIF_BPF_COEFF2425, 0x09d208f9},
1393{8600000, DIF_BPF_COEFF2627, 0xfdaff370},
1394{8600000, DIF_BPF_COEFF2829, 0xf61c0429},
1395{8600000, DIF_BPF_COEFF3031, 0x0ee80a0b},
1396{8600000, DIF_BPF_COEFF3233, 0xf9d8ef82},
1397{8600000, DIF_BPF_COEFF3435, 0xf6a00800},
1398{8600000, DIF_BPF_COEFF36, 0x110d0000},
1399/* END - DIF BPF register values from 86_quant.dat*/
1400
1401
1402/*case 8700000:*/
1403/* BEGIN - DIF BPF register values from 87_quant.dat*/
1404{8700000, DIF_BPF_COEFF01, 0x00000003},
1405{8700000, DIF_BPF_COEFF23, 0x0007ffff},
1406{8700000, DIF_BPF_COEFF45, 0xffe1ffd4},
1407{8700000, DIF_BPF_COEFF67, 0x0010007a},
1408{8700000, DIF_BPF_COEFF89, 0x007cffb2},
1409{8700000, DIF_BPF_COEFF1011, 0xfec6ff10},
1410{8700000, DIF_BPF_COEFF1213, 0x00e60277},
1411{8700000, DIF_BPF_COEFF1415, 0x0168fdf9},
1412{8700000, DIF_BPF_COEFF1617, 0xfbd3fe50},
1413{8700000, DIF_BPF_COEFF1819, 0x03ce0631},
1414{8700000, DIF_BPF_COEFF2021, 0x0188f9c8},
1415{8700000, DIF_BPF_COEFF2223, 0xf7c7ff43},
1416{8700000, DIF_BPF_COEFF2425, 0x091509e3},
1417{8700000, DIF_BPF_COEFF2627, 0xff39f3f6},
1418{8700000, DIF_BPF_COEFF2829, 0xf52d02ea},
1419{8700000, DIF_BPF_COEFF3031, 0x0ea30ac9},
1420{8700000, DIF_BPF_COEFF3233, 0xfa9bef95},
1421{8700000, DIF_BPF_COEFF3435, 0xf64607d0},
1422{8700000, DIF_BPF_COEFF36, 0x110d0000},
1423/* END - DIF BPF register values from 87_quant.dat*/
1424
1425
1426/*case 8800000:*/
1427/* BEGIN - DIF BPF register values from 88_quant.dat*/
1428{8800000, DIF_BPF_COEFF01, 0x00000002},
1429{8800000, DIF_BPF_COEFF23, 0x00090007},
1430{8800000, DIF_BPF_COEFF45, 0xffe9ffca},
1431{8800000, DIF_BPF_COEFF67, 0xfff00065},
1432{8800000, DIF_BPF_COEFF89, 0x00a10003},
1433{8800000, DIF_BPF_COEFF1011, 0xfee6feb6},
1434{8800000, DIF_BPF_COEFF1213, 0x0053025b},
1435{8800000, DIF_BPF_COEFF1415, 0x0213fed0},
1436{8800000, DIF_BPF_COEFF1617, 0xfbd3fd46},
1437{8800000, DIF_BPF_COEFF1819, 0x02c70668},
1438{8800000, DIF_BPF_COEFF2021, 0x02eafadb},
1439{8800000, DIF_BPF_COEFF2223, 0xf74bfdae},
1440{8800000, DIF_BPF_COEFF2425, 0x08230a9c},
1441{8800000, DIF_BPF_COEFF2627, 0x00c7f4a3},
1442{8800000, DIF_BPF_COEFF2829, 0xf45b01a6},
1443{8800000, DIF_BPF_COEFF3031, 0x0e480b7c},
1444{8800000, DIF_BPF_COEFF3233, 0xfb61efae},
1445{8800000, DIF_BPF_COEFF3435, 0xf5ef079f},
1446{8800000, DIF_BPF_COEFF36, 0x110d0000},
1447/* END - DIF BPF register values from 88_quant.dat*/
1448
1449
1450/*case 8900000:*/
1451/* BEGIN - DIF BPF register values from 89_quant.dat*/
1452{8900000, DIF_BPF_COEFF01, 0xffff0000},
1453{8900000, DIF_BPF_COEFF23, 0x0008000d},
1454{8900000, DIF_BPF_COEFF45, 0xfff5ffc8},
1455{8900000, DIF_BPF_COEFF67, 0xffd10043},
1456{8900000, DIF_BPF_COEFF89, 0x00b20053},
1457{8900000, DIF_BPF_COEFF1011, 0xff24fe7c},
1458{8900000, DIF_BPF_COEFF1213, 0xffb9020c},
1459{8900000, DIF_BPF_COEFF1415, 0x0295ffbb},
1460{8900000, DIF_BPF_COEFF1617, 0xfc17fc64},
1461{8900000, DIF_BPF_COEFF1819, 0x019b0654},
1462{8900000, DIF_BPF_COEFF2021, 0x042dfc1c},
1463{8900000, DIF_BPF_COEFF2223, 0xf714fc2a},
1464{8900000, DIF_BPF_COEFF2425, 0x07020b21},
1465{8900000, DIF_BPF_COEFF2627, 0x0251f575},
1466{8900000, DIF_BPF_COEFF2829, 0xf3a7005e},
1467{8900000, DIF_BPF_COEFF3031, 0x0dd80c24},
1468{8900000, DIF_BPF_COEFF3233, 0xfc2aefcd},
1469{8900000, DIF_BPF_COEFF3435, 0xf599076e},
1470{8900000, DIF_BPF_COEFF36, 0x110d0000},
1471/* END - DIF BPF register values from 89_quant.dat*/
1472
1473
1474/*case 9000000:*/
1475/* BEGIN - DIF BPF register values from 90_quant.dat*/
1476{9000000, DIF_BPF_COEFF01, 0xffffffff},
1477{9000000, DIF_BPF_COEFF23, 0x00060011},
1478{9000000, DIF_BPF_COEFF45, 0x0002ffcf},
1479{9000000, DIF_BPF_COEFF67, 0xffba0018},
1480{9000000, DIF_BPF_COEFF89, 0x00ad009a},
1481{9000000, DIF_BPF_COEFF1011, 0xff79fe68},
1482{9000000, DIF_BPF_COEFF1213, 0xff260192},
1483{9000000, DIF_BPF_COEFF1415, 0x02e500ab},
1484{9000000, DIF_BPF_COEFF1617, 0xfc99fbb6},
1485{9000000, DIF_BPF_COEFF1819, 0x005b05f7},
1486{9000000, DIF_BPF_COEFF2021, 0x0545fd81},
1487{9000000, DIF_BPF_COEFF2223, 0xf723fabf},
1488{9000000, DIF_BPF_COEFF2425, 0x05b80b70},
1489{9000000, DIF_BPF_COEFF2627, 0x03d2f669},
1490{9000000, DIF_BPF_COEFF2829, 0xf313ff15},
1491{9000000, DIF_BPF_COEFF3031, 0x0d550cbf},
1492{9000000, DIF_BPF_COEFF3233, 0xfcf6eff2},
1493{9000000, DIF_BPF_COEFF3435, 0xf544073d},
1494{9000000, DIF_BPF_COEFF36, 0x110d0000},
1495/* END - DIF BPF register values from 90_quant.dat*/
1496
1497
1498/*case 9100000:*/
1499/* BEGIN - DIF BPF register values from 91_quant.dat*/
1500{9100000, DIF_BPF_COEFF01, 0xfffffffe},
1501{9100000, DIF_BPF_COEFF23, 0x00030012},
1502{9100000, DIF_BPF_COEFF45, 0x000fffdd},
1503{9100000, DIF_BPF_COEFF67, 0xffacffea},
1504{9100000, DIF_BPF_COEFF89, 0x009300cf},
1505{9100000, DIF_BPF_COEFF1011, 0xffdcfe7c},
1506{9100000, DIF_BPF_COEFF1213, 0xfea600f7},
1507{9100000, DIF_BPF_COEFF1415, 0x02fd0190},
1508{9100000, DIF_BPF_COEFF1617, 0xfd51fb46},
1509{9100000, DIF_BPF_COEFF1819, 0xff150554},
1510{9100000, DIF_BPF_COEFF2021, 0x0627fefd},
1511{9100000, DIF_BPF_COEFF2223, 0xf778f978},
1512{9100000, DIF_BPF_COEFF2425, 0x044d0b87},
1513{9100000, DIF_BPF_COEFF2627, 0x0543f77d},
1514{9100000, DIF_BPF_COEFF2829, 0xf2a0fdcf},
1515{9100000, DIF_BPF_COEFF3031, 0x0cbe0d4e},
1516{9100000, DIF_BPF_COEFF3233, 0xfdc4f01d},
1517{9100000, DIF_BPF_COEFF3435, 0xf4f2070b},
1518{9100000, DIF_BPF_COEFF36, 0x110d0000},
1519/* END - DIF BPF register values from 91_quant.dat*/
1520
1521
1522/*case 9200000:*/
1523/* BEGIN - DIF BPF register values from 92_quant.dat*/
1524{9200000, DIF_BPF_COEFF01, 0x0000fffd},
1525{9200000, DIF_BPF_COEFF23, 0x00000010},
1526{9200000, DIF_BPF_COEFF45, 0x001afff0},
1527{9200000, DIF_BPF_COEFF67, 0xffaaffbf},
1528{9200000, DIF_BPF_COEFF89, 0x006700ed},
1529{9200000, DIF_BPF_COEFF1011, 0x0043feb6},
1530{9200000, DIF_BPF_COEFF1213, 0xfe460047},
1531{9200000, DIF_BPF_COEFF1415, 0x02db0258},
1532{9200000, DIF_BPF_COEFF1617, 0xfe35fb1b},
1533{9200000, DIF_BPF_COEFF1819, 0xfddc0473},
1534{9200000, DIF_BPF_COEFF2021, 0x06c90082},
1535{9200000, DIF_BPF_COEFF2223, 0xf811f85e},
1536{9200000, DIF_BPF_COEFF2425, 0x02c90b66},
1537{9200000, DIF_BPF_COEFF2627, 0x069ff8ad},
1538{9200000, DIF_BPF_COEFF2829, 0xf250fc8d},
1539{9200000, DIF_BPF_COEFF3031, 0x0c140dcf},
1540{9200000, DIF_BPF_COEFF3233, 0xfe93f04d},
1541{9200000, DIF_BPF_COEFF3435, 0xf4a106d9},
1542{9200000, DIF_BPF_COEFF36, 0x110d0000},
1543/* END - DIF BPF register values from 92_quant.dat*/
1544
1545
1546/*case 9300000:*/
1547/* BEGIN - DIF BPF register values from 93_quant.dat*/
1548{9300000, DIF_BPF_COEFF01, 0x0000fffd},
1549{9300000, DIF_BPF_COEFF23, 0xfffc000c},
1550{9300000, DIF_BPF_COEFF45, 0x00200006},
1551{9300000, DIF_BPF_COEFF67, 0xffb4ff9c},
1552{9300000, DIF_BPF_COEFF89, 0x002f00ef},
1553{9300000, DIF_BPF_COEFF1011, 0x00a4ff10},
1554{9300000, DIF_BPF_COEFF1213, 0xfe0dff92},
1555{9300000, DIF_BPF_COEFF1415, 0x028102f7},
1556{9300000, DIF_BPF_COEFF1617, 0xff36fb37},
1557{9300000, DIF_BPF_COEFF1819, 0xfcbf035e},
1558{9300000, DIF_BPF_COEFF2021, 0x07260202},
1559{9300000, DIF_BPF_COEFF2223, 0xf8e8f778},
1560{9300000, DIF_BPF_COEFF2425, 0x01340b0d},
1561{9300000, DIF_BPF_COEFF2627, 0x07e1f9f4},
1562{9300000, DIF_BPF_COEFF2829, 0xf223fb51},
1563{9300000, DIF_BPF_COEFF3031, 0x0b590e42},
1564{9300000, DIF_BPF_COEFF3233, 0xff64f083},
1565{9300000, DIF_BPF_COEFF3435, 0xf45206a7},
1566{9300000, DIF_BPF_COEFF36, 0x110d0000},
1567/* END - DIF BPF register values from 93_quant.dat*/
1568
1569
1570/*case 9400000:*/
1571/* BEGIN - DIF BPF register values from 94_quant.dat*/
1572{9400000, DIF_BPF_COEFF01, 0x0000fffd},
1573{9400000, DIF_BPF_COEFF23, 0xfff90005},
1574{9400000, DIF_BPF_COEFF45, 0x0022001a},
1575{9400000, DIF_BPF_COEFF67, 0xffc9ff86},
1576{9400000, DIF_BPF_COEFF89, 0xfff000d7},
1577{9400000, DIF_BPF_COEFF1011, 0x00f2ff82},
1578{9400000, DIF_BPF_COEFF1213, 0xfe01fee5},
1579{9400000, DIF_BPF_COEFF1415, 0x01f60362},
1580{9400000, DIF_BPF_COEFF1617, 0x0044fb99},
1581{9400000, DIF_BPF_COEFF1819, 0xfbcc0222},
1582{9400000, DIF_BPF_COEFF2021, 0x07380370},
1583{9400000, DIF_BPF_COEFF2223, 0xf9f7f6cc},
1584{9400000, DIF_BPF_COEFF2425, 0xff990a7e},
1585{9400000, DIF_BPF_COEFF2627, 0x0902fb50},
1586{9400000, DIF_BPF_COEFF2829, 0xf21afa1f},
1587{9400000, DIF_BPF_COEFF3031, 0x0a8d0ea6},
1588{9400000, DIF_BPF_COEFF3233, 0x0034f0bf},
1589{9400000, DIF_BPF_COEFF3435, 0xf4050675},
1590{9400000, DIF_BPF_COEFF36, 0x110d0000},
1591/* END - DIF BPF register values from 94_quant.dat*/
1592
1593
1594/*case 9500000:*/
1595/* BEGIN - DIF BPF register values from 95_quant.dat*/
1596{9500000, DIF_BPF_COEFF01, 0x0000fffe},
1597{9500000, DIF_BPF_COEFF23, 0xfff8fffe},
1598{9500000, DIF_BPF_COEFF45, 0x001e002b},
1599{9500000, DIF_BPF_COEFF67, 0xffe5ff81},
1600{9500000, DIF_BPF_COEFF89, 0xffb400a5},
1601{9500000, DIF_BPF_COEFF1011, 0x01280000},
1602{9500000, DIF_BPF_COEFF1213, 0xfe24fe50},
1603{9500000, DIF_BPF_COEFF1415, 0x01460390},
1604{9500000, DIF_BPF_COEFF1617, 0x014dfc3a},
1605{9500000, DIF_BPF_COEFF1819, 0xfb1000ce},
1606{9500000, DIF_BPF_COEFF2021, 0x070104bf},
1607{9500000, DIF_BPF_COEFF2223, 0xfb37f65f},
1608{9500000, DIF_BPF_COEFF2425, 0xfe0009bc},
1609{9500000, DIF_BPF_COEFF2627, 0x0a00fcbb},
1610{9500000, DIF_BPF_COEFF2829, 0xf235f8f8},
1611{9500000, DIF_BPF_COEFF3031, 0x09b20efc},
1612{9500000, DIF_BPF_COEFF3233, 0x0105f101},
1613{9500000, DIF_BPF_COEFF3435, 0xf3ba0642},
1614{9500000, DIF_BPF_COEFF36, 0x110d0000},
1615/* END - DIF BPF register values from 95_quant.dat*/
1616
1617
1618/*case 9600000:*/
1619/* BEGIN - DIF BPF register values from 96_quant.dat*/
1620{9600000, DIF_BPF_COEFF01, 0x0001ffff},
1621{9600000, DIF_BPF_COEFF23, 0xfff8fff7},
1622{9600000, DIF_BPF_COEFF45, 0x00150036},
1623{9600000, DIF_BPF_COEFF67, 0x0005ff8c},
1624{9600000, DIF_BPF_COEFF89, 0xff810061},
1625{9600000, DIF_BPF_COEFF1011, 0x013d007e},
1626{9600000, DIF_BPF_COEFF1213, 0xfe71fddf},
1627{9600000, DIF_BPF_COEFF1415, 0x007c0380},
1628{9600000, DIF_BPF_COEFF1617, 0x0241fd13},
1629{9600000, DIF_BPF_COEFF1819, 0xfa94ff70},
1630{9600000, DIF_BPF_COEFF2021, 0x068005e2},
1631{9600000, DIF_BPF_COEFF2223, 0xfc9bf633},
1632{9600000, DIF_BPF_COEFF2425, 0xfc7308ca},
1633{9600000, DIF_BPF_COEFF2627, 0x0ad5fe30},
1634{9600000, DIF_BPF_COEFF2829, 0xf274f7e0},
1635{9600000, DIF_BPF_COEFF3031, 0x08c90f43},
1636{9600000, DIF_BPF_COEFF3233, 0x01d4f147},
1637{9600000, DIF_BPF_COEFF3435, 0xf371060f},
1638{9600000, DIF_BPF_COEFF36, 0x110d0000},
1639/* END - DIF BPF register values from 96_quant.dat*/
1640
1641
1642/*case 9700000:*/
1643/* BEGIN - DIF BPF register values from 97_quant.dat*/
1644{9700000, DIF_BPF_COEFF01, 0x00010001},
1645{9700000, DIF_BPF_COEFF23, 0xfff9fff1},
1646{9700000, DIF_BPF_COEFF45, 0x00090038},
1647{9700000, DIF_BPF_COEFF67, 0x0025ffa7},
1648{9700000, DIF_BPF_COEFF89, 0xff5e0012},
1649{9700000, DIF_BPF_COEFF1011, 0x013200f0},
1650{9700000, DIF_BPF_COEFF1213, 0xfee3fd9b},
1651{9700000, DIF_BPF_COEFF1415, 0xffaa0331},
1652{9700000, DIF_BPF_COEFF1617, 0x0311fe15},
1653{9700000, DIF_BPF_COEFF1819, 0xfa60fe18},
1654{9700000, DIF_BPF_COEFF2021, 0x05bd06d1},
1655{9700000, DIF_BPF_COEFF2223, 0xfe1bf64a},
1656{9700000, DIF_BPF_COEFF2425, 0xfafa07ae},
1657{9700000, DIF_BPF_COEFF2627, 0x0b7effab},
1658{9700000, DIF_BPF_COEFF2829, 0xf2d5f6d7},
1659{9700000, DIF_BPF_COEFF3031, 0x07d30f7a},
1660{9700000, DIF_BPF_COEFF3233, 0x02a3f194},
1661{9700000, DIF_BPF_COEFF3435, 0xf32905dc},
1662{9700000, DIF_BPF_COEFF36, 0x110d0000},
1663/* END - DIF BPF register values from 97_quant.dat*/
1664
1665
1666/*case 9800000:*/
1667/* BEGIN - DIF BPF register values from 98_quant.dat*/
1668{9800000, DIF_BPF_COEFF01, 0x00010002},
1669{9800000, DIF_BPF_COEFF23, 0xfffcffee},
1670{9800000, DIF_BPF_COEFF45, 0xfffb0032},
1671{9800000, DIF_BPF_COEFF67, 0x003fffcd},
1672{9800000, DIF_BPF_COEFF89, 0xff4effc1},
1673{9800000, DIF_BPF_COEFF1011, 0x0106014a},
1674{9800000, DIF_BPF_COEFF1213, 0xff6efd8a},
1675{9800000, DIF_BPF_COEFF1415, 0xfedd02aa},
1676{9800000, DIF_BPF_COEFF1617, 0x03b0ff34},
1677{9800000, DIF_BPF_COEFF1819, 0xfa74fcd7},
1678{9800000, DIF_BPF_COEFF2021, 0x04bf0781},
1679{9800000, DIF_BPF_COEFF2223, 0xffaaf6a3},
1680{9800000, DIF_BPF_COEFF2425, 0xf99e066b},
1681{9800000, DIF_BPF_COEFF2627, 0x0bf90128},
1682{9800000, DIF_BPF_COEFF2829, 0xf359f5e1},
1683{9800000, DIF_BPF_COEFF3031, 0x06d20fa2},
1684{9800000, DIF_BPF_COEFF3233, 0x0370f1e5},
1685{9800000, DIF_BPF_COEFF3435, 0xf2e405a8},
1686{9800000, DIF_BPF_COEFF36, 0x110d0000},
1687/* END - DIF BPF register values from 98_quant.dat*/
1688
1689
1690/*case 9900000:*/
1691/* BEGIN - DIF BPF register values from 99_quant.dat*/
1692{9900000, DIF_BPF_COEFF01, 0x00000003},
1693{9900000, DIF_BPF_COEFF23, 0xffffffee},
1694{9900000, DIF_BPF_COEFF45, 0xffef0024},
1695{9900000, DIF_BPF_COEFF67, 0x0051fffa},
1696{9900000, DIF_BPF_COEFF89, 0xff54ff77},
1697{9900000, DIF_BPF_COEFF1011, 0x00be0184},
1698{9900000, DIF_BPF_COEFF1213, 0x0006fdad},
1699{9900000, DIF_BPF_COEFF1415, 0xfe2701f3},
1700{9900000, DIF_BPF_COEFF1617, 0x0413005e},
1701{9900000, DIF_BPF_COEFF1819, 0xfad1fbba},
1702{9900000, DIF_BPF_COEFF2021, 0x039007ee},
1703{9900000, DIF_BPF_COEFF2223, 0x013bf73d},
1704{9900000, DIF_BPF_COEFF2425, 0xf868050a},
1705{9900000, DIF_BPF_COEFF2627, 0x0c4302a1},
1706{9900000, DIF_BPF_COEFF2829, 0xf3fdf4fe},
1707{9900000, DIF_BPF_COEFF3031, 0x05c70fba},
1708{9900000, DIF_BPF_COEFF3233, 0x043bf23c},
1709{9900000, DIF_BPF_COEFF3435, 0xf2a10575},
1710{9900000, DIF_BPF_COEFF36, 0x110d0000},
1711/* END - DIF BPF register values from 99_quant.dat*/
1712
1713
1714/*case 10000000:*/
1715/* BEGIN - DIF BPF register values from 100_quant.dat*/
1716{10000000, DIF_BPF_COEFF01, 0x00000003},
1717{10000000, DIF_BPF_COEFF23, 0x0003fff1},
1718{10000000, DIF_BPF_COEFF45, 0xffe50011},
1719{10000000, DIF_BPF_COEFF67, 0x00570027},
1720{10000000, DIF_BPF_COEFF89, 0xff70ff3c},
1721{10000000, DIF_BPF_COEFF1011, 0x00620198},
1722{10000000, DIF_BPF_COEFF1213, 0x009efe01},
1723{10000000, DIF_BPF_COEFF1415, 0xfd95011a},
1724{10000000, DIF_BPF_COEFF1617, 0x04350183},
1725{10000000, DIF_BPF_COEFF1819, 0xfb71fad0},
1726{10000000, DIF_BPF_COEFF2021, 0x023c0812},
1727{10000000, DIF_BPF_COEFF2223, 0x02c3f811},
1728{10000000, DIF_BPF_COEFF2425, 0xf75e0390},
1729{10000000, DIF_BPF_COEFF2627, 0x0c5c0411},
1730{10000000, DIF_BPF_COEFF2829, 0xf4c1f432},
1731{10000000, DIF_BPF_COEFF3031, 0x04b30fc1},
1732{10000000, DIF_BPF_COEFF3233, 0x0503f297},
1733{10000000, DIF_BPF_COEFF3435, 0xf2610541},
1734{10000000, DIF_BPF_COEFF36, 0x110d0000},
1735/* END - DIF BPF register values from 100_quant.dat*/
1736
1737
1738/*case 10100000:*/
1739/* BEGIN - DIF BPF register values from 101_quant.dat*/
1740{10100000, DIF_BPF_COEFF01, 0x00000003},
1741{10100000, DIF_BPF_COEFF23, 0x0006fff7},
1742{10100000, DIF_BPF_COEFF45, 0xffdffffc},
1743{10100000, DIF_BPF_COEFF67, 0x00510050},
1744{10100000, DIF_BPF_COEFF89, 0xff9dff18},
1745{10100000, DIF_BPF_COEFF1011, 0xfffc0184},
1746{10100000, DIF_BPF_COEFF1213, 0x0128fe80},
1747{10100000, DIF_BPF_COEFF1415, 0xfd32002e},
1748{10100000, DIF_BPF_COEFF1617, 0x04130292},
1749{10100000, DIF_BPF_COEFF1819, 0xfc4dfa21},
1750{10100000, DIF_BPF_COEFF2021, 0x00d107ee},
1751{10100000, DIF_BPF_COEFF2223, 0x0435f91c},
1752{10100000, DIF_BPF_COEFF2425, 0xf6850205},
1753{10100000, DIF_BPF_COEFF2627, 0x0c430573},
1754{10100000, DIF_BPF_COEFF2829, 0xf5a1f37d},
1755{10100000, DIF_BPF_COEFF3031, 0x03990fba},
1756{10100000, DIF_BPF_COEFF3233, 0x05c7f2f8},
1757{10100000, DIF_BPF_COEFF3435, 0xf222050d},
1758{10100000, DIF_BPF_COEFF36, 0x110d0000},
1759/* END - DIF BPF register values from 101_quant.dat*/
1760
1761
1762/*case 10200000:*/
1763/* BEGIN - DIF BPF register values from 102_quant.dat*/
1764{10200000, DIF_BPF_COEFF01, 0x00000002},
1765{10200000, DIF_BPF_COEFF23, 0x0008fffe},
1766{10200000, DIF_BPF_COEFF45, 0xffdfffe7},
1767{10200000, DIF_BPF_COEFF67, 0x003f006e},
1768{10200000, DIF_BPF_COEFF89, 0xffd6ff0f},
1769{10200000, DIF_BPF_COEFF1011, 0xff96014a},
1770{10200000, DIF_BPF_COEFF1213, 0x0197ff1f},
1771{10200000, DIF_BPF_COEFF1415, 0xfd05ff3e},
1772{10200000, DIF_BPF_COEFF1617, 0x03b0037c},
1773{10200000, DIF_BPF_COEFF1819, 0xfd59f9b7},
1774{10200000, DIF_BPF_COEFF2021, 0xff5d0781},
1775{10200000, DIF_BPF_COEFF2223, 0x0585fa56},
1776{10200000, DIF_BPF_COEFF2425, 0xf5e4006f},
1777{10200000, DIF_BPF_COEFF2627, 0x0bf906c4},
1778{10200000, DIF_BPF_COEFF2829, 0xf69df2e0},
1779{10200000, DIF_BPF_COEFF3031, 0x02790fa2},
1780{10200000, DIF_BPF_COEFF3233, 0x0688f35d},
1781{10200000, DIF_BPF_COEFF3435, 0xf1e604d8},
1782{10200000, DIF_BPF_COEFF36, 0x110d0000},
1783/* END - DIF BPF register values from 102_quant.dat*/
1784
1785
1786/*case 10300000:*/
1787/* BEGIN - DIF BPF register values from 103_quant.dat*/
1788{10300000, DIF_BPF_COEFF01, 0xffff0001},
1789{10300000, DIF_BPF_COEFF23, 0x00090005},
1790{10300000, DIF_BPF_COEFF45, 0xffe4ffd6},
1791{10300000, DIF_BPF_COEFF67, 0x0025007e},
1792{10300000, DIF_BPF_COEFF89, 0x0014ff20},
1793{10300000, DIF_BPF_COEFF1011, 0xff3c00f0},
1794{10300000, DIF_BPF_COEFF1213, 0x01e1ffd0},
1795{10300000, DIF_BPF_COEFF1415, 0xfd12fe5c},
1796{10300000, DIF_BPF_COEFF1617, 0x03110433},
1797{10300000, DIF_BPF_COEFF1819, 0xfe88f996},
1798{10300000, DIF_BPF_COEFF2021, 0xfdf106d1},
1799{10300000, DIF_BPF_COEFF2223, 0x06aafbb7},
1800{10300000, DIF_BPF_COEFF2425, 0xf57efed8},
1801{10300000, DIF_BPF_COEFF2627, 0x0b7e07ff},
1802{10300000, DIF_BPF_COEFF2829, 0xf7b0f25e},
1803{10300000, DIF_BPF_COEFF3031, 0x01560f7a},
1804{10300000, DIF_BPF_COEFF3233, 0x0745f3c7},
1805{10300000, DIF_BPF_COEFF3435, 0xf1ac04a4},
1806{10300000, DIF_BPF_COEFF36, 0x110d0000},
1807/* END - DIF BPF register values from 103_quant.dat*/
1808
1809
1810/*case 10400000:*/
1811/* BEGIN - DIF BPF register values from 104_quant.dat*/
1812{10400000, DIF_BPF_COEFF01, 0xffffffff},
1813{10400000, DIF_BPF_COEFF23, 0x0008000c},
1814{10400000, DIF_BPF_COEFF45, 0xffedffcb},
1815{10400000, DIF_BPF_COEFF67, 0x0005007d},
1816{10400000, DIF_BPF_COEFF89, 0x0050ff4c},
1817{10400000, DIF_BPF_COEFF1011, 0xfef6007e},
1818{10400000, DIF_BPF_COEFF1213, 0x01ff0086},
1819{10400000, DIF_BPF_COEFF1415, 0xfd58fd97},
1820{10400000, DIF_BPF_COEFF1617, 0x024104ad},
1821{10400000, DIF_BPF_COEFF1819, 0xffcaf9c0},
1822{10400000, DIF_BPF_COEFF2021, 0xfc9905e2},
1823{10400000, DIF_BPF_COEFF2223, 0x079afd35},
1824{10400000, DIF_BPF_COEFF2425, 0xf555fd46},
1825{10400000, DIF_BPF_COEFF2627, 0x0ad50920},
1826{10400000, DIF_BPF_COEFF2829, 0xf8d9f1f6},
1827{10400000, DIF_BPF_COEFF3031, 0x00310f43},
1828{10400000, DIF_BPF_COEFF3233, 0x07fdf435},
1829{10400000, DIF_BPF_COEFF3435, 0xf174046f},
1830{10400000, DIF_BPF_COEFF36, 0x110d0000},
1831/* END - DIF BPF register values from 104_quant.dat*/
1832
1833
1834/*case 10500000:*/
1835/* BEGIN - DIF BPF register values from 105_quant.dat*/
1836{10500000, DIF_BPF_COEFF01, 0xfffffffe},
1837{10500000, DIF_BPF_COEFF23, 0x00050011},
1838{10500000, DIF_BPF_COEFF45, 0xfffaffc8},
1839{10500000, DIF_BPF_COEFF67, 0xffe5006b},
1840{10500000, DIF_BPF_COEFF89, 0x0082ff8c},
1841{10500000, DIF_BPF_COEFF1011, 0xfecc0000},
1842{10500000, DIF_BPF_COEFF1213, 0x01f00130},
1843{10500000, DIF_BPF_COEFF1415, 0xfdd2fcfc},
1844{10500000, DIF_BPF_COEFF1617, 0x014d04e3},
1845{10500000, DIF_BPF_COEFF1819, 0x010efa32},
1846{10500000, DIF_BPF_COEFF2021, 0xfb6404bf},
1847{10500000, DIF_BPF_COEFF2223, 0x084efec5},
1848{10500000, DIF_BPF_COEFF2425, 0xf569fbc2},
1849{10500000, DIF_BPF_COEFF2627, 0x0a000a23},
1850{10500000, DIF_BPF_COEFF2829, 0xfa15f1ab},
1851{10500000, DIF_BPF_COEFF3031, 0xff0b0efc},
1852{10500000, DIF_BPF_COEFF3233, 0x08b0f4a7},
1853{10500000, DIF_BPF_COEFF3435, 0xf13f043a},
1854{10500000, DIF_BPF_COEFF36, 0x110d0000},
1855/* END - DIF BPF register values from 105_quant.dat*/
1856
1857
1858/*case 10600000:*/
1859/* BEGIN - DIF BPF register values from 106_quant.dat*/
1860{10600000, DIF_BPF_COEFF01, 0x0000fffd},
1861{10600000, DIF_BPF_COEFF23, 0x00020012},
1862{10600000, DIF_BPF_COEFF45, 0x0007ffcd},
1863{10600000, DIF_BPF_COEFF67, 0xffc9004c},
1864{10600000, DIF_BPF_COEFF89, 0x00a4ffd9},
1865{10600000, DIF_BPF_COEFF1011, 0xfec3ff82},
1866{10600000, DIF_BPF_COEFF1213, 0x01b401c1},
1867{10600000, DIF_BPF_COEFF1415, 0xfe76fc97},
1868{10600000, DIF_BPF_COEFF1617, 0x004404d2},
1869{10600000, DIF_BPF_COEFF1819, 0x0245fae8},
1870{10600000, DIF_BPF_COEFF2021, 0xfa5f0370},
1871{10600000, DIF_BPF_COEFF2223, 0x08c1005f},
1872{10600000, DIF_BPF_COEFF2425, 0xf5bcfa52},
1873{10600000, DIF_BPF_COEFF2627, 0x09020b04},
1874{10600000, DIF_BPF_COEFF2829, 0xfb60f17b},
1875{10600000, DIF_BPF_COEFF3031, 0xfde70ea6},
1876{10600000, DIF_BPF_COEFF3233, 0x095df51e},
1877{10600000, DIF_BPF_COEFF3435, 0xf10c0405},
1878{10600000, DIF_BPF_COEFF36, 0x110d0000},
1879/* END - DIF BPF register values from 106_quant.dat*/
1880
1881
1882/*case 10700000:*/
1883/* BEGIN - DIF BPF register values from 107_quant.dat*/
1884{10700000, DIF_BPF_COEFF01, 0x0000fffd},
1885{10700000, DIF_BPF_COEFF23, 0xffff0011},
1886{10700000, DIF_BPF_COEFF45, 0x0014ffdb},
1887{10700000, DIF_BPF_COEFF67, 0xffb40023},
1888{10700000, DIF_BPF_COEFF89, 0x00b2002a},
1889{10700000, DIF_BPF_COEFF1011, 0xfedbff10},
1890{10700000, DIF_BPF_COEFF1213, 0x0150022d},
1891{10700000, DIF_BPF_COEFF1415, 0xff38fc6f},
1892{10700000, DIF_BPF_COEFF1617, 0xff36047b},
1893{10700000, DIF_BPF_COEFF1819, 0x035efbda},
1894{10700000, DIF_BPF_COEFF2021, 0xf9940202},
1895{10700000, DIF_BPF_COEFF2223, 0x08ee01f5},
1896{10700000, DIF_BPF_COEFF2425, 0xf649f8fe},
1897{10700000, DIF_BPF_COEFF2627, 0x07e10bc2},
1898{10700000, DIF_BPF_COEFF2829, 0xfcb6f169},
1899{10700000, DIF_BPF_COEFF3031, 0xfcc60e42},
1900{10700000, DIF_BPF_COEFF3233, 0x0a04f599},
1901{10700000, DIF_BPF_COEFF3435, 0xf0db03d0},
1902{10700000, DIF_BPF_COEFF36, 0x110d0000},
1903/* END - DIF BPF register values from 107_quant.dat*/
1904
1905
1906/*case 10800000:*/
1907/* BEGIN - DIF BPF register values from 108_quant.dat*/
1908{10800000, DIF_BPF_COEFF01, 0x0000fffd},
1909{10800000, DIF_BPF_COEFF23, 0xfffb000d},
1910{10800000, DIF_BPF_COEFF45, 0x001dffed},
1911{10800000, DIF_BPF_COEFF67, 0xffaafff5},
1912{10800000, DIF_BPF_COEFF89, 0x00aa0077},
1913{10800000, DIF_BPF_COEFF1011, 0xff13feb6},
1914{10800000, DIF_BPF_COEFF1213, 0x00ce026b},
1915{10800000, DIF_BPF_COEFF1415, 0x000afc85},
1916{10800000, DIF_BPF_COEFF1617, 0xfe3503e3},
1917{10800000, DIF_BPF_COEFF1819, 0x044cfcfb},
1918{10800000, DIF_BPF_COEFF2021, 0xf90c0082},
1919{10800000, DIF_BPF_COEFF2223, 0x08d5037f},
1920{10800000, DIF_BPF_COEFF2425, 0xf710f7cc},
1921{10800000, DIF_BPF_COEFF2627, 0x069f0c59},
1922{10800000, DIF_BPF_COEFF2829, 0xfe16f173},
1923{10800000, DIF_BPF_COEFF3031, 0xfbaa0dcf},
1924{10800000, DIF_BPF_COEFF3233, 0x0aa5f617},
1925{10800000, DIF_BPF_COEFF3435, 0xf0ad039b},
1926{10800000, DIF_BPF_COEFF36, 0x110d0000},
1927/* END - DIF BPF register values from 108_quant.dat*/
1928
1929
1930/*case 10900000:*/
1931/* BEGIN - DIF BPF register values from 109_quant.dat*/
1932{10900000, DIF_BPF_COEFF01, 0x0000fffe},
1933{10900000, DIF_BPF_COEFF23, 0xfff90006},
1934{10900000, DIF_BPF_COEFF45, 0x00210003},
1935{10900000, DIF_BPF_COEFF67, 0xffacffc8},
1936{10900000, DIF_BPF_COEFF89, 0x008e00b6},
1937{10900000, DIF_BPF_COEFF1011, 0xff63fe7c},
1938{10900000, DIF_BPF_COEFF1213, 0x003a0275},
1939{10900000, DIF_BPF_COEFF1415, 0x00dafcda},
1940{10900000, DIF_BPF_COEFF1617, 0xfd510313},
1941{10900000, DIF_BPF_COEFF1819, 0x0501fe40},
1942{10900000, DIF_BPF_COEFF2021, 0xf8cbfefd},
1943{10900000, DIF_BPF_COEFF2223, 0x087604f0},
1944{10900000, DIF_BPF_COEFF2425, 0xf80af6c2},
1945{10900000, DIF_BPF_COEFF2627, 0x05430cc8},
1946{10900000, DIF_BPF_COEFF2829, 0xff7af19a},
1947{10900000, DIF_BPF_COEFF3031, 0xfa940d4e},
1948{10900000, DIF_BPF_COEFF3233, 0x0b3ff699},
1949{10900000, DIF_BPF_COEFF3435, 0xf0810365},
1950{10900000, DIF_BPF_COEFF36, 0x110d0000},
1951/* END - DIF BPF register values from 109_quant.dat*/
1952
1953
1954/*case 11000000:*/
1955/* BEGIN - DIF BPF register values from 110_quant.dat*/
1956{11000000, DIF_BPF_COEFF01, 0x0001ffff},
1957{11000000, DIF_BPF_COEFF23, 0xfff8ffff},
1958{11000000, DIF_BPF_COEFF45, 0x00210018},
1959{11000000, DIF_BPF_COEFF67, 0xffbaffa3},
1960{11000000, DIF_BPF_COEFF89, 0x006000e1},
1961{11000000, DIF_BPF_COEFF1011, 0xffc4fe68},
1962{11000000, DIF_BPF_COEFF1213, 0xffa0024b},
1963{11000000, DIF_BPF_COEFF1415, 0x019afd66},
1964{11000000, DIF_BPF_COEFF1617, 0xfc990216},
1965{11000000, DIF_BPF_COEFF1819, 0x0575ff99},
1966{11000000, DIF_BPF_COEFF2021, 0xf8d4fd81},
1967{11000000, DIF_BPF_COEFF2223, 0x07d40640},
1968{11000000, DIF_BPF_COEFF2425, 0xf932f5e6},
1969{11000000, DIF_BPF_COEFF2627, 0x03d20d0d},
1970{11000000, DIF_BPF_COEFF2829, 0x00dff1de},
1971{11000000, DIF_BPF_COEFF3031, 0xf9860cbf},
1972{11000000, DIF_BPF_COEFF3233, 0x0bd1f71e},
1973{11000000, DIF_BPF_COEFF3435, 0xf058032f},
1974{11000000, DIF_BPF_COEFF36, 0x110d0000},
1975/* END - DIF BPF register values from 110_quant.dat*/
1976
1977
1978/*case 11100000:*/
1979/* BEGIN - DIF BPF register values from 111_quant.dat*/
1980{11100000, DIF_BPF_COEFF01, 0x00010000},
1981{11100000, DIF_BPF_COEFF23, 0xfff8fff8},
1982{11100000, DIF_BPF_COEFF45, 0x001b0029},
1983{11100000, DIF_BPF_COEFF67, 0xffd1ff8a},
1984{11100000, DIF_BPF_COEFF89, 0x002600f2},
1985{11100000, DIF_BPF_COEFF1011, 0x002cfe7c},
1986{11100000, DIF_BPF_COEFF1213, 0xff0f01f0},
1987{11100000, DIF_BPF_COEFF1415, 0x023bfe20},
1988{11100000, DIF_BPF_COEFF1617, 0xfc1700fa},
1989{11100000, DIF_BPF_COEFF1819, 0x05a200f7},
1990{11100000, DIF_BPF_COEFF2021, 0xf927fc1c},
1991{11100000, DIF_BPF_COEFF2223, 0x06f40765},
1992{11100000, DIF_BPF_COEFF2425, 0xfa82f53b},
1993{11100000, DIF_BPF_COEFF2627, 0x02510d27},
1994{11100000, DIF_BPF_COEFF2829, 0x0243f23d},
1995{11100000, DIF_BPF_COEFF3031, 0xf8810c24},
1996{11100000, DIF_BPF_COEFF3233, 0x0c5cf7a7},
1997{11100000, DIF_BPF_COEFF3435, 0xf03102fa},
1998{11100000, DIF_BPF_COEFF36, 0x110d0000},
1999/* END - DIF BPF register values from 111_quant.dat*/
2000
2001
2002/*case 11200000:*/
2003/* BEGIN - DIF BPF register values from 112_quant.dat*/
2004{11200000, DIF_BPF_COEFF01, 0x00010002},
2005{11200000, DIF_BPF_COEFF23, 0xfffafff2},
2006{11200000, DIF_BPF_COEFF45, 0x00110035},
2007{11200000, DIF_BPF_COEFF67, 0xfff0ff81},
2008{11200000, DIF_BPF_COEFF89, 0xffe700e7},
2009{11200000, DIF_BPF_COEFF1011, 0x008ffeb6},
2010{11200000, DIF_BPF_COEFF1213, 0xfe94016d},
2011{11200000, DIF_BPF_COEFF1415, 0x02b0fefb},
2012{11200000, DIF_BPF_COEFF1617, 0xfbd3ffd1},
2013{11200000, DIF_BPF_COEFF1819, 0x05850249},
2014{11200000, DIF_BPF_COEFF2021, 0xf9c1fadb},
2015{11200000, DIF_BPF_COEFF2223, 0x05de0858},
2016{11200000, DIF_BPF_COEFF2425, 0xfbf2f4c4},
2017{11200000, DIF_BPF_COEFF2627, 0x00c70d17},
2018{11200000, DIF_BPF_COEFF2829, 0x03a0f2b8},
2019{11200000, DIF_BPF_COEFF3031, 0xf7870b7c},
2020{11200000, DIF_BPF_COEFF3233, 0x0cdff833},
2021{11200000, DIF_BPF_COEFF3435, 0xf00d02c4},
2022{11200000, DIF_BPF_COEFF36, 0x110d0000},
2023/* END - DIF BPF register values from 112_quant.dat*/
2024
2025
2026/*case 11300000:*/
2027/* BEGIN - DIF BPF register values from 113_quant.dat*/
2028{11300000, DIF_BPF_COEFF01, 0x00000003},
2029{11300000, DIF_BPF_COEFF23, 0xfffdffee},
2030{11300000, DIF_BPF_COEFF45, 0x00040038},
2031{11300000, DIF_BPF_COEFF67, 0x0010ff88},
2032{11300000, DIF_BPF_COEFF89, 0xffac00c2},
2033{11300000, DIF_BPF_COEFF1011, 0x00e2ff10},
2034{11300000, DIF_BPF_COEFF1213, 0xfe3900cb},
2035{11300000, DIF_BPF_COEFF1415, 0x02f1ffe9},
2036{11300000, DIF_BPF_COEFF1617, 0xfbd3feaa},
2037{11300000, DIF_BPF_COEFF1819, 0x05210381},
2038{11300000, DIF_BPF_COEFF2021, 0xfa9cf9c8},
2039{11300000, DIF_BPF_COEFF2223, 0x04990912},
2040{11300000, DIF_BPF_COEFF2425, 0xfd7af484},
2041{11300000, DIF_BPF_COEFF2627, 0xff390cdb},
2042{11300000, DIF_BPF_COEFF2829, 0x04f4f34d},
2043{11300000, DIF_BPF_COEFF3031, 0xf69a0ac9},
2044{11300000, DIF_BPF_COEFF3233, 0x0d5af8c1},
2045{11300000, DIF_BPF_COEFF3435, 0xefec028e},
2046{11300000, DIF_BPF_COEFF36, 0x110d0000},
2047/* END - DIF BPF register values from 113_quant.dat*/
2048
2049
2050/*case 11400000:*/
2051/* BEGIN - DIF BPF register values from 114_quant.dat*/
2052{11400000, DIF_BPF_COEFF01, 0x00000003},
2053{11400000, DIF_BPF_COEFF23, 0x0000ffee},
2054{11400000, DIF_BPF_COEFF45, 0xfff60033},
2055{11400000, DIF_BPF_COEFF67, 0x002fff9f},
2056{11400000, DIF_BPF_COEFF89, 0xff7b0087},
2057{11400000, DIF_BPF_COEFF1011, 0x011eff82},
2058{11400000, DIF_BPF_COEFF1213, 0xfe080018},
2059{11400000, DIF_BPF_COEFF1415, 0x02f900d8},
2060{11400000, DIF_BPF_COEFF1617, 0xfc17fd96},
2061{11400000, DIF_BPF_COEFF1819, 0x04790490},
2062{11400000, DIF_BPF_COEFF2021, 0xfbadf8ed},
2063{11400000, DIF_BPF_COEFF2223, 0x032f098e},
2064{11400000, DIF_BPF_COEFF2425, 0xff10f47d},
2065{11400000, DIF_BPF_COEFF2627, 0xfdaf0c75},
2066{11400000, DIF_BPF_COEFF2829, 0x063cf3fc},
2067{11400000, DIF_BPF_COEFF3031, 0xf5ba0a0b},
2068{11400000, DIF_BPF_COEFF3233, 0x0dccf952},
2069{11400000, DIF_BPF_COEFF3435, 0xefcd0258},
2070{11400000, DIF_BPF_COEFF36, 0x110d0000},
2071/* END - DIF BPF register values from 114_quant.dat*/
2072
2073
2074/*case 11500000:*/
2075/* BEGIN - DIF BPF register values from 115_quant.dat*/
2076{11500000, DIF_BPF_COEFF01, 0x00000003},
2077{11500000, DIF_BPF_COEFF23, 0x0004fff1},
2078{11500000, DIF_BPF_COEFF45, 0xffea0026},
2079{11500000, DIF_BPF_COEFF67, 0x0046ffc3},
2080{11500000, DIF_BPF_COEFF89, 0xff5a003c},
2081{11500000, DIF_BPF_COEFF1011, 0x013b0000},
2082{11500000, DIF_BPF_COEFF1213, 0xfe04ff63},
2083{11500000, DIF_BPF_COEFF1415, 0x02c801b8},
2084{11500000, DIF_BPF_COEFF1617, 0xfc99fca6},
2085{11500000, DIF_BPF_COEFF1819, 0x0397056a},
2086{11500000, DIF_BPF_COEFF2021, 0xfcecf853},
2087{11500000, DIF_BPF_COEFF2223, 0x01ad09c9},
2088{11500000, DIF_BPF_COEFF2425, 0x00acf4ad},
2089{11500000, DIF_BPF_COEFF2627, 0xfc2e0be7},
2090{11500000, DIF_BPF_COEFF2829, 0x0773f4c2},
2091{11500000, DIF_BPF_COEFF3031, 0xf4e90943},
2092{11500000, DIF_BPF_COEFF3233, 0x0e35f9e6},
2093{11500000, DIF_BPF_COEFF3435, 0xefb10221},
2094{11500000, DIF_BPF_COEFF36, 0x110d0000},
2095/* END - DIF BPF register values from 115_quant.dat*/
2096
2097
2098/*case 11600000:*/
2099/* BEGIN - DIF BPF register values from 116_quant.dat*/
2100{11600000, DIF_BPF_COEFF01, 0x00000002},
2101{11600000, DIF_BPF_COEFF23, 0x0007fff6},
2102{11600000, DIF_BPF_COEFF45, 0xffe20014},
2103{11600000, DIF_BPF_COEFF67, 0x0054ffee},
2104{11600000, DIF_BPF_COEFF89, 0xff4effeb},
2105{11600000, DIF_BPF_COEFF1011, 0x0137007e},
2106{11600000, DIF_BPF_COEFF1213, 0xfe2efebb},
2107{11600000, DIF_BPF_COEFF1415, 0x0260027a},
2108{11600000, DIF_BPF_COEFF1617, 0xfd51fbe6},
2109{11600000, DIF_BPF_COEFF1819, 0x02870605},
2110{11600000, DIF_BPF_COEFF2021, 0xfe4af7fe},
2111{11600000, DIF_BPF_COEFF2223, 0x001d09c1},
2112{11600000, DIF_BPF_COEFF2425, 0x0243f515},
2113{11600000, DIF_BPF_COEFF2627, 0xfabd0b32},
2114{11600000, DIF_BPF_COEFF2829, 0x0897f59e},
2115{11600000, DIF_BPF_COEFF3031, 0xf4280871},
2116{11600000, DIF_BPF_COEFF3233, 0x0e95fa7c},
2117{11600000, DIF_BPF_COEFF3435, 0xef9701eb},
2118{11600000, DIF_BPF_COEFF36, 0x110d0000},
2119/* END - DIF BPF register values from 116_quant.dat*/
2120
2121
2122/*case 11700000:*/
2123/* BEGIN - DIF BPF register values from 117_quant.dat*/
2124{11700000, DIF_BPF_COEFF01, 0xffff0001},
2125{11700000, DIF_BPF_COEFF23, 0x0008fffd},
2126{11700000, DIF_BPF_COEFF45, 0xffdeffff},
2127{11700000, DIF_BPF_COEFF67, 0x0056001d},
2128{11700000, DIF_BPF_COEFF89, 0xff57ff9c},
2129{11700000, DIF_BPF_COEFF1011, 0x011300f0},
2130{11700000, DIF_BPF_COEFF1213, 0xfe82fe2e},
2131{11700000, DIF_BPF_COEFF1415, 0x01ca0310},
2132{11700000, DIF_BPF_COEFF1617, 0xfe35fb62},
2133{11700000, DIF_BPF_COEFF1819, 0x0155065a},
2134{11700000, DIF_BPF_COEFF2021, 0xffbaf7f2},
2135{11700000, DIF_BPF_COEFF2223, 0xfe8c0977},
2136{11700000, DIF_BPF_COEFF2425, 0x03cef5b2},
2137{11700000, DIF_BPF_COEFF2627, 0xf9610a58},
2138{11700000, DIF_BPF_COEFF2829, 0x09a5f68f},
2139{11700000, DIF_BPF_COEFF3031, 0xf3790797},
2140{11700000, DIF_BPF_COEFF3233, 0x0eebfb14},
2141{11700000, DIF_BPF_COEFF3435, 0xef8001b5},
2142{11700000, DIF_BPF_COEFF36, 0x110d0000},
2143/* END - DIF BPF register values from 117_quant.dat*/
2144
2145
2146/*case 11800000:*/
2147/* BEGIN - DIF BPF register values from 118_quant.dat*/
2148{11800000, DIF_BPF_COEFF01, 0xffff0000},
2149{11800000, DIF_BPF_COEFF23, 0x00080004},
2150{11800000, DIF_BPF_COEFF45, 0xffe0ffe9},
2151{11800000, DIF_BPF_COEFF67, 0x004c0047},
2152{11800000, DIF_BPF_COEFF89, 0xff75ff58},
2153{11800000, DIF_BPF_COEFF1011, 0x00d1014a},
2154{11800000, DIF_BPF_COEFF1213, 0xfef9fdc8},
2155{11800000, DIF_BPF_COEFF1415, 0x0111036f},
2156{11800000, DIF_BPF_COEFF1617, 0xff36fb21},
2157{11800000, DIF_BPF_COEFF1819, 0x00120665},
2158{11800000, DIF_BPF_COEFF2021, 0x012df82e},
2159{11800000, DIF_BPF_COEFF2223, 0xfd0708ec},
2160{11800000, DIF_BPF_COEFF2425, 0x0542f682},
2161{11800000, DIF_BPF_COEFF2627, 0xf81f095c},
2162{11800000, DIF_BPF_COEFF2829, 0x0a9af792},
2163{11800000, DIF_BPF_COEFF3031, 0xf2db06b5},
2164{11800000, DIF_BPF_COEFF3233, 0x0f38fbad},
2165{11800000, DIF_BPF_COEFF3435, 0xef6c017e},
2166{11800000, DIF_BPF_COEFF36, 0x110d0000},
2167/* END - DIF BPF register values from 118_quant.dat*/
2168
2169
2170/*case 11900000:*/
2171/* BEGIN - DIF BPF register values from 119_quant.dat*/
2172{11900000, DIF_BPF_COEFF01, 0xffffffff},
2173{11900000, DIF_BPF_COEFF23, 0x0007000b},
2174{11900000, DIF_BPF_COEFF45, 0xffe7ffd8},
2175{11900000, DIF_BPF_COEFF67, 0x00370068},
2176{11900000, DIF_BPF_COEFF89, 0xffa4ff28},
2177{11900000, DIF_BPF_COEFF1011, 0x00790184},
2178{11900000, DIF_BPF_COEFF1213, 0xff87fd91},
2179{11900000, DIF_BPF_COEFF1415, 0x00430392},
2180{11900000, DIF_BPF_COEFF1617, 0x0044fb26},
2181{11900000, DIF_BPF_COEFF1819, 0xfece0626},
2182{11900000, DIF_BPF_COEFF2021, 0x0294f8b2},
2183{11900000, DIF_BPF_COEFF2223, 0xfb990825},
2184{11900000, DIF_BPF_COEFF2425, 0x0698f77f},
2185{11900000, DIF_BPF_COEFF2627, 0xf6fe0842},
2186{11900000, DIF_BPF_COEFF2829, 0x0b73f8a7},
2187{11900000, DIF_BPF_COEFF3031, 0xf25105cd},
2188{11900000, DIF_BPF_COEFF3233, 0x0f7bfc48},
2189{11900000, DIF_BPF_COEFF3435, 0xef5a0148},
2190{11900000, DIF_BPF_COEFF36, 0x110d0000},
2191/* END - DIF BPF register values from 119_quant.dat*/
2192
2193
2194/*case 12000000:*/
2195/* BEGIN - DIF BPF register values from 120_quant.dat*/
2196{12000000, DIF_BPF_COEFF01, 0x0000fffe},
2197{12000000, DIF_BPF_COEFF23, 0x00050010},
2198{12000000, DIF_BPF_COEFF45, 0xfff2ffcc},
2199{12000000, DIF_BPF_COEFF67, 0x001b007b},
2200{12000000, DIF_BPF_COEFF89, 0xffdfff10},
2201{12000000, DIF_BPF_COEFF1011, 0x00140198},
2202{12000000, DIF_BPF_COEFF1213, 0x0020fd8e},
2203{12000000, DIF_BPF_COEFF1415, 0xff710375},
2204{12000000, DIF_BPF_COEFF1617, 0x014dfb73},
2205{12000000, DIF_BPF_COEFF1819, 0xfd9a059f},
2206{12000000, DIF_BPF_COEFF2021, 0x03e0f978},
2207{12000000, DIF_BPF_COEFF2223, 0xfa4e0726},
2208{12000000, DIF_BPF_COEFF2425, 0x07c8f8a7},
2209{12000000, DIF_BPF_COEFF2627, 0xf600070c},
2210{12000000, DIF_BPF_COEFF2829, 0x0c2ff9c9},
2211{12000000, DIF_BPF_COEFF3031, 0xf1db04de},
2212{12000000, DIF_BPF_COEFF3233, 0x0fb4fce5},
2213{12000000, DIF_BPF_COEFF3435, 0xef4b0111},
2214{12000000, DIF_BPF_COEFF36, 0x110d0000},
2215/* END - DIF BPF register values from 120_quant.dat*/
2216
2217
2218/*case 12100000:*/
2219/* BEGIN - DIF BPF register values from 121_quant.dat*/
2220{12100000, DIF_BPF_COEFF01, 0x0000fffd},
2221{12100000, DIF_BPF_COEFF23, 0x00010012},
2222{12100000, DIF_BPF_COEFF45, 0xffffffc8},
2223{12100000, DIF_BPF_COEFF67, 0xfffb007e},
2224{12100000, DIF_BPF_COEFF89, 0x001dff14},
2225{12100000, DIF_BPF_COEFF1011, 0xffad0184},
2226{12100000, DIF_BPF_COEFF1213, 0x00b7fdbe},
2227{12100000, DIF_BPF_COEFF1415, 0xfea9031b},
2228{12100000, DIF_BPF_COEFF1617, 0x0241fc01},
2229{12100000, DIF_BPF_COEFF1819, 0xfc8504d6},
2230{12100000, DIF_BPF_COEFF2021, 0x0504fa79},
2231{12100000, DIF_BPF_COEFF2223, 0xf93005f6},
2232{12100000, DIF_BPF_COEFF2425, 0x08caf9f2},
2233{12100000, DIF_BPF_COEFF2627, 0xf52b05c0},
2234{12100000, DIF_BPF_COEFF2829, 0x0ccbfaf9},
2235{12100000, DIF_BPF_COEFF3031, 0xf17903eb},
2236{12100000, DIF_BPF_COEFF3233, 0x0fe3fd83},
2237{12100000, DIF_BPF_COEFF3435, 0xef3f00db},
2238{12100000, DIF_BPF_COEFF36, 0x110d0000},
2239/* END - DIF BPF register values from 121_quant.dat*/
2240
2241
2242/*case 12200000:*/
2243/* BEGIN - DIF BPF register values from 122_quant.dat*/
2244{12200000, DIF_BPF_COEFF01, 0x0000fffd},
2245{12200000, DIF_BPF_COEFF23, 0xfffe0011},
2246{12200000, DIF_BPF_COEFF45, 0x000cffcc},
2247{12200000, DIF_BPF_COEFF67, 0xffdb0071},
2248{12200000, DIF_BPF_COEFF89, 0x0058ff32},
2249{12200000, DIF_BPF_COEFF1011, 0xff4f014a},
2250{12200000, DIF_BPF_COEFF1213, 0x013cfe1f},
2251{12200000, DIF_BPF_COEFF1415, 0xfdfb028a},
2252{12200000, DIF_BPF_COEFF1617, 0x0311fcc9},
2253{12200000, DIF_BPF_COEFF1819, 0xfb9d03d6},
2254{12200000, DIF_BPF_COEFF2021, 0x05f4fbad},
2255{12200000, DIF_BPF_COEFF2223, 0xf848049d},
2256{12200000, DIF_BPF_COEFF2425, 0x0999fb5b},
2257{12200000, DIF_BPF_COEFF2627, 0xf4820461},
2258{12200000, DIF_BPF_COEFF2829, 0x0d46fc32},
2259{12200000, DIF_BPF_COEFF3031, 0xf12d02f4},
2260{12200000, DIF_BPF_COEFF3233, 0x1007fe21},
2261{12200000, DIF_BPF_COEFF3435, 0xef3600a4},
2262{12200000, DIF_BPF_COEFF36, 0x110d0000},
2263/* END - DIF BPF register values from 122_quant.dat*/
2264
2265
2266/*case 12300000:*/
2267/* BEGIN - DIF BPF register values from 123_quant.dat*/
2268{12300000, DIF_BPF_COEFF01, 0x0000fffe},
2269{12300000, DIF_BPF_COEFF23, 0xfffa000e},
2270{12300000, DIF_BPF_COEFF45, 0x0017ffd9},
2271{12300000, DIF_BPF_COEFF67, 0xffc10055},
2272{12300000, DIF_BPF_COEFF89, 0x0088ff68},
2273{12300000, DIF_BPF_COEFF1011, 0xff0400f0},
2274{12300000, DIF_BPF_COEFF1213, 0x01a6fea7},
2275{12300000, DIF_BPF_COEFF1415, 0xfd7501cc},
2276{12300000, DIF_BPF_COEFF1617, 0x03b0fdc0},
2277{12300000, DIF_BPF_COEFF1819, 0xfaef02a8},
2278{12300000, DIF_BPF_COEFF2021, 0x06a7fd07},
2279{12300000, DIF_BPF_COEFF2223, 0xf79d0326},
2280{12300000, DIF_BPF_COEFF2425, 0x0a31fcda},
2281{12300000, DIF_BPF_COEFF2627, 0xf40702f3},
2282{12300000, DIF_BPF_COEFF2829, 0x0d9ffd72},
2283{12300000, DIF_BPF_COEFF3031, 0xf0f601fa},
2284{12300000, DIF_BPF_COEFF3233, 0x1021fec0},
2285{12300000, DIF_BPF_COEFF3435, 0xef2f006d},
2286{12300000, DIF_BPF_COEFF36, 0x110d0000},
2287/* END - DIF BPF register values from 123_quant.dat*/
2288
2289
2290/*case 12400000:*/
2291/* BEGIN - DIF BPF register values from 124_quant.dat*/
2292{12400000, DIF_BPF_COEFF01, 0x0001ffff},
2293{12400000, DIF_BPF_COEFF23, 0xfff80007},
2294{12400000, DIF_BPF_COEFF45, 0x001fffeb},
2295{12400000, DIF_BPF_COEFF67, 0xffaf002d},
2296{12400000, DIF_BPF_COEFF89, 0x00a8ffb0},
2297{12400000, DIF_BPF_COEFF1011, 0xfed3007e},
2298{12400000, DIF_BPF_COEFF1213, 0x01e9ff4c},
2299{12400000, DIF_BPF_COEFF1415, 0xfd2000ee},
2300{12400000, DIF_BPF_COEFF1617, 0x0413fed8},
2301{12400000, DIF_BPF_COEFF1819, 0xfa82015c},
2302{12400000, DIF_BPF_COEFF2021, 0x0715fe7d},
2303{12400000, DIF_BPF_COEFF2223, 0xf7340198},
2304{12400000, DIF_BPF_COEFF2425, 0x0a8dfe69},
2305{12400000, DIF_BPF_COEFF2627, 0xf3bd017c},
2306{12400000, DIF_BPF_COEFF2829, 0x0dd5feb8},
2307{12400000, DIF_BPF_COEFF3031, 0xf0d500fd},
2308{12400000, DIF_BPF_COEFF3233, 0x1031ff60},
2309{12400000, DIF_BPF_COEFF3435, 0xef2b0037},
2310{12400000, DIF_BPF_COEFF36, 0x110d0000},
2311/* END - DIF BPF register values from 124_quant.dat*/
2312
2313
2314/*case 12500000:*/
2315/* BEGIN - DIF BPF register values from 125_quant.dat*/
2316{12500000, DIF_BPF_COEFF01, 0x00010000},
2317{12500000, DIF_BPF_COEFF23, 0xfff70000},
2318{12500000, DIF_BPF_COEFF45, 0x00220000},
2319{12500000, DIF_BPF_COEFF67, 0xffa90000},
2320{12500000, DIF_BPF_COEFF89, 0x00b30000},
2321{12500000, DIF_BPF_COEFF1011, 0xfec20000},
2322{12500000, DIF_BPF_COEFF1213, 0x02000000},
2323{12500000, DIF_BPF_COEFF1415, 0xfd030000},
2324{12500000, DIF_BPF_COEFF1617, 0x04350000},
2325{12500000, DIF_BPF_COEFF1819, 0xfa5e0000},
2326{12500000, DIF_BPF_COEFF2021, 0x073b0000},
2327{12500000, DIF_BPF_COEFF2223, 0xf7110000},
2328{12500000, DIF_BPF_COEFF2425, 0x0aac0000},
2329{12500000, DIF_BPF_COEFF2627, 0xf3a40000},
2330{12500000, DIF_BPF_COEFF2829, 0x0de70000},
2331{12500000, DIF_BPF_COEFF3031, 0xf0c90000},
2332{12500000, DIF_BPF_COEFF3233, 0x10360000},
2333{12500000, DIF_BPF_COEFF3435, 0xef290000},
2334{12500000, DIF_BPF_COEFF36, 0x110d0000},
2335/* END - DIF BPF register values from 125_quant.dat*/
2336
2337
2338/*case 12600000:*/
2339/* BEGIN - DIF BPF register values from 126_quant.dat*/
2340{12600000, DIF_BPF_COEFF01, 0x00010001},
2341{12600000, DIF_BPF_COEFF23, 0xfff8fff9},
2342{12600000, DIF_BPF_COEFF45, 0x001f0015},
2343{12600000, DIF_BPF_COEFF67, 0xffafffd3},
2344{12600000, DIF_BPF_COEFF89, 0x00a80050},
2345{12600000, DIF_BPF_COEFF1011, 0xfed3ff82},
2346{12600000, DIF_BPF_COEFF1213, 0x01e900b4},
2347{12600000, DIF_BPF_COEFF1415, 0xfd20ff12},
2348{12600000, DIF_BPF_COEFF1617, 0x04130128},
2349{12600000, DIF_BPF_COEFF1819, 0xfa82fea4},
2350{12600000, DIF_BPF_COEFF2021, 0x07150183},
2351{12600000, DIF_BPF_COEFF2223, 0xf734fe68},
2352{12600000, DIF_BPF_COEFF2425, 0x0a8d0197},
2353{12600000, DIF_BPF_COEFF2627, 0xf3bdfe84},
2354{12600000, DIF_BPF_COEFF2829, 0x0dd50148},
2355{12600000, DIF_BPF_COEFF3031, 0xf0d5ff03},
2356{12600000, DIF_BPF_COEFF3233, 0x103100a0},
2357{12600000, DIF_BPF_COEFF3435, 0xef2bffc9},
2358{12600000, DIF_BPF_COEFF36, 0x110d0000},
2359/* END - DIF BPF register values from 126_quant.dat*/
2360
2361
2362/*case 12700000:*/
2363/* BEGIN - DIF BPF register values from 127_quant.dat*/
2364{12700000, DIF_BPF_COEFF01, 0x00000002},
2365{12700000, DIF_BPF_COEFF23, 0xfffafff2},
2366{12700000, DIF_BPF_COEFF45, 0x00170027},
2367{12700000, DIF_BPF_COEFF67, 0xffc1ffab},
2368{12700000, DIF_BPF_COEFF89, 0x00880098},
2369{12700000, DIF_BPF_COEFF1011, 0xff04ff10},
2370{12700000, DIF_BPF_COEFF1213, 0x01a60159},
2371{12700000, DIF_BPF_COEFF1415, 0xfd75fe34},
2372{12700000, DIF_BPF_COEFF1617, 0x03b00240},
2373{12700000, DIF_BPF_COEFF1819, 0xfaeffd58},
2374{12700000, DIF_BPF_COEFF2021, 0x06a702f9},
2375{12700000, DIF_BPF_COEFF2223, 0xf79dfcda},
2376{12700000, DIF_BPF_COEFF2425, 0x0a310326},
2377{12700000, DIF_BPF_COEFF2627, 0xf407fd0d},
2378{12700000, DIF_BPF_COEFF2829, 0x0d9f028e},
2379{12700000, DIF_BPF_COEFF3031, 0xf0f6fe06},
2380{12700000, DIF_BPF_COEFF3233, 0x10210140},
2381{12700000, DIF_BPF_COEFF3435, 0xef2fff93},
2382{12700000, DIF_BPF_COEFF36, 0x110d0000},
2383/* END - DIF BPF register values from 127_quant.dat*/
2384
2385
2386/*case 12800000:*/
2387/* BEGIN - DIF BPF register values from 128_quant.dat*/
2388{12800000, DIF_BPF_COEFF01, 0x00000003},
2389{12800000, DIF_BPF_COEFF23, 0xfffeffef},
2390{12800000, DIF_BPF_COEFF45, 0x000c0034},
2391{12800000, DIF_BPF_COEFF67, 0xffdbff8f},
2392{12800000, DIF_BPF_COEFF89, 0x005800ce},
2393{12800000, DIF_BPF_COEFF1011, 0xff4ffeb6},
2394{12800000, DIF_BPF_COEFF1213, 0x013c01e1},
2395{12800000, DIF_BPF_COEFF1415, 0xfdfbfd76},
2396{12800000, DIF_BPF_COEFF1617, 0x03110337},
2397{12800000, DIF_BPF_COEFF1819, 0xfb9dfc2a},
2398{12800000, DIF_BPF_COEFF2021, 0x05f40453},
2399{12800000, DIF_BPF_COEFF2223, 0xf848fb63},
2400{12800000, DIF_BPF_COEFF2425, 0x099904a5},
2401{12800000, DIF_BPF_COEFF2627, 0xf482fb9f},
2402{12800000, DIF_BPF_COEFF2829, 0x0d4603ce},
2403{12800000, DIF_BPF_COEFF3031, 0xf12dfd0c},
2404{12800000, DIF_BPF_COEFF3233, 0x100701df},
2405{12800000, DIF_BPF_COEFF3435, 0xef36ff5c},
2406{12800000, DIF_BPF_COEFF36, 0x110d0000},
2407/* END - DIF BPF register values from 128_quant.dat*/
2408
2409
2410/*case 12900000:*/
2411/* BEGIN - DIF BPF register values from 129_quant.dat*/
2412{12900000, DIF_BPF_COEFF01, 0x00000003},
2413{12900000, DIF_BPF_COEFF23, 0x0001ffee},
2414{12900000, DIF_BPF_COEFF45, 0xffff0038},
2415{12900000, DIF_BPF_COEFF67, 0xfffbff82},
2416{12900000, DIF_BPF_COEFF89, 0x001d00ec},
2417{12900000, DIF_BPF_COEFF1011, 0xffadfe7c},
2418{12900000, DIF_BPF_COEFF1213, 0x00b70242},
2419{12900000, DIF_BPF_COEFF1415, 0xfea9fce5},
2420{12900000, DIF_BPF_COEFF1617, 0x024103ff},
2421{12900000, DIF_BPF_COEFF1819, 0xfc85fb2a},
2422{12900000, DIF_BPF_COEFF2021, 0x05040587},
2423{12900000, DIF_BPF_COEFF2223, 0xf930fa0a},
2424{12900000, DIF_BPF_COEFF2425, 0x08ca060e},
2425{12900000, DIF_BPF_COEFF2627, 0xf52bfa40},
2426{12900000, DIF_BPF_COEFF2829, 0x0ccb0507},
2427{12900000, DIF_BPF_COEFF3031, 0xf179fc15},
2428{12900000, DIF_BPF_COEFF3233, 0x0fe3027d},
2429{12900000, DIF_BPF_COEFF3435, 0xef3fff25},
2430{12900000, DIF_BPF_COEFF36, 0x110d0000},
2431/* END - DIF BPF register values from 129_quant.dat*/
2432
2433
2434/*case 113000000:*/
2435/* BEGIN - DIF BPF register values from 130_quant.dat*/
2436{13000000, DIF_BPF_COEFF01, 0x00000002},
2437{13000000, DIF_BPF_COEFF23, 0x0005fff0},
2438{13000000, DIF_BPF_COEFF45, 0xfff20034},
2439{13000000, DIF_BPF_COEFF67, 0x001bff85},
2440{13000000, DIF_BPF_COEFF89, 0xffdf00f0},
2441{13000000, DIF_BPF_COEFF1011, 0x0014fe68},
2442{13000000, DIF_BPF_COEFF1213, 0x00200272},
2443{13000000, DIF_BPF_COEFF1415, 0xff71fc8b},
2444{13000000, DIF_BPF_COEFF1617, 0x014d048d},
2445{13000000, DIF_BPF_COEFF1819, 0xfd9afa61},
2446{13000000, DIF_BPF_COEFF2021, 0x03e00688},
2447{13000000, DIF_BPF_COEFF2223, 0xfa4ef8da},
2448{13000000, DIF_BPF_COEFF2425, 0x07c80759},
2449{13000000, DIF_BPF_COEFF2627, 0xf600f8f4},
2450{13000000, DIF_BPF_COEFF2829, 0x0c2f0637},
2451{13000000, DIF_BPF_COEFF3031, 0xf1dbfb22},
2452{13000000, DIF_BPF_COEFF3233, 0x0fb4031b},
2453{13000000, DIF_BPF_COEFF3435, 0xef4bfeef},
2454{13000000, DIF_BPF_COEFF36, 0x110d0000},
2455/* END - DIF BPF register values from 130_quant.dat*/
2456
2457
2458/*case 13100000:*/
2459/* BEGIN - DIF BPF register values from 131_quant.dat*/
2460{13100000, DIF_BPF_COEFF01, 0xffff0001},
2461{13100000, DIF_BPF_COEFF23, 0x0007fff5},
2462{13100000, DIF_BPF_COEFF45, 0xffe70028},
2463{13100000, DIF_BPF_COEFF67, 0x0037ff98},
2464{13100000, DIF_BPF_COEFF89, 0xffa400d8},
2465{13100000, DIF_BPF_COEFF1011, 0x0079fe7c},
2466{13100000, DIF_BPF_COEFF1213, 0xff87026f},
2467{13100000, DIF_BPF_COEFF1415, 0x0043fc6e},
2468{13100000, DIF_BPF_COEFF1617, 0x004404da},
2469{13100000, DIF_BPF_COEFF1819, 0xfecef9da},
2470{13100000, DIF_BPF_COEFF2021, 0x0294074e},
2471{13100000, DIF_BPF_COEFF2223, 0xfb99f7db},
2472{13100000, DIF_BPF_COEFF2425, 0x06980881},
2473{13100000, DIF_BPF_COEFF2627, 0xf6fef7be},
2474{13100000, DIF_BPF_COEFF2829, 0x0b730759},
2475{13100000, DIF_BPF_COEFF3031, 0xf251fa33},
2476{13100000, DIF_BPF_COEFF3233, 0x0f7b03b8},
2477{13100000, DIF_BPF_COEFF3435, 0xef5afeb8},
2478{13100000, DIF_BPF_COEFF36, 0x110d0000},
2479/* END - DIF BPF register values from 131_quant.dat*/
2480
2481
2482/*case 13200000:*/
2483/* BEGIN - DIF BPF register values from 132_quant.dat*/
2484{13200000, DIF_BPF_COEFF01, 0xffff0000},
2485{13200000, DIF_BPF_COEFF23, 0x0008fffc},
2486{13200000, DIF_BPF_COEFF45, 0xffe00017},
2487{13200000, DIF_BPF_COEFF67, 0x004cffb9},
2488{13200000, DIF_BPF_COEFF89, 0xff7500a8},
2489{13200000, DIF_BPF_COEFF1011, 0x00d1feb6},
2490{13200000, DIF_BPF_COEFF1213, 0xfef90238},
2491{13200000, DIF_BPF_COEFF1415, 0x0111fc91},
2492{13200000, DIF_BPF_COEFF1617, 0xff3604df},
2493{13200000, DIF_BPF_COEFF1819, 0x0012f99b},
2494{13200000, DIF_BPF_COEFF2021, 0x012d07d2},
2495{13200000, DIF_BPF_COEFF2223, 0xfd07f714},
2496{13200000, DIF_BPF_COEFF2425, 0x0542097e},
2497{13200000, DIF_BPF_COEFF2627, 0xf81ff6a4},
2498{13200000, DIF_BPF_COEFF2829, 0x0a9a086e},
2499{13200000, DIF_BPF_COEFF3031, 0xf2dbf94b},
2500{13200000, DIF_BPF_COEFF3233, 0x0f380453},
2501{13200000, DIF_BPF_COEFF3435, 0xef6cfe82},
2502{13200000, DIF_BPF_COEFF36, 0x110d0000},
2503/* END - DIF BPF register values from 132_quant.dat*/
2504
2505
2506/*case 13300000:*/
2507/* BEGIN - DIF BPF register values from 133_quant.dat*/
2508{13300000, DIF_BPF_COEFF01, 0xffffffff},
2509{13300000, DIF_BPF_COEFF23, 0x00080003},
2510{13300000, DIF_BPF_COEFF45, 0xffde0001},
2511{13300000, DIF_BPF_COEFF67, 0x0056ffe3},
2512{13300000, DIF_BPF_COEFF89, 0xff570064},
2513{13300000, DIF_BPF_COEFF1011, 0x0113ff10},
2514{13300000, DIF_BPF_COEFF1213, 0xfe8201d2},
2515{13300000, DIF_BPF_COEFF1415, 0x01cafcf0},
2516{13300000, DIF_BPF_COEFF1617, 0xfe35049e},
2517{13300000, DIF_BPF_COEFF1819, 0x0155f9a6},
2518{13300000, DIF_BPF_COEFF2021, 0xffba080e},
2519{13300000, DIF_BPF_COEFF2223, 0xfe8cf689},
2520{13300000, DIF_BPF_COEFF2425, 0x03ce0a4e},
2521{13300000, DIF_BPF_COEFF2627, 0xf961f5a8},
2522{13300000, DIF_BPF_COEFF2829, 0x09a50971},
2523{13300000, DIF_BPF_COEFF3031, 0xf379f869},
2524{13300000, DIF_BPF_COEFF3233, 0x0eeb04ec},
2525{13300000, DIF_BPF_COEFF3435, 0xef80fe4b},
2526{13300000, DIF_BPF_COEFF36, 0x110d0000},
2527/* END - DIF BPF register values from 133_quant.dat*/
2528
2529
2530/*case 13400000:*/
2531/* BEGIN - DIF BPF register values from 134_quant.dat*/
2532{13400000, DIF_BPF_COEFF01, 0x0000fffe},
2533{13400000, DIF_BPF_COEFF23, 0x0007000a},
2534{13400000, DIF_BPF_COEFF45, 0xffe2ffec},
2535{13400000, DIF_BPF_COEFF67, 0x00540012},
2536{13400000, DIF_BPF_COEFF89, 0xff4e0015},
2537{13400000, DIF_BPF_COEFF1011, 0x0137ff82},
2538{13400000, DIF_BPF_COEFF1213, 0xfe2e0145},
2539{13400000, DIF_BPF_COEFF1415, 0x0260fd86},
2540{13400000, DIF_BPF_COEFF1617, 0xfd51041a},
2541{13400000, DIF_BPF_COEFF1819, 0x0287f9fb},
2542{13400000, DIF_BPF_COEFF2021, 0xfe4a0802},
2543{13400000, DIF_BPF_COEFF2223, 0x001df63f},
2544{13400000, DIF_BPF_COEFF2425, 0x02430aeb},
2545{13400000, DIF_BPF_COEFF2627, 0xfabdf4ce},
2546{13400000, DIF_BPF_COEFF2829, 0x08970a62},
2547{13400000, DIF_BPF_COEFF3031, 0xf428f78f},
2548{13400000, DIF_BPF_COEFF3233, 0x0e950584},
2549{13400000, DIF_BPF_COEFF3435, 0xef97fe15},
2550{13400000, DIF_BPF_COEFF36, 0x110d0000},
2551/* END - DIF BPF register values from 134_quant.dat*/
2552
2553
2554/*case 13500000:*/
2555/* BEGIN - DIF BPF register values from 135_quant.dat*/
2556{13500000, DIF_BPF_COEFF01, 0x0000fffd},
2557{13500000, DIF_BPF_COEFF23, 0x0004000f},
2558{13500000, DIF_BPF_COEFF45, 0xffeaffda},
2559{13500000, DIF_BPF_COEFF67, 0x0046003d},
2560{13500000, DIF_BPF_COEFF89, 0xff5affc4},
2561{13500000, DIF_BPF_COEFF1011, 0x013b0000},
2562{13500000, DIF_BPF_COEFF1213, 0xfe04009d},
2563{13500000, DIF_BPF_COEFF1415, 0x02c8fe48},
2564{13500000, DIF_BPF_COEFF1617, 0xfc99035a},
2565{13500000, DIF_BPF_COEFF1819, 0x0397fa96},
2566{13500000, DIF_BPF_COEFF2021, 0xfcec07ad},
2567{13500000, DIF_BPF_COEFF2223, 0x01adf637},
2568{13500000, DIF_BPF_COEFF2425, 0x00ac0b53},
2569{13500000, DIF_BPF_COEFF2627, 0xfc2ef419},
2570{13500000, DIF_BPF_COEFF2829, 0x07730b3e},
2571{13500000, DIF_BPF_COEFF3031, 0xf4e9f6bd},
2572{13500000, DIF_BPF_COEFF3233, 0x0e35061a},
2573{13500000, DIF_BPF_COEFF3435, 0xefb1fddf},
2574{13500000, DIF_BPF_COEFF36, 0x110d0000},
2575/* END - DIF BPF register values from 135_quant.dat*/
2576
2577
2578/*case 13600000:*/
2579/* BEGIN - DIF BPF register values from 136_quant.dat*/
2580{13600000, DIF_BPF_COEFF01, 0x0000fffd},
2581{13600000, DIF_BPF_COEFF23, 0x00000012},
2582{13600000, DIF_BPF_COEFF45, 0xfff6ffcd},
2583{13600000, DIF_BPF_COEFF67, 0x002f0061},
2584{13600000, DIF_BPF_COEFF89, 0xff7bff79},
2585{13600000, DIF_BPF_COEFF1011, 0x011e007e},
2586{13600000, DIF_BPF_COEFF1213, 0xfe08ffe8},
2587{13600000, DIF_BPF_COEFF1415, 0x02f9ff28},
2588{13600000, DIF_BPF_COEFF1617, 0xfc17026a},
2589{13600000, DIF_BPF_COEFF1819, 0x0479fb70},
2590{13600000, DIF_BPF_COEFF2021, 0xfbad0713},
2591{13600000, DIF_BPF_COEFF2223, 0x032ff672},
2592{13600000, DIF_BPF_COEFF2425, 0xff100b83},
2593{13600000, DIF_BPF_COEFF2627, 0xfdaff38b},
2594{13600000, DIF_BPF_COEFF2829, 0x063c0c04},
2595{13600000, DIF_BPF_COEFF3031, 0xf5baf5f5},
2596{13600000, DIF_BPF_COEFF3233, 0x0dcc06ae},
2597{13600000, DIF_BPF_COEFF3435, 0xefcdfda8},
2598{13600000, DIF_BPF_COEFF36, 0x110d0000},
2599/* END - DIF BPF register values from 136_quant.dat*/
2600
2601
2602/*case 13700000:*/
2603/* BEGIN - DIF BPF register values from 137_quant.dat*/
2604{13700000, DIF_BPF_COEFF01, 0x0000fffd},
2605{13700000, DIF_BPF_COEFF23, 0xfffd0012},
2606{13700000, DIF_BPF_COEFF45, 0x0004ffc8},
2607{13700000, DIF_BPF_COEFF67, 0x00100078},
2608{13700000, DIF_BPF_COEFF89, 0xffacff3e},
2609{13700000, DIF_BPF_COEFF1011, 0x00e200f0},
2610{13700000, DIF_BPF_COEFF1213, 0xfe39ff35},
2611{13700000, DIF_BPF_COEFF1415, 0x02f10017},
2612{13700000, DIF_BPF_COEFF1617, 0xfbd30156},
2613{13700000, DIF_BPF_COEFF1819, 0x0521fc7f},
2614{13700000, DIF_BPF_COEFF2021, 0xfa9c0638},
2615{13700000, DIF_BPF_COEFF2223, 0x0499f6ee},
2616{13700000, DIF_BPF_COEFF2425, 0xfd7a0b7c},
2617{13700000, DIF_BPF_COEFF2627, 0xff39f325},
2618{13700000, DIF_BPF_COEFF2829, 0x04f40cb3},
2619{13700000, DIF_BPF_COEFF3031, 0xf69af537},
2620{13700000, DIF_BPF_COEFF3233, 0x0d5a073f},
2621{13700000, DIF_BPF_COEFF3435, 0xefecfd72},
2622{13700000, DIF_BPF_COEFF36, 0x110d0000},
2623/* END - DIF BPF register values from 137_quant.dat*/
2624
2625
2626/*case 13800000:*/
2627/* BEGIN - DIF BPF register values from 138_quant.dat*/
2628{13800000, DIF_BPF_COEFF01, 0x0001fffe},
2629{13800000, DIF_BPF_COEFF23, 0xfffa000e},
2630{13800000, DIF_BPF_COEFF45, 0x0011ffcb},
2631{13800000, DIF_BPF_COEFF67, 0xfff0007f},
2632{13800000, DIF_BPF_COEFF89, 0xffe7ff19},
2633{13800000, DIF_BPF_COEFF1011, 0x008f014a},
2634{13800000, DIF_BPF_COEFF1213, 0xfe94fe93},
2635{13800000, DIF_BPF_COEFF1415, 0x02b00105},
2636{13800000, DIF_BPF_COEFF1617, 0xfbd3002f},
2637{13800000, DIF_BPF_COEFF1819, 0x0585fdb7},
2638{13800000, DIF_BPF_COEFF2021, 0xf9c10525},
2639{13800000, DIF_BPF_COEFF2223, 0x05def7a8},
2640{13800000, DIF_BPF_COEFF2425, 0xfbf20b3c},
2641{13800000, DIF_BPF_COEFF2627, 0x00c7f2e9},
2642{13800000, DIF_BPF_COEFF2829, 0x03a00d48},
2643{13800000, DIF_BPF_COEFF3031, 0xf787f484},
2644{13800000, DIF_BPF_COEFF3233, 0x0cdf07cd},
2645{13800000, DIF_BPF_COEFF3435, 0xf00dfd3c},
2646{13800000, DIF_BPF_COEFF36, 0x110d0000},
2647/* END - DIF BPF register values from 138_quant.dat*/
2648
2649
2650/*case 13900000:*/
2651/* BEGIN - DIF BPF register values from 139_quant.dat*/
2652{13900000, DIF_BPF_COEFF01, 0x00010000},
2653{13900000, DIF_BPF_COEFF23, 0xfff80008},
2654{13900000, DIF_BPF_COEFF45, 0x001bffd7},
2655{13900000, DIF_BPF_COEFF67, 0xffd10076},
2656{13900000, DIF_BPF_COEFF89, 0x0026ff0e},
2657{13900000, DIF_BPF_COEFF1011, 0x002c0184},
2658{13900000, DIF_BPF_COEFF1213, 0xff0ffe10},
2659{13900000, DIF_BPF_COEFF1415, 0x023b01e0},
2660{13900000, DIF_BPF_COEFF1617, 0xfc17ff06},
2661{13900000, DIF_BPF_COEFF1819, 0x05a2ff09},
2662{13900000, DIF_BPF_COEFF2021, 0xf92703e4},
2663{13900000, DIF_BPF_COEFF2223, 0x06f4f89b},
2664{13900000, DIF_BPF_COEFF2425, 0xfa820ac5},
2665{13900000, DIF_BPF_COEFF2627, 0x0251f2d9},
2666{13900000, DIF_BPF_COEFF2829, 0x02430dc3},
2667{13900000, DIF_BPF_COEFF3031, 0xf881f3dc},
2668{13900000, DIF_BPF_COEFF3233, 0x0c5c0859},
2669{13900000, DIF_BPF_COEFF3435, 0xf031fd06},
2670{13900000, DIF_BPF_COEFF36, 0x110d0000},
2671/* END - DIF BPF register values from 139_quant.dat*/
2672
2673
2674/*case 14000000:*/
2675/* BEGIN - DIF BPF register values from 140_quant.dat*/
2676{14000000, DIF_BPF_COEFF01, 0x00010001},
2677{14000000, DIF_BPF_COEFF23, 0xfff80001},
2678{14000000, DIF_BPF_COEFF45, 0x0021ffe8},
2679{14000000, DIF_BPF_COEFF67, 0xffba005d},
2680{14000000, DIF_BPF_COEFF89, 0x0060ff1f},
2681{14000000, DIF_BPF_COEFF1011, 0xffc40198},
2682{14000000, DIF_BPF_COEFF1213, 0xffa0fdb5},
2683{14000000, DIF_BPF_COEFF1415, 0x019a029a},
2684{14000000, DIF_BPF_COEFF1617, 0xfc99fdea},
2685{14000000, DIF_BPF_COEFF1819, 0x05750067},
2686{14000000, DIF_BPF_COEFF2021, 0xf8d4027f},
2687{14000000, DIF_BPF_COEFF2223, 0x07d4f9c0},
2688{14000000, DIF_BPF_COEFF2425, 0xf9320a1a},
2689{14000000, DIF_BPF_COEFF2627, 0x03d2f2f3},
2690{14000000, DIF_BPF_COEFF2829, 0x00df0e22},
2691{14000000, DIF_BPF_COEFF3031, 0xf986f341},
2692{14000000, DIF_BPF_COEFF3233, 0x0bd108e2},
2693{14000000, DIF_BPF_COEFF3435, 0xf058fcd1},
2694{14000000, DIF_BPF_COEFF36, 0x110d0000},
2695/* END - DIF BPF register values from 140_quant.dat*/
2696
2697
2698/*case 14100000:*/
2699/* BEGIN - DIF BPF register values from 141_quant.dat*/
2700{14100000, DIF_BPF_COEFF01, 0x00000002},
2701{14100000, DIF_BPF_COEFF23, 0xfff9fffa},
2702{14100000, DIF_BPF_COEFF45, 0x0021fffd},
2703{14100000, DIF_BPF_COEFF67, 0xffac0038},
2704{14100000, DIF_BPF_COEFF89, 0x008eff4a},
2705{14100000, DIF_BPF_COEFF1011, 0xff630184},
2706{14100000, DIF_BPF_COEFF1213, 0x003afd8b},
2707{14100000, DIF_BPF_COEFF1415, 0x00da0326},
2708{14100000, DIF_BPF_COEFF1617, 0xfd51fced},
2709{14100000, DIF_BPF_COEFF1819, 0x050101c0},
2710{14100000, DIF_BPF_COEFF2021, 0xf8cb0103},
2711{14100000, DIF_BPF_COEFF2223, 0x0876fb10},
2712{14100000, DIF_BPF_COEFF2425, 0xf80a093e},
2713{14100000, DIF_BPF_COEFF2627, 0x0543f338},
2714{14100000, DIF_BPF_COEFF2829, 0xff7a0e66},
2715{14100000, DIF_BPF_COEFF3031, 0xfa94f2b2},
2716{14100000, DIF_BPF_COEFF3233, 0x0b3f0967},
2717{14100000, DIF_BPF_COEFF3435, 0xf081fc9b},
2718{14100000, DIF_BPF_COEFF36, 0x110d0000},
2719/* END - DIF BPF register values from 141_quant.dat*/
2720
2721
2722/*case 14200000:*/
2723/* BEGIN - DIF BPF register values from 142_quant.dat*/
2724{14200000, DIF_BPF_COEFF01, 0x00000003},
2725{14200000, DIF_BPF_COEFF23, 0xfffbfff3},
2726{14200000, DIF_BPF_COEFF45, 0x001d0013},
2727{14200000, DIF_BPF_COEFF67, 0xffaa000b},
2728{14200000, DIF_BPF_COEFF89, 0x00aaff89},
2729{14200000, DIF_BPF_COEFF1011, 0xff13014a},
2730{14200000, DIF_BPF_COEFF1213, 0x00cefd95},
2731{14200000, DIF_BPF_COEFF1415, 0x000a037b},
2732{14200000, DIF_BPF_COEFF1617, 0xfe35fc1d},
2733{14200000, DIF_BPF_COEFF1819, 0x044c0305},
2734{14200000, DIF_BPF_COEFF2021, 0xf90cff7e},
2735{14200000, DIF_BPF_COEFF2223, 0x08d5fc81},
2736{14200000, DIF_BPF_COEFF2425, 0xf7100834},
2737{14200000, DIF_BPF_COEFF2627, 0x069ff3a7},
2738{14200000, DIF_BPF_COEFF2829, 0xfe160e8d},
2739{14200000, DIF_BPF_COEFF3031, 0xfbaaf231},
2740{14200000, DIF_BPF_COEFF3233, 0x0aa509e9},
2741{14200000, DIF_BPF_COEFF3435, 0xf0adfc65},
2742{14200000, DIF_BPF_COEFF36, 0x110d0000},
2743/* END - DIF BPF register values from 142_quant.dat*/
2744
2745
2746/*case 14300000:*/
2747/* BEGIN - DIF BPF register values from 143_quant.dat*/
2748{14300000, DIF_BPF_COEFF01, 0x00000003},
2749{14300000, DIF_BPF_COEFF23, 0xffffffef},
2750{14300000, DIF_BPF_COEFF45, 0x00140025},
2751{14300000, DIF_BPF_COEFF67, 0xffb4ffdd},
2752{14300000, DIF_BPF_COEFF89, 0x00b2ffd6},
2753{14300000, DIF_BPF_COEFF1011, 0xfedb00f0},
2754{14300000, DIF_BPF_COEFF1213, 0x0150fdd3},
2755{14300000, DIF_BPF_COEFF1415, 0xff380391},
2756{14300000, DIF_BPF_COEFF1617, 0xff36fb85},
2757{14300000, DIF_BPF_COEFF1819, 0x035e0426},
2758{14300000, DIF_BPF_COEFF2021, 0xf994fdfe},
2759{14300000, DIF_BPF_COEFF2223, 0x08eefe0b},
2760{14300000, DIF_BPF_COEFF2425, 0xf6490702},
2761{14300000, DIF_BPF_COEFF2627, 0x07e1f43e},
2762{14300000, DIF_BPF_COEFF2829, 0xfcb60e97},
2763{14300000, DIF_BPF_COEFF3031, 0xfcc6f1be},
2764{14300000, DIF_BPF_COEFF3233, 0x0a040a67},
2765{14300000, DIF_BPF_COEFF3435, 0xf0dbfc30},
2766{14300000, DIF_BPF_COEFF36, 0x110d0000},
2767/* END - DIF BPF register values from 143_quant.dat*/
2768
2769
2770/*case 14400000:*/
2771/* BEGIN - DIF BPF register values from 144_quant.dat*/
2772{14400000, DIF_BPF_COEFF01, 0x00000003},
2773{14400000, DIF_BPF_COEFF23, 0x0002ffee},
2774{14400000, DIF_BPF_COEFF45, 0x00070033},
2775{14400000, DIF_BPF_COEFF67, 0xffc9ffb4},
2776{14400000, DIF_BPF_COEFF89, 0x00a40027},
2777{14400000, DIF_BPF_COEFF1011, 0xfec3007e},
2778{14400000, DIF_BPF_COEFF1213, 0x01b4fe3f},
2779{14400000, DIF_BPF_COEFF1415, 0xfe760369},
2780{14400000, DIF_BPF_COEFF1617, 0x0044fb2e},
2781{14400000, DIF_BPF_COEFF1819, 0x02450518},
2782{14400000, DIF_BPF_COEFF2021, 0xfa5ffc90},
2783{14400000, DIF_BPF_COEFF2223, 0x08c1ffa1},
2784{14400000, DIF_BPF_COEFF2425, 0xf5bc05ae},
2785{14400000, DIF_BPF_COEFF2627, 0x0902f4fc},
2786{14400000, DIF_BPF_COEFF2829, 0xfb600e85},
2787{14400000, DIF_BPF_COEFF3031, 0xfde7f15a},
2788{14400000, DIF_BPF_COEFF3233, 0x095d0ae2},
2789{14400000, DIF_BPF_COEFF3435, 0xf10cfbfb},
2790{14400000, DIF_BPF_COEFF36, 0x110d0000},
2791/* END - DIF BPF register values from 144_quant.dat*/
2792
2793
2794/*case 14500000:*/
2795/* BEGIN - DIF BPF register values from 145_quant.dat*/
2796{14500000, DIF_BPF_COEFF01, 0xffff0002},
2797{14500000, DIF_BPF_COEFF23, 0x0005ffef},
2798{14500000, DIF_BPF_COEFF45, 0xfffa0038},
2799{14500000, DIF_BPF_COEFF67, 0xffe5ff95},
2800{14500000, DIF_BPF_COEFF89, 0x00820074},
2801{14500000, DIF_BPF_COEFF1011, 0xfecc0000},
2802{14500000, DIF_BPF_COEFF1213, 0x01f0fed0},
2803{14500000, DIF_BPF_COEFF1415, 0xfdd20304},
2804{14500000, DIF_BPF_COEFF1617, 0x014dfb1d},
2805{14500000, DIF_BPF_COEFF1819, 0x010e05ce},
2806{14500000, DIF_BPF_COEFF2021, 0xfb64fb41},
2807{14500000, DIF_BPF_COEFF2223, 0x084e013b},
2808{14500000, DIF_BPF_COEFF2425, 0xf569043e},
2809{14500000, DIF_BPF_COEFF2627, 0x0a00f5dd},
2810{14500000, DIF_BPF_COEFF2829, 0xfa150e55},
2811{14500000, DIF_BPF_COEFF3031, 0xff0bf104},
2812{14500000, DIF_BPF_COEFF3233, 0x08b00b59},
2813{14500000, DIF_BPF_COEFF3435, 0xf13ffbc6},
2814{14500000, DIF_BPF_COEFF36, 0x110d0000},
2815/* END - DIF BPF register values from 145_quant.dat*/
2816
2817
2818/*case 14600000:*/
2819/* BEGIN - DIF BPF register values from 146_quant.dat*/
2820{14600000, DIF_BPF_COEFF01, 0xffff0001},
2821{14600000, DIF_BPF_COEFF23, 0x0008fff4},
2822{14600000, DIF_BPF_COEFF45, 0xffed0035},
2823{14600000, DIF_BPF_COEFF67, 0x0005ff83},
2824{14600000, DIF_BPF_COEFF89, 0x005000b4},
2825{14600000, DIF_BPF_COEFF1011, 0xfef6ff82},
2826{14600000, DIF_BPF_COEFF1213, 0x01ffff7a},
2827{14600000, DIF_BPF_COEFF1415, 0xfd580269},
2828{14600000, DIF_BPF_COEFF1617, 0x0241fb53},
2829{14600000, DIF_BPF_COEFF1819, 0xffca0640},
2830{14600000, DIF_BPF_COEFF2021, 0xfc99fa1e},
2831{14600000, DIF_BPF_COEFF2223, 0x079a02cb},
2832{14600000, DIF_BPF_COEFF2425, 0xf55502ba},
2833{14600000, DIF_BPF_COEFF2627, 0x0ad5f6e0},
2834{14600000, DIF_BPF_COEFF2829, 0xf8d90e0a},
2835{14600000, DIF_BPF_COEFF3031, 0x0031f0bd},
2836{14600000, DIF_BPF_COEFF3233, 0x07fd0bcb},
2837{14600000, DIF_BPF_COEFF3435, 0xf174fb91},
2838{14600000, DIF_BPF_COEFF36, 0x110d0000},
2839/* END - DIF BPF register values from 146_quant.dat*/
2840
2841
2842/*case 14700000:*/
2843/* BEGIN - DIF BPF register values from 147_quant.dat*/
2844{14700000, DIF_BPF_COEFF01, 0xffffffff},
2845{14700000, DIF_BPF_COEFF23, 0x0009fffb},
2846{14700000, DIF_BPF_COEFF45, 0xffe4002a},
2847{14700000, DIF_BPF_COEFF67, 0x0025ff82},
2848{14700000, DIF_BPF_COEFF89, 0x001400e0},
2849{14700000, DIF_BPF_COEFF1011, 0xff3cff10},
2850{14700000, DIF_BPF_COEFF1213, 0x01e10030},
2851{14700000, DIF_BPF_COEFF1415, 0xfd1201a4},
2852{14700000, DIF_BPF_COEFF1617, 0x0311fbcd},
2853{14700000, DIF_BPF_COEFF1819, 0xfe88066a},
2854{14700000, DIF_BPF_COEFF2021, 0xfdf1f92f},
2855{14700000, DIF_BPF_COEFF2223, 0x06aa0449},
2856{14700000, DIF_BPF_COEFF2425, 0xf57e0128},
2857{14700000, DIF_BPF_COEFF2627, 0x0b7ef801},
2858{14700000, DIF_BPF_COEFF2829, 0xf7b00da2},
2859{14700000, DIF_BPF_COEFF3031, 0x0156f086},
2860{14700000, DIF_BPF_COEFF3233, 0x07450c39},
2861{14700000, DIF_BPF_COEFF3435, 0xf1acfb5c},
2862{14700000, DIF_BPF_COEFF36, 0x110d0000},
2863/* END - DIF BPF register values from 147_quant.dat*/
2864
2865
2866/*case 14800000:*/
2867/* BEGIN - DIF BPF register values from 148_quant.dat*/
2868{14800000, DIF_BPF_COEFF01, 0x0000fffe},
2869{14800000, DIF_BPF_COEFF23, 0x00080002},
2870{14800000, DIF_BPF_COEFF45, 0xffdf0019},
2871{14800000, DIF_BPF_COEFF67, 0x003fff92},
2872{14800000, DIF_BPF_COEFF89, 0xffd600f1},
2873{14800000, DIF_BPF_COEFF1011, 0xff96feb6},
2874{14800000, DIF_BPF_COEFF1213, 0x019700e1},
2875{14800000, DIF_BPF_COEFF1415, 0xfd0500c2},
2876{14800000, DIF_BPF_COEFF1617, 0x03b0fc84},
2877{14800000, DIF_BPF_COEFF1819, 0xfd590649},
2878{14800000, DIF_BPF_COEFF2021, 0xff5df87f},
2879{14800000, DIF_BPF_COEFF2223, 0x058505aa},
2880{14800000, DIF_BPF_COEFF2425, 0xf5e4ff91},
2881{14800000, DIF_BPF_COEFF2627, 0x0bf9f93c},
2882{14800000, DIF_BPF_COEFF2829, 0xf69d0d20},
2883{14800000, DIF_BPF_COEFF3031, 0x0279f05e},
2884{14800000, DIF_BPF_COEFF3233, 0x06880ca3},
2885{14800000, DIF_BPF_COEFF3435, 0xf1e6fb28},
2886{14800000, DIF_BPF_COEFF36, 0x110d0000},
2887/* END - DIF BPF register values from 148_quant.dat*/
2888
2889
2890/*case 14900000:*/
2891/* BEGIN - DIF BPF register values from 149_quant.dat*/
2892{14900000, DIF_BPF_COEFF01, 0x0000fffd},
2893{14900000, DIF_BPF_COEFF23, 0x00060009},
2894{14900000, DIF_BPF_COEFF45, 0xffdf0004},
2895{14900000, DIF_BPF_COEFF67, 0x0051ffb0},
2896{14900000, DIF_BPF_COEFF89, 0xff9d00e8},
2897{14900000, DIF_BPF_COEFF1011, 0xfffcfe7c},
2898{14900000, DIF_BPF_COEFF1213, 0x01280180},
2899{14900000, DIF_BPF_COEFF1415, 0xfd32ffd2},
2900{14900000, DIF_BPF_COEFF1617, 0x0413fd6e},
2901{14900000, DIF_BPF_COEFF1819, 0xfc4d05df},
2902{14900000, DIF_BPF_COEFF2021, 0x00d1f812},
2903{14900000, DIF_BPF_COEFF2223, 0x043506e4},
2904{14900000, DIF_BPF_COEFF2425, 0xf685fdfb},
2905{14900000, DIF_BPF_COEFF2627, 0x0c43fa8d},
2906{14900000, DIF_BPF_COEFF2829, 0xf5a10c83},
2907{14900000, DIF_BPF_COEFF3031, 0x0399f046},
2908{14900000, DIF_BPF_COEFF3233, 0x05c70d08},
2909{14900000, DIF_BPF_COEFF3435, 0xf222faf3},
2910{14900000, DIF_BPF_COEFF36, 0x110d0000},
2911/* END - DIF BPF register values from 149_quant.dat*/
2912
2913
2914/*case 15000000:*/
2915/* BEGIN - DIF BPF register values from 150_quant.dat*/
2916{15000000, DIF_BPF_COEFF01, 0x0000fffd},
2917{15000000, DIF_BPF_COEFF23, 0x0003000f},
2918{15000000, DIF_BPF_COEFF45, 0xffe5ffef},
2919{15000000, DIF_BPF_COEFF67, 0x0057ffd9},
2920{15000000, DIF_BPF_COEFF89, 0xff7000c4},
2921{15000000, DIF_BPF_COEFF1011, 0x0062fe68},
2922{15000000, DIF_BPF_COEFF1213, 0x009e01ff},
2923{15000000, DIF_BPF_COEFF1415, 0xfd95fee6},
2924{15000000, DIF_BPF_COEFF1617, 0x0435fe7d},
2925{15000000, DIF_BPF_COEFF1819, 0xfb710530},
2926{15000000, DIF_BPF_COEFF2021, 0x023cf7ee},
2927{15000000, DIF_BPF_COEFF2223, 0x02c307ef},
2928{15000000, DIF_BPF_COEFF2425, 0xf75efc70},
2929{15000000, DIF_BPF_COEFF2627, 0x0c5cfbef},
2930{15000000, DIF_BPF_COEFF2829, 0xf4c10bce},
2931{15000000, DIF_BPF_COEFF3031, 0x04b3f03f},
2932{15000000, DIF_BPF_COEFF3233, 0x05030d69},
2933{15000000, DIF_BPF_COEFF3435, 0xf261fabf},
2934{15000000, DIF_BPF_COEFF36, 0x110d0000},
2935/* END - DIF BPF register values from 150_quant.dat*/
2936
2937
2938/*case 15100000:*/
2939/* BEGIN - DIF BPF register values from 151_quant.dat*/
2940{15100000, DIF_BPF_COEFF01, 0x0000fffd},
2941{15100000, DIF_BPF_COEFF23, 0xffff0012},
2942{15100000, DIF_BPF_COEFF45, 0xffefffdc},
2943{15100000, DIF_BPF_COEFF67, 0x00510006},
2944{15100000, DIF_BPF_COEFF89, 0xff540089},
2945{15100000, DIF_BPF_COEFF1011, 0x00befe7c},
2946{15100000, DIF_BPF_COEFF1213, 0x00060253},
2947{15100000, DIF_BPF_COEFF1415, 0xfe27fe0d},
2948{15100000, DIF_BPF_COEFF1617, 0x0413ffa2},
2949{15100000, DIF_BPF_COEFF1819, 0xfad10446},
2950{15100000, DIF_BPF_COEFF2021, 0x0390f812},
2951{15100000, DIF_BPF_COEFF2223, 0x013b08c3},
2952{15100000, DIF_BPF_COEFF2425, 0xf868faf6},
2953{15100000, DIF_BPF_COEFF2627, 0x0c43fd5f},
2954{15100000, DIF_BPF_COEFF2829, 0xf3fd0b02},
2955{15100000, DIF_BPF_COEFF3031, 0x05c7f046},
2956{15100000, DIF_BPF_COEFF3233, 0x043b0dc4},
2957{15100000, DIF_BPF_COEFF3435, 0xf2a1fa8b},
2958{15100000, DIF_BPF_COEFF36, 0x110d0000},
2959/* END - DIF BPF register values from 151_quant.dat*/
2960
2961
2962/*case 15200000:*/
2963/* BEGIN - DIF BPF register values from 152_quant.dat*/
2964{15200000, DIF_BPF_COEFF01, 0x0001fffe},
2965{15200000, DIF_BPF_COEFF23, 0xfffc0012},
2966{15200000, DIF_BPF_COEFF45, 0xfffbffce},
2967{15200000, DIF_BPF_COEFF67, 0x003f0033},
2968{15200000, DIF_BPF_COEFF89, 0xff4e003f},
2969{15200000, DIF_BPF_COEFF1011, 0x0106feb6},
2970{15200000, DIF_BPF_COEFF1213, 0xff6e0276},
2971{15200000, DIF_BPF_COEFF1415, 0xfeddfd56},
2972{15200000, DIF_BPF_COEFF1617, 0x03b000cc},
2973{15200000, DIF_BPF_COEFF1819, 0xfa740329},
2974{15200000, DIF_BPF_COEFF2021, 0x04bff87f},
2975{15200000, DIF_BPF_COEFF2223, 0xffaa095d},
2976{15200000, DIF_BPF_COEFF2425, 0xf99ef995},
2977{15200000, DIF_BPF_COEFF2627, 0x0bf9fed8},
2978{15200000, DIF_BPF_COEFF2829, 0xf3590a1f},
2979{15200000, DIF_BPF_COEFF3031, 0x06d2f05e},
2980{15200000, DIF_BPF_COEFF3233, 0x03700e1b},
2981{15200000, DIF_BPF_COEFF3435, 0xf2e4fa58},
2982{15200000, DIF_BPF_COEFF36, 0x110d0000},
2983/* END - DIF BPF register values from 152_quant.dat*/
2984
2985
2986/*case 115300000:*/
2987/* BEGIN - DIF BPF register values from 153_quant.dat*/
2988{15300000, DIF_BPF_COEFF01, 0x0001ffff},
2989{15300000, DIF_BPF_COEFF23, 0xfff9000f},
2990{15300000, DIF_BPF_COEFF45, 0x0009ffc8},
2991{15300000, DIF_BPF_COEFF67, 0x00250059},
2992{15300000, DIF_BPF_COEFF89, 0xff5effee},
2993{15300000, DIF_BPF_COEFF1011, 0x0132ff10},
2994{15300000, DIF_BPF_COEFF1213, 0xfee30265},
2995{15300000, DIF_BPF_COEFF1415, 0xffaafccf},
2996{15300000, DIF_BPF_COEFF1617, 0x031101eb},
2997{15300000, DIF_BPF_COEFF1819, 0xfa6001e8},
2998{15300000, DIF_BPF_COEFF2021, 0x05bdf92f},
2999{15300000, DIF_BPF_COEFF2223, 0xfe1b09b6},
3000{15300000, DIF_BPF_COEFF2425, 0xfafaf852},
3001{15300000, DIF_BPF_COEFF2627, 0x0b7e0055},
3002{15300000, DIF_BPF_COEFF2829, 0xf2d50929},
3003{15300000, DIF_BPF_COEFF3031, 0x07d3f086},
3004{15300000, DIF_BPF_COEFF3233, 0x02a30e6c},
3005{15300000, DIF_BPF_COEFF3435, 0xf329fa24},
3006{15300000, DIF_BPF_COEFF36, 0x110d0000},
3007/* END - DIF BPF register values from 153_quant.dat*/
3008
3009
3010/*case 115400000:*/
3011/* BEGIN - DIF BPF register values from 154_quant.dat*/
3012{15400000, DIF_BPF_COEFF01, 0x00010001},
3013{15400000, DIF_BPF_COEFF23, 0xfff80009},
3014{15400000, DIF_BPF_COEFF45, 0x0015ffca},
3015{15400000, DIF_BPF_COEFF67, 0x00050074},
3016{15400000, DIF_BPF_COEFF89, 0xff81ff9f},
3017{15400000, DIF_BPF_COEFF1011, 0x013dff82},
3018{15400000, DIF_BPF_COEFF1213, 0xfe710221},
3019{15400000, DIF_BPF_COEFF1415, 0x007cfc80},
3020{15400000, DIF_BPF_COEFF1617, 0x024102ed},
3021{15400000, DIF_BPF_COEFF1819, 0xfa940090},
3022{15400000, DIF_BPF_COEFF2021, 0x0680fa1e},
3023{15400000, DIF_BPF_COEFF2223, 0xfc9b09cd},
3024{15400000, DIF_BPF_COEFF2425, 0xfc73f736},
3025{15400000, DIF_BPF_COEFF2627, 0x0ad501d0},
3026{15400000, DIF_BPF_COEFF2829, 0xf2740820},
3027{15400000, DIF_BPF_COEFF3031, 0x08c9f0bd},
3028{15400000, DIF_BPF_COEFF3233, 0x01d40eb9},
3029{15400000, DIF_BPF_COEFF3435, 0xf371f9f1},
3030{15400000, DIF_BPF_COEFF36, 0x110d0000},
3031/* END - DIF BPF register values from 154_quant.dat*/
3032
3033
3034/*case 115500000:*/
3035/* BEGIN - DIF BPF register values from 155_quant.dat*/
3036{15500000, DIF_BPF_COEFF01, 0x00000002},
3037{15500000, DIF_BPF_COEFF23, 0xfff80002},
3038{15500000, DIF_BPF_COEFF45, 0x001effd5},
3039{15500000, DIF_BPF_COEFF67, 0xffe5007f},
3040{15500000, DIF_BPF_COEFF89, 0xffb4ff5b},
3041{15500000, DIF_BPF_COEFF1011, 0x01280000},
3042{15500000, DIF_BPF_COEFF1213, 0xfe2401b0},
3043{15500000, DIF_BPF_COEFF1415, 0x0146fc70},
3044{15500000, DIF_BPF_COEFF1617, 0x014d03c6},
3045{15500000, DIF_BPF_COEFF1819, 0xfb10ff32},
3046{15500000, DIF_BPF_COEFF2021, 0x0701fb41},
3047{15500000, DIF_BPF_COEFF2223, 0xfb3709a1},
3048{15500000, DIF_BPF_COEFF2425, 0xfe00f644},
3049{15500000, DIF_BPF_COEFF2627, 0x0a000345},
3050{15500000, DIF_BPF_COEFF2829, 0xf2350708},
3051{15500000, DIF_BPF_COEFF3031, 0x09b2f104},
3052{15500000, DIF_BPF_COEFF3233, 0x01050eff},
3053{15500000, DIF_BPF_COEFF3435, 0xf3baf9be},
3054{15500000, DIF_BPF_COEFF36, 0x110d0000},
3055/* END - DIF BPF register values from 155_quant.dat*/
3056
3057
3058/*case 115600000:*/
3059/* BEGIN - DIF BPF register values from 156_quant.dat*/
3060{15600000, DIF_BPF_COEFF01, 0x00000003},
3061{15600000, DIF_BPF_COEFF23, 0xfff9fffb},
3062{15600000, DIF_BPF_COEFF45, 0x0022ffe6},
3063{15600000, DIF_BPF_COEFF67, 0xffc9007a},
3064{15600000, DIF_BPF_COEFF89, 0xfff0ff29},
3065{15600000, DIF_BPF_COEFF1011, 0x00f2007e},
3066{15600000, DIF_BPF_COEFF1213, 0xfe01011b},
3067{15600000, DIF_BPF_COEFF1415, 0x01f6fc9e},
3068{15600000, DIF_BPF_COEFF1617, 0x00440467},
3069{15600000, DIF_BPF_COEFF1819, 0xfbccfdde},
3070{15600000, DIF_BPF_COEFF2021, 0x0738fc90},
3071{15600000, DIF_BPF_COEFF2223, 0xf9f70934},
3072{15600000, DIF_BPF_COEFF2425, 0xff99f582},
3073{15600000, DIF_BPF_COEFF2627, 0x090204b0},
3074{15600000, DIF_BPF_COEFF2829, 0xf21a05e1},
3075{15600000, DIF_BPF_COEFF3031, 0x0a8df15a},
3076{15600000, DIF_BPF_COEFF3233, 0x00340f41},
3077{15600000, DIF_BPF_COEFF3435, 0xf405f98b},
3078{15600000, DIF_BPF_COEFF36, 0x110d0000},
3079/* END - DIF BPF register values from 156_quant.dat*/
3080
3081
3082/*case 115700000:*/
3083/* BEGIN - DIF BPF register values from 157_quant.dat*/
3084{15700000, DIF_BPF_COEFF01, 0x00000003},
3085{15700000, DIF_BPF_COEFF23, 0xfffcfff4},
3086{15700000, DIF_BPF_COEFF45, 0x0020fffa},
3087{15700000, DIF_BPF_COEFF67, 0xffb40064},
3088{15700000, DIF_BPF_COEFF89, 0x002fff11},
3089{15700000, DIF_BPF_COEFF1011, 0x00a400f0},
3090{15700000, DIF_BPF_COEFF1213, 0xfe0d006e},
3091{15700000, DIF_BPF_COEFF1415, 0x0281fd09},
3092{15700000, DIF_BPF_COEFF1617, 0xff3604c9},
3093{15700000, DIF_BPF_COEFF1819, 0xfcbffca2},
3094{15700000, DIF_BPF_COEFF2021, 0x0726fdfe},
3095{15700000, DIF_BPF_COEFF2223, 0xf8e80888},
3096{15700000, DIF_BPF_COEFF2425, 0x0134f4f3},
3097{15700000, DIF_BPF_COEFF2627, 0x07e1060c},
3098{15700000, DIF_BPF_COEFF2829, 0xf22304af},
3099{15700000, DIF_BPF_COEFF3031, 0x0b59f1be},
3100{15700000, DIF_BPF_COEFF3233, 0xff640f7d},
3101{15700000, DIF_BPF_COEFF3435, 0xf452f959},
3102{15700000, DIF_BPF_COEFF36, 0x110d0000},
3103/* END - DIF BPF register values from 157_quant.dat*/
3104
3105
3106/*case 115800000:*/
3107/* BEGIN - DIF BPF register values from 158_quant.dat*/
3108{15800000, DIF_BPF_COEFF01, 0x00000003},
3109{15800000, DIF_BPF_COEFF23, 0x0000fff0},
3110{15800000, DIF_BPF_COEFF45, 0x001a0010},
3111{15800000, DIF_BPF_COEFF67, 0xffaa0041},
3112{15800000, DIF_BPF_COEFF89, 0x0067ff13},
3113{15800000, DIF_BPF_COEFF1011, 0x0043014a},
3114{15800000, DIF_BPF_COEFF1213, 0xfe46ffb9},
3115{15800000, DIF_BPF_COEFF1415, 0x02dbfda8},
3116{15800000, DIF_BPF_COEFF1617, 0xfe3504e5},
3117{15800000, DIF_BPF_COEFF1819, 0xfddcfb8d},
3118{15800000, DIF_BPF_COEFF2021, 0x06c9ff7e},
3119{15800000, DIF_BPF_COEFF2223, 0xf81107a2},
3120{15800000, DIF_BPF_COEFF2425, 0x02c9f49a},
3121{15800000, DIF_BPF_COEFF2627, 0x069f0753},
3122{15800000, DIF_BPF_COEFF2829, 0xf2500373},
3123{15800000, DIF_BPF_COEFF3031, 0x0c14f231},
3124{15800000, DIF_BPF_COEFF3233, 0xfe930fb3},
3125{15800000, DIF_BPF_COEFF3435, 0xf4a1f927},
3126{15800000, DIF_BPF_COEFF36, 0x110d0000},
3127/* END - DIF BPF register values from 158_quant.dat*/
3128
3129
3130/*case 115900000:*/
3131/* BEGIN - DIF BPF register values from 159_quant.dat*/
3132{15900000, DIF_BPF_COEFF01, 0xffff0002},
3133{15900000, DIF_BPF_COEFF23, 0x0003ffee},
3134{15900000, DIF_BPF_COEFF45, 0x000f0023},
3135{15900000, DIF_BPF_COEFF67, 0xffac0016},
3136{15900000, DIF_BPF_COEFF89, 0x0093ff31},
3137{15900000, DIF_BPF_COEFF1011, 0xffdc0184},
3138{15900000, DIF_BPF_COEFF1213, 0xfea6ff09},
3139{15900000, DIF_BPF_COEFF1415, 0x02fdfe70},
3140{15900000, DIF_BPF_COEFF1617, 0xfd5104ba},
3141{15900000, DIF_BPF_COEFF1819, 0xff15faac},
3142{15900000, DIF_BPF_COEFF2021, 0x06270103},
3143{15900000, DIF_BPF_COEFF2223, 0xf7780688},
3144{15900000, DIF_BPF_COEFF2425, 0x044df479},
3145{15900000, DIF_BPF_COEFF2627, 0x05430883},
3146{15900000, DIF_BPF_COEFF2829, 0xf2a00231},
3147{15900000, DIF_BPF_COEFF3031, 0x0cbef2b2},
3148{15900000, DIF_BPF_COEFF3233, 0xfdc40fe3},
3149{15900000, DIF_BPF_COEFF3435, 0xf4f2f8f5},
3150{15900000, DIF_BPF_COEFF36, 0x110d0000},
3151/* END - DIF BPF register values from 159_quant.dat*/
3152
3153
3154/*case 116000000:*/
3155/* BEGIN - DIF BPF register values from 160_quant.dat*/
3156{16000000, DIF_BPF_COEFF01, 0xffff0001},
3157{16000000, DIF_BPF_COEFF23, 0x0006ffef},
3158{16000000, DIF_BPF_COEFF45, 0x00020031},
3159{16000000, DIF_BPF_COEFF67, 0xffbaffe8},
3160{16000000, DIF_BPF_COEFF89, 0x00adff66},
3161{16000000, DIF_BPF_COEFF1011, 0xff790198},
3162{16000000, DIF_BPF_COEFF1213, 0xff26fe6e},
3163{16000000, DIF_BPF_COEFF1415, 0x02e5ff55},
3164{16000000, DIF_BPF_COEFF1617, 0xfc99044a},
3165{16000000, DIF_BPF_COEFF1819, 0x005bfa09},
3166{16000000, DIF_BPF_COEFF2021, 0x0545027f},
3167{16000000, DIF_BPF_COEFF2223, 0xf7230541},
3168{16000000, DIF_BPF_COEFF2425, 0x05b8f490},
3169{16000000, DIF_BPF_COEFF2627, 0x03d20997},
3170{16000000, DIF_BPF_COEFF2829, 0xf31300eb},
3171{16000000, DIF_BPF_COEFF3031, 0x0d55f341},
3172{16000000, DIF_BPF_COEFF3233, 0xfcf6100e},
3173{16000000, DIF_BPF_COEFF3435, 0xf544f8c3},
3174{16000000, DIF_BPF_COEFF36, 0x110d0000},
3175/* END - DIF BPF register values from 160_quant.dat*/
3176};
3177
3178#endif