hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/media/dvb-frontends/tda18271c2dd_maps.h
....@@ -6,7 +6,7 @@
66 HF_DVBC_8MHZ, HF_DVBC
77 };
88
9
-static struct SStandardParam m_StandardTable[] = {
9
+static const struct SStandardParam m_StandardTable[] = {
1010 { 0, 0, 0x00, 0x00 }, /* HF_None */
1111 { 6000000, 7000000, 0x1D, 0x2C }, /* HF_B, */
1212 { 6900000, 8000000, 0x1E, 0x2C }, /* HF_DK, */
....@@ -28,7 +28,7 @@
2828 { 0, 0, 0x00, 0x00 }, /* HF_DVBC (Unused) */
2929 };
3030
31
-static struct SMap m_BP_Filter_Map[] = {
31
+static const struct SMap m_BP_Filter_Map[] = {
3232 { 62000000, 0x00 },
3333 { 84000000, 0x01 },
3434 { 100000000, 0x02 },
....@@ -39,7 +39,7 @@
3939 { 0, 0x00 }, /* Table End */
4040 };
4141
42
-static struct SMapI m_RF_Cal_Map[] = {
42
+static const struct SMapI m_RF_Cal_Map[] = {
4343 { 41000000, 0x0F },
4444 { 43000000, 0x1C },
4545 { 45000000, 0x2F },
....@@ -481,7 +481,7 @@
481481 };
482482
483483
484
-static struct SMap2 m_KM_Map[] = {
484
+static const struct SMap2 m_KM_Map[] = {
485485 { 47900000, 3, 2 },
486486 { 61100000, 3, 1 },
487487 { 350000000, 3, 0 },
....@@ -490,7 +490,7 @@
490490 { 0, 0x00 }, /* Table End */
491491 };
492492
493
-static struct SMap2 m_Main_PLL_Map[] = {
493
+static const struct SMap2 m_Main_PLL_Map[] = {
494494 { 33125000, 0x57, 0xF0 },
495495 { 35500000, 0x56, 0xE0 },
496496 { 38188000, 0x55, 0xD0 },
....@@ -534,7 +534,7 @@
534534 { 0, 0x00, 0x00 }, /* Table End */
535535 };
536536
537
-static struct SMap2 m_Cal_PLL_Map[] = {
537
+static const struct SMap2 m_Cal_PLL_Map[] = {
538538 { 33813000, 0xDD, 0xD0 },
539539 { 36625000, 0xDC, 0xC0 },
540540 { 39938000, 0xDB, 0xB0 },
....@@ -572,7 +572,7 @@
572572 { 0, 0x00, 0x00 }, /* Table End */
573573 };
574574
575
-static struct SMap m_GainTaper_Map[] = {
575
+static const struct SMap m_GainTaper_Map[] = {
576576 { 45400000, 0x1F },
577577 { 45800000, 0x1E },
578578 { 46200000, 0x1D },
....@@ -661,7 +661,7 @@
661661 { 0, 0x00 }, /* Table End */
662662 };
663663
664
-static struct SMap m_RF_Cal_DC_Over_DT_Map[] = {
664
+static const struct SMap m_RF_Cal_DC_Over_DT_Map[] = {
665665 { 47900000, 0x00 },
666666 { 55000000, 0x00 },
667667 { 61100000, 0x0A },
....@@ -767,14 +767,14 @@
767767 };
768768
769769
770
-static struct SMap m_IR_Meas_Map[] = {
770
+static const struct SMap m_IR_Meas_Map[] = {
771771 { 200000000, 0x05 },
772772 { 400000000, 0x06 },
773773 { 865000000, 0x07 },
774774 { 0, 0x00 }, /* Table End */
775775 };
776776
777
-static struct SMap2 m_CID_Target_Map[] = {
777
+static const struct SMap2 m_CID_Target_Map[] = {
778778 { 46000000, 0x04, 18 },
779779 { 52200000, 0x0A, 15 },
780780 { 70100000, 0x01, 40 },
....@@ -790,7 +790,7 @@
790790 { 0, 0x00, 0 }, /* Table End */
791791 };
792792
793
-static struct SRFBandMap m_RF_Band_Map[7] = {
793
+static const struct SRFBandMap m_RF_Band_Map[7] = {
794794 { 47900000, 46000000, 0, 0},
795795 { 61100000, 52200000, 0, 0},
796796 { 152600000, 70100000, 136800000, 0},