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