Chia-Wei Wang | 8fb5259 | 2024-09-10 17:39:19 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Copyright (C) ASPEED Technology Inc. |
| 4 | */ |
| 5 | // [dwc_ddrphy_phyinit_main] Start of dwc_ddrphy_phyinit_main() |
| 6 | // [dwc_ddrphy_phyinit_sequence] Start of dwc_ddrphy_phyinit_sequence() |
| 7 | // [dwc_ddrphy_phyinit_initStruct] Start of dwc_ddrphy_phyinit_initStruct() |
| 8 | // [dwc_ddrphy_phyinit_initStruct] End of dwc_ddrphy_phyinit_initStruct() |
| 9 | // [dwc_ddrphy_phyinit_setDefault] Start of dwc_ddrphy_phyinit_setDefault() |
| 10 | // [dwc_ddrphy_phyinit_setDefault] End of dwc_ddrphy_phyinit_setDefault() |
| 11 | |
| 12 | ////############################################################## |
| 13 | // |
| 14 | //// dwc_ddrphy_phyinit_userCustom_overrideUserInput is a user-editable function. User can edit this function according to their needs. |
| 15 | //// |
| 16 | //// The purpose of dwc_ddrphy_phyinit_userCustom_overrideUserInput() is to override any |
| 17 | //// any field in Phyinit data structure set by dwc_ddrphy_phyinit_setDefault() |
| 18 | //// User should only override values in userInputBasic and userInputAdvanced. |
| 19 | //// IMPORTANT: in this function, user shall not override any values in the |
| 20 | //// messageblock directly on the data structue as the might be overwritten by |
| 21 | //// dwc_ddrphy_phyinit_calcMb(). Use dwc_ddrphy_phyinit_setMb() to set |
| 22 | //// messageblock parameters for override values to remain pervasive if |
| 23 | //// desired |
| 24 | // |
| 25 | ////############################################################## |
| 26 | |
| 27 | dwc_ddrphy_phyinit_userCustom_overrideUserInput(); |
| 28 | // |
| 29 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DramType' to 0x1 |
| 30 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DimmType' to 0x4 |
| 31 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'NumDbyte' to 0x2 |
| 32 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'NumActiveDbyteDfi0' to 0x2 |
| 33 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'NumActiveDbyteDfi1' to 0x0 |
| 34 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'NumAnib' to 0xa |
| 35 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'NumRank_dfi0' to 0x1 |
| 36 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'NumRank_dfi1' to 0x0 |
| 37 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DramDataWidth[0]' to 0x10 |
| 38 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DramDataWidth[1]' to 0x10 |
| 39 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DramDataWidth[2]' to 0x10 |
| 40 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DramDataWidth[3]' to 0x10 |
| 41 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'NumPStates' to 0x1 |
| 42 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'Frequency[0]' to 0x640 |
| 43 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'PllBypass[0]' to 0x0 |
| 44 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DfiFreqRatio[0]' to 0x1 |
| 45 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'Dfi1Exists' to 0x0 |
| 46 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'ExtCalResVal' to 0xf0 |
| 47 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'ODTImpedance[0]' to 0x78 |
| 48 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TxImpedance[0]' to 0x3c |
| 49 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'MemAlertEn' to 0x0 |
| 50 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'MtestPUImp' to 0xf0 |
| 51 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DisDynAdrTri[0]' to 0x1 |
| 52 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'PhyMstrTrainInterval[0]' to 0x0 |
| 53 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'PhyMstrMaxReqToAck[0]' to 0x0 |
| 54 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'PhyMstrCtrlMode[0]' to 0x0 |
| 55 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'WDQSExt' to 0x0 |
| 56 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'CalInterval' to 0x9 |
| 57 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'CalOnce' to 0x0 |
| 58 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'RxEnBackOff' to 0x1 |
| 59 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TrainSequenceCtrl' to 0x837f |
| 60 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'SnpsUmctlOpt' to 0x0 |
| 61 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'SnpsUmctlF0RC5x[0]' to 0x0 |
| 62 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TxSlewRiseDQ[0]' to 0x0 |
| 63 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TxSlewFallDQ[0]' to 0x0 |
| 64 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TxSlewRiseAC' to 0x66 |
| 65 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TxSlewFallAC' to 0x26 |
| 66 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'IsHighVDD' to 0x0 |
| 67 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TxSlewRiseCK' to 0x0 |
| 68 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'TxSlewFallCK' to 0x0 |
| 69 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'EnTdqs2dqTrackingTg0[0]' to 0x1 |
| 70 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'EnTdqs2dqTrackingTg1[0]' to 0x1 |
| 71 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'EnTdqs2dqTrackingTg2[0]' to 0x1 |
| 72 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'EnTdqs2dqTrackingTg3[0]' to 0x1 |
| 73 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DqsOscRunTimeSel[0]' to 0x100 |
| 74 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'EnRxDqsTracking[0]' to 0x1 |
| 75 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'D5TxDqPreambleCtrl[0]' to 0x1 |
| 76 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'D5DisableRetraining' to 0x0 |
| 77 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'DisablePmuEcc' to 0x1 |
| 78 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'EnableMAlertAsync' to 0x0 |
| 79 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'Apb32BitMode' to 0x1 |
| 80 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'tDQS2DQ' to 0x2ee |
| 81 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'tDQSCK' to 0x0 |
| 82 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'tCASL_override' to 0x0 |
| 83 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'tCASL_add[0][0]' to 0x0 |
| 84 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'tCASL_add[0][1]' to 0x0 |
| 85 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'tCASL_add[0][2]' to 0x0 |
| 86 | //// [dwc_ddrphy_phyinit_setUserInput] Setting PHYINIT field 'tCASL_add[0][3]' to 0x0 |
| 87 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MsgMisc to 0x7 |
| 88 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].Pstate to 0x0 |
| 89 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].PllBypassEn to 0x0 |
| 90 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].DRAMFreq to 0xc80 |
| 91 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].PhyVref to 0x40 |
| 92 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].D5Misc to 0x0 |
| 93 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].WL_ADJ to 0x0 |
| 94 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].SequenceCtrl to 0x837f |
| 95 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].HdtCtrl to 0xc8 |
| 96 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].PhyCfg to 0x0 |
| 97 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].DFIMRLMargin to 0x2 |
| 98 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].X16Present to 0x0 |
| 99 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].UseBroadcastMR to 0x1 |
| 100 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].DisabledDbyte to 0x0 |
| 101 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].CATrainOpt to 0x8 |
| 102 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].PhyConfigOverride to 0x0 |
| 103 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].EnabledDQsChA to 0x10 |
| 104 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].CsPresentChA to 0x1 |
| 105 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_A0 to 0x8 |
| 106 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_A0 to 0x4 |
| 107 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_A0 to 0x0 |
| 108 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_A0 to 0x0 |
| 109 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_A0 to 0x20 |
| 110 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_A0 to 0x0 |
| 111 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_A0 to 0x8 |
| 112 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_A0 to 0x2d |
| 113 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_A0 to 0x2d |
| 114 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_A0 to 0xd6 |
| 115 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_A0 to 0x0 |
| 116 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_A0 to 0x0 |
| 117 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_A0 to 0x3 |
| 118 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_A0 to 0x0 |
| 119 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_A0 to 0x0 |
| 120 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_A0 to 0x0 |
| 121 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_A0 to 0x11 |
| 122 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_A0 to 0x4 |
| 123 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_A0 to 0x2c |
| 124 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_A0 to 0x2c |
| 125 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_A0 to 0x2c |
| 126 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_A0 to 0x0 |
| 127 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_A0 to 0x0 |
| 128 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_A0 to 0x0 |
| 129 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_A1 to 0x8 |
| 130 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_A1 to 0x4 |
| 131 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_A1 to 0x0 |
| 132 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_A1 to 0x0 |
| 133 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_A1 to 0x20 |
| 134 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_A1 to 0x0 |
| 135 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_A1 to 0x8 |
| 136 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_A1 to 0x2d |
| 137 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_A1 to 0x2d |
| 138 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_A1 to 0xd6 |
| 139 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_A1 to 0x0 |
| 140 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_A1 to 0x0 |
| 141 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_A1 to 0x3 |
| 142 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_A1 to 0x0 |
| 143 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_A1 to 0x0 |
| 144 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_A1 to 0x0 |
| 145 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_A1 to 0x11 |
| 146 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_A1 to 0x4 |
| 147 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_A1 to 0x2c |
| 148 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_A1 to 0x2c |
| 149 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_A1 to 0x2c |
| 150 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_A1 to 0x0 |
| 151 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_A1 to 0x0 |
| 152 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_A1 to 0x0 |
| 153 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_A2 to 0x8 |
| 154 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_A2 to 0x4 |
| 155 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_A2 to 0x0 |
| 156 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_A2 to 0x0 |
| 157 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_A2 to 0x20 |
| 158 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_A2 to 0x0 |
| 159 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_A2 to 0x8 |
| 160 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_A2 to 0x2d |
| 161 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_A2 to 0x2d |
| 162 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_A2 to 0xd6 |
| 163 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_A2 to 0x0 |
| 164 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_A2 to 0x0 |
| 165 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_A2 to 0x3 |
| 166 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_A2 to 0x0 |
| 167 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_A2 to 0x0 |
| 168 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_A2 to 0x0 |
| 169 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_A2 to 0x11 |
| 170 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_A2 to 0x4 |
| 171 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_A2 to 0x2c |
| 172 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_A2 to 0x2c |
| 173 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_A2 to 0x2c |
| 174 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_A2 to 0x0 |
| 175 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_A2 to 0x0 |
| 176 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_A2 to 0x0 |
| 177 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_A3 to 0x8 |
| 178 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_A3 to 0x4 |
| 179 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_A3 to 0x0 |
| 180 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_A3 to 0x0 |
| 181 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_A3 to 0x20 |
| 182 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_A3 to 0x0 |
| 183 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_A3 to 0x8 |
| 184 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_A3 to 0x2d |
| 185 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_A3 to 0x2d |
| 186 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_A3 to 0xd6 |
| 187 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_A3 to 0x0 |
| 188 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_A3 to 0x0 |
| 189 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_A3 to 0x3 |
| 190 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_A3 to 0x0 |
| 191 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_A3 to 0x0 |
| 192 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_A3 to 0x0 |
| 193 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_A3 to 0x11 |
| 194 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_A3 to 0x4 |
| 195 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_A3 to 0x2c |
| 196 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_A3 to 0x2c |
| 197 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_A3 to 0x2c |
| 198 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_A3 to 0x0 |
| 199 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_A3 to 0x0 |
| 200 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_A3 to 0x0 |
| 201 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].EnabledDQsChB to 0x0 |
| 202 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].CsPresentChB to 0x0 |
| 203 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_B0 to 0x8 |
| 204 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_B0 to 0x4 |
| 205 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_B0 to 0x0 |
| 206 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_B0 to 0x0 |
| 207 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_B0 to 0x20 |
| 208 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_B0 to 0x0 |
| 209 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_B0 to 0x8 |
| 210 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_B0 to 0x2d |
| 211 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_B0 to 0x2d |
| 212 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_B0 to 0xd6 |
| 213 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_B0 to 0x0 |
| 214 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_B0 to 0x0 |
| 215 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_B0 to 0x3 |
| 216 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_B0 to 0x0 |
| 217 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_B0 to 0x0 |
| 218 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_B0 to 0x0 |
| 219 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_B0 to 0x11 |
| 220 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_B0 to 0x4 |
| 221 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_B0 to 0x2c |
| 222 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_B0 to 0x2c |
| 223 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_B0 to 0x2c |
| 224 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_B0 to 0x0 |
| 225 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_B0 to 0x0 |
| 226 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_B0 to 0x0 |
| 227 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_B1 to 0x8 |
| 228 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_B1 to 0x4 |
| 229 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_B1 to 0x0 |
| 230 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_B1 to 0x0 |
| 231 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_B1 to 0x20 |
| 232 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_B1 to 0x0 |
| 233 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_B1 to 0x8 |
| 234 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_B1 to 0x2d |
| 235 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_B1 to 0x2d |
| 236 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_B1 to 0xd6 |
| 237 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_B1 to 0x0 |
| 238 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_B1 to 0x0 |
| 239 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_B1 to 0x3 |
| 240 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_B1 to 0x0 |
| 241 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_B1 to 0x0 |
| 242 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_B1 to 0x0 |
| 243 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_B1 to 0x11 |
| 244 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_B1 to 0x4 |
| 245 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_B1 to 0x2c |
| 246 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_B1 to 0x2c |
| 247 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_B1 to 0x2c |
| 248 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_B1 to 0x0 |
| 249 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_B1 to 0x0 |
| 250 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_B1 to 0x0 |
| 251 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_B2 to 0x8 |
| 252 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_B2 to 0x4 |
| 253 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_B2 to 0x0 |
| 254 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_B2 to 0x0 |
| 255 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_B2 to 0x20 |
| 256 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_B2 to 0x0 |
| 257 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_B2 to 0x8 |
| 258 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_B2 to 0x2d |
| 259 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_B2 to 0x2d |
| 260 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_B2 to 0xd6 |
| 261 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_B2 to 0x0 |
| 262 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_B2 to 0x0 |
| 263 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_B2 to 0x3 |
| 264 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_B2 to 0x0 |
| 265 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_B2 to 0x0 |
| 266 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_B2 to 0x0 |
| 267 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_B2 to 0x11 |
| 268 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_B2 to 0x4 |
| 269 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_B2 to 0x2c |
| 270 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_B2 to 0x2c |
| 271 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_B2 to 0x2c |
| 272 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_B2 to 0x0 |
| 273 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_B2 to 0x0 |
| 274 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_B2 to 0x0 |
| 275 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR0_B3 to 0x8 |
| 276 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR2_B3 to 0x4 |
| 277 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR3_B3 to 0x0 |
| 278 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR4_B3 to 0x0 |
| 279 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR5_B3 to 0x20 |
| 280 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR6_B3 to 0x0 |
| 281 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR8_B3 to 0x8 |
| 282 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR10_B3 to 0x2d |
| 283 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR11_B3 to 0x2d |
| 284 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR12_B3 to 0xd6 |
| 285 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR13_B3 to 0x0 |
| 286 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR14_B3 to 0x0 |
| 287 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR15_B3 to 0x3 |
| 288 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR111_B3 to 0x0 |
| 289 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR32_B3 to 0x0 |
| 290 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR33_B3 to 0x0 |
| 291 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR34_B3 to 0x11 |
| 292 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR35_B3 to 0x4 |
| 293 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR37_B3 to 0x2c |
| 294 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR38_B3 to 0x2c |
| 295 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR39_B3 to 0x2c |
| 296 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR50_B3 to 0x0 |
| 297 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR51_B3 to 0x0 |
| 298 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].MR52_B3 to 0x0 |
| 299 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].WL_ADJ_START to 0x0 |
| 300 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].WL_ADJ_END to 0x0 |
| 301 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].RCW00_ChA_D0 to 0x1 |
| 302 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].RCW00_ChA_D1 to 0x1 |
| 303 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].RCW00_ChB_D0 to 0x1 |
| 304 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].RCW00_ChB_D1 to 0x1 |
| 305 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib0 to 0x17 |
| 306 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib1 to 0x17 |
| 307 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib2 to 0x17 |
| 308 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib3 to 0x17 |
| 309 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib4 to 0x17 |
| 310 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib5 to 0x17 |
| 311 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib6 to 0x17 |
| 312 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib7 to 0x17 |
| 313 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib8 to 0x17 |
| 314 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib9 to 0x17 |
| 315 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib10 to 0x17 |
| 316 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib11 to 0x17 |
| 317 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib12 to 0x17 |
| 318 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib13 to 0x17 |
| 319 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib14 to 0x17 |
| 320 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib15 to 0x17 |
| 321 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib16 to 0x17 |
| 322 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib17 to 0x17 |
| 323 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib18 to 0x17 |
| 324 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR0Nib19 to 0x17 |
| 325 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib0 to 0x17 |
| 326 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib1 to 0x17 |
| 327 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib2 to 0x17 |
| 328 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib3 to 0x17 |
| 329 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib4 to 0x17 |
| 330 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib5 to 0x17 |
| 331 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib6 to 0x17 |
| 332 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib7 to 0x17 |
| 333 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib8 to 0x17 |
| 334 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib9 to 0x17 |
| 335 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib10 to 0x17 |
| 336 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib11 to 0x17 |
| 337 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib12 to 0x17 |
| 338 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib13 to 0x17 |
| 339 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib14 to 0x17 |
| 340 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib15 to 0x17 |
| 341 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib16 to 0x17 |
| 342 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib17 to 0x17 |
| 343 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib18 to 0x17 |
| 344 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR1Nib19 to 0x17 |
| 345 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib0 to 0x17 |
| 346 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib1 to 0x17 |
| 347 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib2 to 0x17 |
| 348 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib3 to 0x17 |
| 349 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib4 to 0x17 |
| 350 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib5 to 0x17 |
| 351 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib6 to 0x17 |
| 352 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib7 to 0x17 |
| 353 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib8 to 0x17 |
| 354 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib9 to 0x17 |
| 355 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib10 to 0x17 |
| 356 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib11 to 0x17 |
| 357 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib12 to 0x17 |
| 358 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib13 to 0x17 |
| 359 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib14 to 0x17 |
| 360 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib15 to 0x17 |
| 361 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib16 to 0x17 |
| 362 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib17 to 0x17 |
| 363 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib18 to 0x17 |
| 364 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR2Nib19 to 0x17 |
| 365 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib0 to 0x17 |
| 366 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib1 to 0x17 |
| 367 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib2 to 0x17 |
| 368 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib3 to 0x17 |
| 369 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib4 to 0x17 |
| 370 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib5 to 0x17 |
| 371 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib6 to 0x17 |
| 372 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib7 to 0x17 |
| 373 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib8 to 0x17 |
| 374 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib9 to 0x17 |
| 375 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib10 to 0x17 |
| 376 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib11 to 0x17 |
| 377 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib12 to 0x17 |
| 378 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib13 to 0x17 |
| 379 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib14 to 0x17 |
| 380 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib15 to 0x17 |
| 381 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib16 to 0x17 |
| 382 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib17 to 0x17 |
| 383 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib18 to 0x17 |
| 384 | // [dwc_ddrphy_phyinit_setMb] Setting mb_DDR5U_1D[0].VrefDqR3Nib19 to 0x17 |
| 385 | // [dwc_ddrphy_phyinit_userCustom_overrideUserInput] End of dwc_ddrphy_phyinit_userCustom_overrideUserInput() |
| 386 | //[dwc_ddrphy_phyinit_calcMb] Start of dwc_ddrphy_phyinit_calcMb() |
| 387 | //// [dwc_ddrphy_phyinit_softSetMb] mb_DDR5U_1D[0].Pstate override to 0x0 |
| 388 | //// [dwc_ddrphy_phyinit_softSetMb] mb_DDR5U_1D[0].DRAMFreq override to 0xc80 |
| 389 | //// [dwc_ddrphy_phyinit_softSetMb] mb_DDR5U_1D[0].PllBypassEn override to 0x0 |
| 390 | //// [dwc_ddrphy_phyinit_softSetMb] mb_DDR5U_1D[0].X16Present override to 0x0 |
| 391 | //// [dwc_ddrphy_phyinit_softSetMb] mb_DDR5U_1D[0].EnabledDQsChA override to 0x10 |
| 392 | //// [dwc_ddrphy_phyinit_softSetMb] mb_DDR5U_1D[0].EnabledDQsChB override to 0x0 |
| 393 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[1].Pstate to 0x1 |
| 394 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[1].DRAMFreq to 0x856 |
| 395 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[1].PllBypassEn to 0x0 |
| 396 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[1].X16Present to 0x1 |
| 397 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[1].EnabledDQsChA to 0x10 |
| 398 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[1].EnabledDQsChB to 0x0 |
| 399 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[2].Pstate to 0x2 |
| 400 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[2].DRAMFreq to 0x74a |
| 401 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[2].PllBypassEn to 0x0 |
| 402 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[2].X16Present to 0x1 |
| 403 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[2].EnabledDQsChA to 0x10 |
| 404 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[2].EnabledDQsChB to 0x0 |
| 405 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[3].Pstate to 0x3 |
| 406 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[3].DRAMFreq to 0x640 |
| 407 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[3].PllBypassEn to 0x0 |
| 408 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[3].X16Present to 0x1 |
| 409 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[3].EnabledDQsChA to 0x10 |
| 410 | //// [dwc_ddrphy_phyinit_softSetMb] Setting mb_DDR5U_1D[3].EnabledDQsChB to 0x0 |
| 411 | ////[dwc_ddrphy_phyinit_calcMb] TG_active[0] = 1 |
| 412 | ////[dwc_ddrphy_phyinit_calcMb] TG_active[1] = 0 |
| 413 | ////[dwc_ddrphy_phyinit_calcMb] TG_active[2] = 0 |
| 414 | ////[dwc_ddrphy_phyinit_calcMb] TG_active[3] = 0 |
| 415 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_CK [pstate=0][tg=0] = 0 ps |
| 416 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_DQ [pstate=0][tg=0] = 0 ps |
| 417 | ////[dwc_ddrphy_phyinit_calcMb] userInputSim.tCASL_add[pstate=0][tg=0] = 0 ps |
| 418 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_CK [pstate=0][tg=1] = 0 ps |
| 419 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_DQ [pstate=0][tg=1] = 0 ps |
| 420 | ////[dwc_ddrphy_phyinit_calcMb] userInputSim.tCASL_add[pstate=0][tg=1] = 0 ps |
| 421 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_CK [pstate=0][tg=2] = 0 ps |
| 422 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_DQ [pstate=0][tg=2] = 0 ps |
| 423 | ////[dwc_ddrphy_phyinit_calcMb] userInputSim.tCASL_add[pstate=0][tg=2] = 0 ps |
| 424 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_CK [pstate=0][tg=3] = 0 ps |
| 425 | ////[dwc_ddrphy_phyinit_calcMb] tDIMM_DQ [pstate=0][tg=3] = 0 ps |
| 426 | ////[dwc_ddrphy_phyinit_calcMb] userInputSim.tCASL_add[pstate=0][tg=3] = 0 ps |
| 427 | //[dwc_ddrphy_phyinit_calcMb] End of dwc_ddrphy_phyinit_calcMb() |
| 428 | //// [phyinit_print_dat] // #################################################### |
| 429 | //// [phyinit_print_dat] // |
| 430 | //// [phyinit_print_dat] // Printing values in user input structure |
| 431 | //// [phyinit_print_dat] // |
| 432 | //// [phyinit_print_dat] // #################################################### |
| 433 | //// [phyinit_print_dat] pUserInputBasic->DramDataWidth[0] = 16 |
| 434 | //// [phyinit_print_dat] pUserInputBasic->DramDataWidth[1] = 16 |
| 435 | //// [phyinit_print_dat] pUserInputBasic->DramDataWidth[2] = 16 |
| 436 | //// [phyinit_print_dat] pUserInputBasic->DramDataWidth[3] = 16 |
| 437 | //// [phyinit_print_dat] pUserInputBasic->NumActiveDbyteDfi1 = 0 |
| 438 | //// [phyinit_print_dat] pUserInputBasic->DramType = 1 |
| 439 | //// [phyinit_print_dat] pUserInputBasic->ARdPtrInitValOvr = 0 |
| 440 | //// [phyinit_print_dat] pUserInputBasic->ARdPtrInitVal[0] = 3 |
| 441 | //// [phyinit_print_dat] pUserInputBasic->ARdPtrInitVal[1] = 3 |
| 442 | //// [phyinit_print_dat] pUserInputBasic->ARdPtrInitVal[2] = 3 |
| 443 | //// [phyinit_print_dat] pUserInputBasic->ARdPtrInitVal[3] = 3 |
| 444 | //// [phyinit_print_dat] pUserInputBasic->Dfi1Exists = 0 |
| 445 | //// [phyinit_print_dat] pUserInputBasic->Frequency[0] = 1600 |
| 446 | //// [phyinit_print_dat] pUserInputBasic->Frequency[1] = 1067 |
| 447 | //// [phyinit_print_dat] pUserInputBasic->Frequency[2] = 933 |
| 448 | //// [phyinit_print_dat] pUserInputBasic->Frequency[3] = 800 |
| 449 | //// [phyinit_print_dat] pUserInputBasic->NumActiveDbyteDfi0 = 2 |
| 450 | //// [phyinit_print_dat] pUserInputBasic->DisPtrInitClrTxTracking[0] = 0 |
| 451 | //// [phyinit_print_dat] pUserInputBasic->DisPtrInitClrTxTracking[1] = 0 |
| 452 | //// [phyinit_print_dat] pUserInputBasic->DisPtrInitClrTxTracking[2] = 0 |
| 453 | //// [phyinit_print_dat] pUserInputBasic->DisPtrInitClrTxTracking[3] = 0 |
| 454 | //// [phyinit_print_dat] pUserInputBasic->NumRank_dfi0 = 1 |
| 455 | //// [phyinit_print_dat] pUserInputBasic->NumPStates = 1 |
| 456 | //// [phyinit_print_dat] pUserInputBasic->PllBypass[0] = 0 |
| 457 | //// [phyinit_print_dat] pUserInputBasic->PllBypass[1] = 0 |
| 458 | //// [phyinit_print_dat] pUserInputBasic->PllBypass[2] = 0 |
| 459 | //// [phyinit_print_dat] pUserInputBasic->PllBypass[3] = 0 |
| 460 | //// [phyinit_print_dat] pUserInputBasic->DfiFreqRatio[0] = 1 |
| 461 | //// [phyinit_print_dat] pUserInputBasic->DfiFreqRatio[1] = 1 |
| 462 | //// [phyinit_print_dat] pUserInputBasic->DfiFreqRatio[2] = 1 |
| 463 | //// [phyinit_print_dat] pUserInputBasic->DfiFreqRatio[3] = 1 |
| 464 | //// [phyinit_print_dat] pUserInputBasic->NumAnib = 10 |
| 465 | //// [phyinit_print_dat] pUserInputBasic->DimmType = 4 |
| 466 | //// [phyinit_print_dat] pUserInputBasic->NumRank_dfi1 = 0 |
| 467 | //// [phyinit_print_dat] pUserInputBasic->NumDbyte = 2 |
| 468 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg1[0] = 1 |
| 469 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg1[1] = 0 |
| 470 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg1[2] = 0 |
| 471 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg1[3] = 0 |
| 472 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg0[0] = 1 |
| 473 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg0[1] = 0 |
| 474 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg0[2] = 0 |
| 475 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg0[3] = 0 |
| 476 | //// [phyinit_print_dat] pUserInputAdvanced->SnpsUmctlF0RC5x[0] = 0 |
| 477 | //// [phyinit_print_dat] pUserInputAdvanced->SnpsUmctlF0RC5x[1] = 0 |
| 478 | //// [phyinit_print_dat] pUserInputAdvanced->SnpsUmctlF0RC5x[2] = 0 |
| 479 | //// [phyinit_print_dat] pUserInputAdvanced->SnpsUmctlF0RC5x[3] = 0 |
| 480 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl2[0] = 0 |
| 481 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl2[1] = 0 |
| 482 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl2[2] = 0 |
| 483 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl2[3] = 0 |
| 484 | //// [phyinit_print_dat] pUserInputAdvanced->IsHighVDD = 0 |
| 485 | //// [phyinit_print_dat] pUserInputAdvanced->DramByteSwap[0] = 0 |
| 486 | //// [phyinit_print_dat] pUserInputAdvanced->DramByteSwap[1] = 0 |
| 487 | //// [phyinit_print_dat] pUserInputAdvanced->DramByteSwap[2] = 0 |
| 488 | //// [phyinit_print_dat] pUserInputAdvanced->DramByteSwap[3] = 0 |
| 489 | //// [phyinit_print_dat] pUserInputAdvanced->ExtCalResVal = 240 |
| 490 | //// [phyinit_print_dat] pUserInputAdvanced->D4TxPreambleLength[0] = 0 |
| 491 | //// [phyinit_print_dat] pUserInputAdvanced->D4TxPreambleLength[1] = 0 |
| 492 | //// [phyinit_print_dat] pUserInputAdvanced->D4TxPreambleLength[2] = 0 |
| 493 | //// [phyinit_print_dat] pUserInputAdvanced->D4TxPreambleLength[3] = 0 |
| 494 | //// [phyinit_print_dat] pUserInputAdvanced->RxEnBackOff = 1 |
| 495 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[0] = 0 |
| 496 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[1] = 0 |
| 497 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[2] = 0 |
| 498 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[3] = 0 |
| 499 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[4] = 0 |
| 500 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[5] = 0 |
| 501 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[6] = 0 |
| 502 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvLaneSel[7] = 0 |
| 503 | //// [phyinit_print_dat] pUserInputAdvanced->CalOnce = 0 |
| 504 | //// [phyinit_print_dat] pUserInputAdvanced->Apb32BitMode = 1 |
| 505 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewRiseCK = 0 |
| 506 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewFallAC = 38 |
| 507 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewFallCK = 0 |
| 508 | //// [phyinit_print_dat] pUserInputAdvanced->DisablePmuEcc = 1 |
| 509 | //// [phyinit_print_dat] pUserInputAdvanced->SnpsUmctlOpt = 0 |
| 510 | //// [phyinit_print_dat] pUserInputAdvanced->WDQSExt = 0 |
| 511 | //// [phyinit_print_dat] pUserInputAdvanced->VREGCtrl_LP2_PwrSavings_En = 0 |
| 512 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewRiseAC = 102 |
| 513 | //// [phyinit_print_dat] pUserInputAdvanced->DisDynAdrTri[0] = 1 |
| 514 | //// [phyinit_print_dat] pUserInputAdvanced->DisDynAdrTri[1] = 0 |
| 515 | //// [phyinit_print_dat] pUserInputAdvanced->DisDynAdrTri[2] = 0 |
| 516 | //// [phyinit_print_dat] pUserInputAdvanced->DisDynAdrTri[3] = 0 |
| 517 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[0] = 0 |
| 518 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[1] = 0 |
| 519 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[2] = 0 |
| 520 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[3] = 0 |
| 521 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[4] = 0 |
| 522 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[5] = 0 |
| 523 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[6] = 0 |
| 524 | //// [phyinit_print_dat] pUserInputAdvanced->AnibRcvEn[7] = 0 |
| 525 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg3[0] = 1 |
| 526 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg3[1] = 0 |
| 527 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg3[2] = 0 |
| 528 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg3[3] = 0 |
| 529 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrTrainInterval[0] = 0 |
| 530 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrTrainInterval[1] = 0 |
| 531 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrTrainInterval[2] = 0 |
| 532 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrTrainInterval[3] = 0 |
| 533 | //// [phyinit_print_dat] pUserInputAdvanced->rtt_term_en = 0 |
| 534 | //// [phyinit_print_dat] pUserInputAdvanced->AlertRecoveryEnable = 0 |
| 535 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewRiseDQ[0] = 0 |
| 536 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewRiseDQ[1] = 0 |
| 537 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewRiseDQ[2] = 0 |
| 538 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewRiseDQ[3] = 0 |
| 539 | //// [phyinit_print_dat] pUserInputAdvanced->en_16LogicalRanks_3DS = 0 |
| 540 | //// [phyinit_print_dat] pUserInputAdvanced->D4RxPreambleLength[0] = 1 |
| 541 | //// [phyinit_print_dat] pUserInputAdvanced->D4RxPreambleLength[1] = 1 |
| 542 | //// [phyinit_print_dat] pUserInputAdvanced->D4RxPreambleLength[2] = 1 |
| 543 | //// [phyinit_print_dat] pUserInputAdvanced->D4RxPreambleLength[3] = 1 |
| 544 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrCtrlMode[0] = 0 |
| 545 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrCtrlMode[1] = 0 |
| 546 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrCtrlMode[2] = 0 |
| 547 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrCtrlMode[3] = 0 |
| 548 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewFallDQ[0] = 0 |
| 549 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewFallDQ[1] = 0 |
| 550 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewFallDQ[2] = 0 |
| 551 | //// [phyinit_print_dat] pUserInputAdvanced->TxSlewFallDQ[3] = 0 |
| 552 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[0] = 0 |
| 553 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[1] = 0 |
| 554 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[2] = 0 |
| 555 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[3] = 0 |
| 556 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[4] = 0 |
| 557 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[5] = 0 |
| 558 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[6] = 0 |
| 559 | //// [phyinit_print_dat] pUserInputAdvanced->NvAnibRcvSel[7] = 0 |
| 560 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl1[0] = 25 |
| 561 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl1[1] = 25 |
| 562 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl1[2] = 25 |
| 563 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedanceCtrl1[3] = 25 |
| 564 | //// [phyinit_print_dat] pUserInputAdvanced->Nibble_ECC = 15 |
| 565 | //// [phyinit_print_dat] pUserInputAdvanced->D5DisableRetraining = 0 |
| 566 | //// [phyinit_print_dat] pUserInputAdvanced->DqsOscRunTimeSel[0] = 256 |
| 567 | //// [phyinit_print_dat] pUserInputAdvanced->DqsOscRunTimeSel[1] = 256 |
| 568 | //// [phyinit_print_dat] pUserInputAdvanced->DqsOscRunTimeSel[2] = 256 |
| 569 | //// [phyinit_print_dat] pUserInputAdvanced->DqsOscRunTimeSel[3] = 256 |
| 570 | //// [phyinit_print_dat] pUserInputAdvanced->ODTImpedance[0] = 120 |
| 571 | //// [phyinit_print_dat] pUserInputAdvanced->ODTImpedance[1] = 60 |
| 572 | //// [phyinit_print_dat] pUserInputAdvanced->ODTImpedance[2] = 60 |
| 573 | //// [phyinit_print_dat] pUserInputAdvanced->ODTImpedance[3] = 60 |
| 574 | //// [phyinit_print_dat] pUserInputAdvanced->MtestPUImp = 240 |
| 575 | //// [phyinit_print_dat] pUserInputAdvanced->EnableMAlertAsync = 0 |
| 576 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrMaxReqToAck[0] = 0 |
| 577 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrMaxReqToAck[1] = 0 |
| 578 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrMaxReqToAck[2] = 0 |
| 579 | //// [phyinit_print_dat] pUserInputAdvanced->PhyMstrMaxReqToAck[3] = 0 |
| 580 | //// [phyinit_print_dat] pUserInputAdvanced->RedundantCs_en = 0 |
| 581 | //// [phyinit_print_dat] pUserInputAdvanced->CalInterval = 9 |
| 582 | //// [phyinit_print_dat] pUserInputAdvanced->D5TxDqPreambleCtrl[0] = 1 |
| 583 | //// [phyinit_print_dat] pUserInputAdvanced->D5TxDqPreambleCtrl[1] = 0 |
| 584 | //// [phyinit_print_dat] pUserInputAdvanced->D5TxDqPreambleCtrl[2] = 0 |
| 585 | //// [phyinit_print_dat] pUserInputAdvanced->D5TxDqPreambleCtrl[3] = 0 |
| 586 | //// [phyinit_print_dat] pUserInputAdvanced->MemAlertEn = 0 |
| 587 | //// [phyinit_print_dat] pUserInputAdvanced->ATxImpedance = 53247 |
| 588 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg2[0] = 1 |
| 589 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg2[1] = 0 |
| 590 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg2[2] = 0 |
| 591 | //// [phyinit_print_dat] pUserInputAdvanced->EnTdqs2dqTrackingTg2[3] = 0 |
| 592 | //// [phyinit_print_dat] pUserInputAdvanced->en_3DS = 0 |
| 593 | //// [phyinit_print_dat] pUserInputAdvanced->EnRxDqsTracking[0] = 1 |
| 594 | //// [phyinit_print_dat] pUserInputAdvanced->EnRxDqsTracking[1] = 0 |
| 595 | //// [phyinit_print_dat] pUserInputAdvanced->EnRxDqsTracking[2] = 0 |
| 596 | //// [phyinit_print_dat] pUserInputAdvanced->EnRxDqsTracking[3] = 0 |
| 597 | //// [phyinit_print_dat] pUserInputAdvanced->RstRxTrkState = 0 |
| 598 | //// [phyinit_print_dat] pUserInputAdvanced->TrainSequenceCtrl = 33663 |
| 599 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedance[0] = 60 |
| 600 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedance[1] = 25 |
| 601 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedance[2] = 25 |
| 602 | //// [phyinit_print_dat] pUserInputAdvanced->TxImpedance[3] = 25 |
| 603 | //// [phyinit_print_dat] pUserInputSim->tDQS2DQ = 750 |
| 604 | //// [phyinit_print_dat] pUserInputSim->tDQSCK = 0 |
| 605 | //// [phyinit_print_dat] pUserInputSim->tSTAOFF[0] = 0 |
| 606 | //// [phyinit_print_dat] pUserInputSim->tSTAOFF[1] = 0 |
| 607 | //// [phyinit_print_dat] pUserInputSim->tSTAOFF[2] = 0 |
| 608 | //// [phyinit_print_dat] pUserInputSim->tSTAOFF[3] = 0 |
| 609 | //// [phyinit_print_dat] // #################################################### |
| 610 | //// [phyinit_print_dat] // |
| 611 | //// [phyinit_print_dat] // Printing values of 1D message block input/inout fields, PState=0 |
| 612 | //// [phyinit_print_dat] // |
| 613 | //// [phyinit_print_dat] // #################################################### |
| 614 | //// [phyinit_print_dat] mb_DDR5U_1D[0].AdvTrainOpt = 0x0 |
| 615 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MsgMisc = 0x7 |
| 616 | //// [phyinit_print_dat] mb_DDR5U_1D[0].Pstate = 0x0 |
| 617 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PllBypassEn = 0x0 |
| 618 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DRAMFreq = 0xc80 |
| 619 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_next = 0x0 |
| 620 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_next = 0x0 |
| 621 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RXEN_ADJ = 0x0 |
| 622 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RX2D_DFE_Misc = 0x0 |
| 623 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PhyVref = 0x40 |
| 624 | //// [phyinit_print_dat] mb_DDR5U_1D[0].D5Misc = 0x0 |
| 625 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WL_ADJ = 0x0 |
| 626 | //// [phyinit_print_dat] mb_DDR5U_1D[0].SequenceCtrl = 0x837f |
| 627 | //// [phyinit_print_dat] mb_DDR5U_1D[0].HdtCtrl = 0xc8 |
| 628 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PhyCfg = 0x0 |
| 629 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFIMRLMargin = 0x2 |
| 630 | //// [phyinit_print_dat] mb_DDR5U_1D[0].X16Present = 0x0 |
| 631 | //// [phyinit_print_dat] mb_DDR5U_1D[0].UseBroadcastMR = 0x1 |
| 632 | //// [phyinit_print_dat] mb_DDR5U_1D[0].D5Quickboot = 0x0 |
| 633 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDbyte = 0x0 |
| 634 | //// [phyinit_print_dat] mb_DDR5U_1D[0].CATrainOpt = 0x8 |
| 635 | //// [phyinit_print_dat] mb_DDR5U_1D[0].TX2D_DFE_Misc = 0x0 |
| 636 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RX2D_TrainOpt = 0x0 |
| 637 | //// [phyinit_print_dat] mb_DDR5U_1D[0].TX2D_TrainOpt = 0x0 |
| 638 | //// [phyinit_print_dat] mb_DDR5U_1D[0].Share2DVrefResult = 0x0 |
| 639 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MRE_MIN_PULSE = 0x0 |
| 640 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DWL_MIN_PULSE = 0x0 |
| 641 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PhyConfigOverride = 0x0 |
| 642 | //// [phyinit_print_dat] mb_DDR5U_1D[0].EnabledDQsChA = 0x10 |
| 643 | //// [phyinit_print_dat] mb_DDR5U_1D[0].CsPresentChA = 0x1 |
| 644 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A0 = 0x8 |
| 645 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A0 = 0x4 |
| 646 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A0 = 0x0 |
| 647 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A0 = 0x0 |
| 648 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A0 = 0x20 |
| 649 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A0 = 0x0 |
| 650 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A0_next = 0x0 |
| 651 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A0 = 0x8 |
| 652 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A0_next = 0x0 |
| 653 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A0 = 0x2d |
| 654 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A0 = 0x2d |
| 655 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A0 = 0xd6 |
| 656 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A0 = 0x0 |
| 657 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A0 = 0x0 |
| 658 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A0 = 0x3 |
| 659 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A0 = 0x0 |
| 660 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A0 = 0x0 |
| 661 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A0 = 0x0 |
| 662 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A0 = 0x11 |
| 663 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A0 = 0x4 |
| 664 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A0 = 0x0 |
| 665 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A0 = 0x2c |
| 666 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A0 = 0x2c |
| 667 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A0 = 0x2c |
| 668 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A0 = 0x0 |
| 669 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A0_next = 0x0 |
| 670 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A0_next = 0x0 |
| 671 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A0_next = 0x0 |
| 672 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A0_next = 0x0 |
| 673 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A0_next = 0x0 |
| 674 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A0 = 0x0 |
| 675 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A0 = 0x0 |
| 676 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A0 = 0x0 |
| 677 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A0 = 0x0 |
| 678 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A1 = 0x8 |
| 679 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A1 = 0x4 |
| 680 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A1 = 0x0 |
| 681 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A1 = 0x0 |
| 682 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A1 = 0x20 |
| 683 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A1 = 0x0 |
| 684 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A1_next = 0x0 |
| 685 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A1 = 0x8 |
| 686 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A1_next = 0x0 |
| 687 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A1 = 0x2d |
| 688 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A1 = 0x2d |
| 689 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A1 = 0xd6 |
| 690 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A1 = 0x0 |
| 691 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A1 = 0x0 |
| 692 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A1 = 0x3 |
| 693 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A1 = 0x0 |
| 694 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A1 = 0x0 |
| 695 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A1 = 0x0 |
| 696 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A1 = 0x11 |
| 697 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A1 = 0x4 |
| 698 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A1 = 0x0 |
| 699 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A1 = 0x2c |
| 700 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A1 = 0x2c |
| 701 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A1 = 0x2c |
| 702 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A1 = 0x0 |
| 703 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A1_next = 0x0 |
| 704 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A1_next = 0x0 |
| 705 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A1_next = 0x0 |
| 706 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A1_next = 0x0 |
| 707 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A1_next = 0x0 |
| 708 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A1 = 0x0 |
| 709 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A1 = 0x0 |
| 710 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A1 = 0x0 |
| 711 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A1 = 0x0 |
| 712 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A2 = 0x8 |
| 713 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A2 = 0x4 |
| 714 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A2 = 0x0 |
| 715 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A2 = 0x0 |
| 716 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A2 = 0x20 |
| 717 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A2 = 0x0 |
| 718 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A2_next = 0x0 |
| 719 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A2 = 0x8 |
| 720 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A2_next = 0x0 |
| 721 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A2 = 0x2d |
| 722 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A2 = 0x2d |
| 723 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A2 = 0xd6 |
| 724 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A2 = 0x0 |
| 725 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A2 = 0x0 |
| 726 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A2 = 0x3 |
| 727 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A2 = 0x0 |
| 728 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A2 = 0x0 |
| 729 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A2 = 0x0 |
| 730 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A2 = 0x11 |
| 731 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A2 = 0x4 |
| 732 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A2 = 0x0 |
| 733 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A2 = 0x2c |
| 734 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A2 = 0x2c |
| 735 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A2 = 0x2c |
| 736 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A2 = 0x0 |
| 737 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A2_next = 0x0 |
| 738 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A2_next = 0x0 |
| 739 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A2_next = 0x0 |
| 740 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A2_next = 0x0 |
| 741 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A2_next = 0x0 |
| 742 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A2 = 0x0 |
| 743 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A2 = 0x0 |
| 744 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A2 = 0x0 |
| 745 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A2 = 0x0 |
| 746 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A3 = 0x8 |
| 747 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A3 = 0x4 |
| 748 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A3 = 0x0 |
| 749 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A3 = 0x0 |
| 750 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A3 = 0x20 |
| 751 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A3 = 0x0 |
| 752 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A3_next = 0x0 |
| 753 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A3 = 0x8 |
| 754 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A3_next = 0x0 |
| 755 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A3 = 0x2d |
| 756 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A3 = 0x2d |
| 757 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A3 = 0xd6 |
| 758 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A3 = 0x0 |
| 759 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A3 = 0x0 |
| 760 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A3 = 0x3 |
| 761 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A3 = 0x0 |
| 762 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A3 = 0x0 |
| 763 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A3 = 0x0 |
| 764 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A3 = 0x11 |
| 765 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A3 = 0x4 |
| 766 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A3 = 0x0 |
| 767 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A3 = 0x2c |
| 768 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A3 = 0x2c |
| 769 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A3 = 0x2c |
| 770 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A3 = 0x0 |
| 771 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A3_next = 0x0 |
| 772 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A3_next = 0x0 |
| 773 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A3_next = 0x0 |
| 774 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A3_next = 0x0 |
| 775 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A3_next = 0x0 |
| 776 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A3 = 0x0 |
| 777 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A3 = 0x0 |
| 778 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A3 = 0x0 |
| 779 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A3 = 0x0 |
| 780 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_next = 0x0 |
| 781 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_next = 0x0 |
| 782 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A0 = 0x0 |
| 783 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A1 = 0x0 |
| 784 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A2 = 0x0 |
| 785 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A3 = 0x0 |
| 786 | //// [phyinit_print_dat] mb_DDR5U_1D[0].EnabledDQsChB = 0x0 |
| 787 | //// [phyinit_print_dat] mb_DDR5U_1D[0].CsPresentChB = 0x0 |
| 788 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B0 = 0x8 |
| 789 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B0 = 0x4 |
| 790 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B0 = 0x0 |
| 791 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B0 = 0x0 |
| 792 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B0 = 0x20 |
| 793 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B0 = 0x0 |
| 794 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B0_next = 0x0 |
| 795 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B0 = 0x8 |
| 796 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B0_next = 0x0 |
| 797 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B0 = 0x2d |
| 798 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B0 = 0x2d |
| 799 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B0 = 0xd6 |
| 800 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B0 = 0x0 |
| 801 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B0 = 0x0 |
| 802 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B0 = 0x3 |
| 803 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B0 = 0x0 |
| 804 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B0 = 0x0 |
| 805 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B0 = 0x0 |
| 806 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B0 = 0x11 |
| 807 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B0 = 0x4 |
| 808 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B0 = 0x0 |
| 809 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B0 = 0x2c |
| 810 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B0 = 0x2c |
| 811 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B0 = 0x2c |
| 812 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B0 = 0x0 |
| 813 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B0_next = 0x0 |
| 814 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B0_next = 0x0 |
| 815 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B0_next = 0x0 |
| 816 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B0_next = 0x0 |
| 817 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B0_next = 0x0 |
| 818 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B0 = 0x0 |
| 819 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B0 = 0x0 |
| 820 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B0 = 0x0 |
| 821 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B0 = 0x0 |
| 822 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B1 = 0x8 |
| 823 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B1 = 0x4 |
| 824 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B1 = 0x0 |
| 825 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B1 = 0x0 |
| 826 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B1 = 0x20 |
| 827 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B1 = 0x0 |
| 828 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B1_next = 0x0 |
| 829 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B1 = 0x8 |
| 830 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B1_next = 0x0 |
| 831 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B1 = 0x2d |
| 832 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B1 = 0x2d |
| 833 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B1 = 0xd6 |
| 834 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B1 = 0x0 |
| 835 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B1 = 0x0 |
| 836 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B1 = 0x3 |
| 837 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B1 = 0x0 |
| 838 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B1 = 0x0 |
| 839 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B1 = 0x0 |
| 840 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B1 = 0x11 |
| 841 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B1 = 0x4 |
| 842 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B1 = 0x0 |
| 843 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B1 = 0x2c |
| 844 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B1 = 0x2c |
| 845 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B1 = 0x2c |
| 846 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B1 = 0x0 |
| 847 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B1_next = 0x0 |
| 848 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B1_next = 0x0 |
| 849 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B1_next = 0x0 |
| 850 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B1_next = 0x0 |
| 851 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B1_next = 0x0 |
| 852 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B1 = 0x0 |
| 853 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B1 = 0x0 |
| 854 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B1 = 0x0 |
| 855 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B1 = 0x0 |
| 856 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B2 = 0x8 |
| 857 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B2 = 0x4 |
| 858 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B2 = 0x0 |
| 859 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B2 = 0x0 |
| 860 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B2 = 0x20 |
| 861 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B2 = 0x0 |
| 862 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B2_next = 0x0 |
| 863 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B2 = 0x8 |
| 864 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B2_next = 0x0 |
| 865 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B2 = 0x2d |
| 866 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B2 = 0x2d |
| 867 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B2 = 0xd6 |
| 868 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B2 = 0x0 |
| 869 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B2 = 0x0 |
| 870 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B2 = 0x3 |
| 871 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B2 = 0x0 |
| 872 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B2 = 0x0 |
| 873 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B2 = 0x0 |
| 874 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B2 = 0x11 |
| 875 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B2 = 0x4 |
| 876 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B2 = 0x0 |
| 877 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B2 = 0x2c |
| 878 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B2 = 0x2c |
| 879 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B2 = 0x2c |
| 880 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B2 = 0x0 |
| 881 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B2_next = 0x0 |
| 882 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B2_next = 0x0 |
| 883 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B2_next = 0x0 |
| 884 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B2_next = 0x0 |
| 885 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B2_next = 0x0 |
| 886 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B2 = 0x0 |
| 887 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B2 = 0x0 |
| 888 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B2 = 0x0 |
| 889 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B2 = 0x0 |
| 890 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B3 = 0x8 |
| 891 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B3 = 0x4 |
| 892 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B3 = 0x0 |
| 893 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B3 = 0x0 |
| 894 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B3 = 0x20 |
| 895 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B3 = 0x0 |
| 896 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B3_next = 0x0 |
| 897 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B3 = 0x8 |
| 898 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B3_next = 0x0 |
| 899 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B3 = 0x2d |
| 900 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B3 = 0x2d |
| 901 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B3 = 0xd6 |
| 902 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B3 = 0x0 |
| 903 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B3 = 0x0 |
| 904 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B3 = 0x3 |
| 905 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B3 = 0x0 |
| 906 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B3 = 0x0 |
| 907 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B3 = 0x0 |
| 908 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B3 = 0x11 |
| 909 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B3 = 0x4 |
| 910 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B3 = 0x0 |
| 911 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B3 = 0x2c |
| 912 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B3 = 0x2c |
| 913 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B3 = 0x2c |
| 914 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B3 = 0x0 |
| 915 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B3_next = 0x0 |
| 916 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B3_next = 0x0 |
| 917 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B3_next = 0x0 |
| 918 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B3_next = 0x0 |
| 919 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B3_next = 0x0 |
| 920 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B3 = 0x0 |
| 921 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B3 = 0x0 |
| 922 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B3 = 0x0 |
| 923 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B3 = 0x0 |
| 924 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B0 = 0x0 |
| 925 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B1 = 0x0 |
| 926 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B2 = 0x0 |
| 927 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B3 = 0x0 |
| 928 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WL_ADJ_START = 0x0 |
| 929 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WL_ADJ_END = 0x0 |
| 930 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChA_D0 = 0x1 |
| 931 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChA_D0 = 0x0 |
| 932 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChA_D0 = 0x0 |
| 933 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChA_D0 = 0x0 |
| 934 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChA_D0 = 0x0 |
| 935 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChA_D0 = 0x0 |
| 936 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChA_D0 = 0x0 |
| 937 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChA_D0 = 0x0 |
| 938 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChA_D0 = 0x0 |
| 939 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChA_D0 = 0x0 |
| 940 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChA_D0 = 0x0 |
| 941 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChA_D0 = 0x0 |
| 942 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChA_D0 = 0x0 |
| 943 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChA_D0 = 0x0 |
| 944 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChA_D0 = 0x0 |
| 945 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChA_D0 = 0x0 |
| 946 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChA_D0 = 0x0 |
| 947 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChA_D0 = 0x0 |
| 948 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChA_D0 = 0x0 |
| 949 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChA_D0 = 0x0 |
| 950 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChA_D0 = 0x0 |
| 951 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChA_D0 = 0x0 |
| 952 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChA_D0 = 0x0 |
| 953 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChA_D0 = 0x0 |
| 954 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChA_D0 = 0x0 |
| 955 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChA_D0 = 0x0 |
| 956 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChA_D0 = 0x0 |
| 957 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChA_D0 = 0x0 |
| 958 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChA_D0 = 0x0 |
| 959 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChA_D0 = 0x0 |
| 960 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChA_D0 = 0x0 |
| 961 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChA_D0 = 0x0 |
| 962 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChA_D0 = 0x0 |
| 963 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChA_D0 = 0x0 |
| 964 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChA_D0 = 0x0 |
| 965 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChA_D0 = 0x0 |
| 966 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChA_D0 = 0x0 |
| 967 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChA_D0 = 0x0 |
| 968 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChA_D0 = 0x0 |
| 969 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChA_D0 = 0x0 |
| 970 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChA_D0 = 0x0 |
| 971 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChA_D0 = 0x0 |
| 972 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChA_D0 = 0x0 |
| 973 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChA_D0 = 0x0 |
| 974 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChA_D0 = 0x0 |
| 975 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChA_D0 = 0x0 |
| 976 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChA_D0 = 0x0 |
| 977 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChA_D0 = 0x0 |
| 978 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChA_D0 = 0x0 |
| 979 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChA_D0 = 0x0 |
| 980 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChA_D0 = 0x0 |
| 981 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChA_D0 = 0x0 |
| 982 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChA_D0 = 0x0 |
| 983 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChA_D0 = 0x0 |
| 984 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChA_D0 = 0x0 |
| 985 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChA_D0 = 0x0 |
| 986 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChA_D0 = 0x0 |
| 987 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChA_D0 = 0x0 |
| 988 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChA_D0 = 0x0 |
| 989 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChA_D0 = 0x0 |
| 990 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChA_D0 = 0x0 |
| 991 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChA_D0 = 0x0 |
| 992 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChA_D0 = 0x0 |
| 993 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChA_D0 = 0x0 |
| 994 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChA_D0 = 0x0 |
| 995 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChA_D0 = 0x0 |
| 996 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChA_D0 = 0x0 |
| 997 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChA_D0 = 0x0 |
| 998 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChA_D0 = 0x0 |
| 999 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChA_D0 = 0x0 |
| 1000 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChA_D0 = 0x0 |
| 1001 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChA_D0 = 0x0 |
| 1002 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChA_D0 = 0x0 |
| 1003 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChA_D0 = 0x0 |
| 1004 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChA_D0 = 0x0 |
| 1005 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChA_D0 = 0x0 |
| 1006 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChA_D0 = 0x0 |
| 1007 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChA_D0 = 0x0 |
| 1008 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChA_D0 = 0x0 |
| 1009 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChA_D0 = 0x0 |
| 1010 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChA_D0 = 0x0 |
| 1011 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChA_D0 = 0x0 |
| 1012 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChA_D0 = 0x0 |
| 1013 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChA_D0 = 0x0 |
| 1014 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChA_D0 = 0x0 |
| 1015 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChA_D0 = 0x0 |
| 1016 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChA_D0 = 0x0 |
| 1017 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChA_D0 = 0x0 |
| 1018 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChA_D0 = 0x0 |
| 1019 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChA_D0 = 0x0 |
| 1020 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChA_D0 = 0x0 |
| 1021 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChA_D0 = 0x0 |
| 1022 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChA_D0 = 0x0 |
| 1023 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChA_D0 = 0x0 |
| 1024 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChA_D0 = 0x0 |
| 1025 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChA_D0 = 0x0 |
| 1026 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChA_D0 = 0x0 |
| 1027 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChA_D0 = 0x0 |
| 1028 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChA_D0 = 0x0 |
| 1029 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChA_D0 = 0x0 |
| 1030 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChA_D0 = 0x0 |
| 1031 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChA_D0 = 0x0 |
| 1032 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChA_D0 = 0x0 |
| 1033 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChA_D0 = 0x0 |
| 1034 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChA_D0 = 0x0 |
| 1035 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChA_D0 = 0x0 |
| 1036 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChA_D0 = 0x0 |
| 1037 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChA_D0 = 0x0 |
| 1038 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChA_D0 = 0x0 |
| 1039 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChA_D0 = 0x0 |
| 1040 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChA_D0 = 0x0 |
| 1041 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChA_D0 = 0x0 |
| 1042 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChA_D0 = 0x0 |
| 1043 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChA_D0 = 0x0 |
| 1044 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChA_D0 = 0x0 |
| 1045 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChA_D0 = 0x0 |
| 1046 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChA_D0 = 0x0 |
| 1047 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChA_D0 = 0x0 |
| 1048 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChA_D0 = 0x0 |
| 1049 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChA_D0 = 0x0 |
| 1050 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChA_D0 = 0x0 |
| 1051 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChA_D0 = 0x0 |
| 1052 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChA_D0 = 0x0 |
| 1053 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChA_D0 = 0x0 |
| 1054 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChA_D0 = 0x0 |
| 1055 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChA_D0 = 0x0 |
| 1056 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChA_D0 = 0x0 |
| 1057 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChA_D0 = 0x0 |
| 1058 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChA_D0 = 0x0 |
| 1059 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChA_D0 = 0x0 |
| 1060 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChA_D0 = 0x0 |
| 1061 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChA_D0 = 0x0 |
| 1062 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChA_D0 = 0x0 |
| 1063 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChA_D0 = 0x0 |
| 1064 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChA_D0 = 0x0 |
| 1065 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChA_D0 = 0x0 |
| 1066 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChA_D0 = 0x0 |
| 1067 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChA_D0 = 0x0 |
| 1068 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChA_D0 = 0x0 |
| 1069 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChA_D0 = 0x0 |
| 1070 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChA_D0 = 0x0 |
| 1071 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChA_D0 = 0x0 |
| 1072 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChA_D0 = 0x0 |
| 1073 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChA_D0 = 0x0 |
| 1074 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChA_D0 = 0x0 |
| 1075 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChA_D0 = 0x0 |
| 1076 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChA_D0 = 0x0 |
| 1077 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChA_D0 = 0x0 |
| 1078 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChA_D0 = 0x0 |
| 1079 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChA_D0 = 0x0 |
| 1080 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChA_D0 = 0x0 |
| 1081 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChA_D0 = 0x0 |
| 1082 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChA_D0 = 0x0 |
| 1083 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChA_D0 = 0x0 |
| 1084 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChA_D0 = 0x0 |
| 1085 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChA_D0 = 0x0 |
| 1086 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChA_D0 = 0x0 |
| 1087 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChA_D0 = 0x0 |
| 1088 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChA_D0 = 0x0 |
| 1089 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChA_D0 = 0x0 |
| 1090 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChA_D0 = 0x0 |
| 1091 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChA_D0 = 0x0 |
| 1092 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChA_D0 = 0x0 |
| 1093 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChA_D0 = 0x0 |
| 1094 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChA_D0 = 0x0 |
| 1095 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChA_D0 = 0x0 |
| 1096 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChA_D0 = 0x0 |
| 1097 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChA_D0 = 0x0 |
| 1098 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChA_D0 = 0x0 |
| 1099 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChA_D0 = 0x0 |
| 1100 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChA_D0 = 0x0 |
| 1101 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChA_D0 = 0x0 |
| 1102 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChA_D0 = 0x0 |
| 1103 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChA_D0 = 0x0 |
| 1104 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChA_D0 = 0x0 |
| 1105 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChA_D0 = 0x0 |
| 1106 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChA_D0 = 0x0 |
| 1107 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChA_D0 = 0x0 |
| 1108 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChA_D0 = 0x0 |
| 1109 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChA_D0 = 0x0 |
| 1110 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChA_D0 = 0x0 |
| 1111 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChA_D0 = 0x0 |
| 1112 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChA_D0 = 0x0 |
| 1113 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChA_D0 = 0x0 |
| 1114 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChA_D0 = 0x0 |
| 1115 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChA_D0 = 0x0 |
| 1116 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChA_D0 = 0x0 |
| 1117 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChA_D0 = 0x0 |
| 1118 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChA_D0 = 0x0 |
| 1119 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChA_D0 = 0x0 |
| 1120 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChA_D0 = 0x0 |
| 1121 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChA_D0 = 0x0 |
| 1122 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChA_D0 = 0x0 |
| 1123 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChA_D0 = 0x0 |
| 1124 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChA_D0 = 0x0 |
| 1125 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChA_D0 = 0x0 |
| 1126 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChA_D0 = 0x0 |
| 1127 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChA_D0 = 0x0 |
| 1128 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChA_D0 = 0x0 |
| 1129 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChA_D0 = 0x0 |
| 1130 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChA_D0 = 0x0 |
| 1131 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChA_D0 = 0x0 |
| 1132 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChA_D0 = 0x0 |
| 1133 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChA_D0 = 0x0 |
| 1134 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChA_D0 = 0x0 |
| 1135 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChA_D0 = 0x0 |
| 1136 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChA_D0 = 0x0 |
| 1137 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChA_D0 = 0x0 |
| 1138 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChA_D0 = 0x0 |
| 1139 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChA_D0 = 0x0 |
| 1140 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChA_D0 = 0x0 |
| 1141 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChA_D0 = 0x0 |
| 1142 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChA_D0 = 0x0 |
| 1143 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChA_D0 = 0x0 |
| 1144 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChA_D0 = 0x0 |
| 1145 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChA_D0 = 0x0 |
| 1146 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChA_D0 = 0x0 |
| 1147 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChA_D0 = 0x0 |
| 1148 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChA_D0 = 0x0 |
| 1149 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChA_D0 = 0x0 |
| 1150 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChA_D0 = 0x0 |
| 1151 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChA_D0 = 0x0 |
| 1152 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChA_D0 = 0x0 |
| 1153 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChA_D0 = 0x0 |
| 1154 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChA_D0 = 0x0 |
| 1155 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChA_D0 = 0x0 |
| 1156 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChA_D0 = 0x0 |
| 1157 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChA_D0 = 0x0 |
| 1158 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChA_D0 = 0x0 |
| 1159 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChA_D0 = 0x0 |
| 1160 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChA_D0 = 0x0 |
| 1161 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChA_D0 = 0x0 |
| 1162 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChA_D0 = 0x0 |
| 1163 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChA_D0 = 0x0 |
| 1164 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChA_D0 = 0x0 |
| 1165 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChA_D0 = 0x0 |
| 1166 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChA_D0 = 0x0 |
| 1167 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChA_D0 = 0x0 |
| 1168 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChA_D0 = 0x0 |
| 1169 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChA_D0 = 0x0 |
| 1170 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChA_D0 = 0x0 |
| 1171 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChA_D0 = 0x0 |
| 1172 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChA_D0 = 0x0 |
| 1173 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChA_D0 = 0x0 |
| 1174 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChA_D0 = 0x0 |
| 1175 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChA_D0 = 0x0 |
| 1176 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChA_D0 = 0x0 |
| 1177 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChA_D0 = 0x0 |
| 1178 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChA_D0 = 0x0 |
| 1179 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChA_D0 = 0x0 |
| 1180 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChA_D0 = 0x0 |
| 1181 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChA_D0 = 0x0 |
| 1182 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChA_D0 = 0x0 |
| 1183 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChA_D0 = 0x0 |
| 1184 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChA_D0 = 0x0 |
| 1185 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChA_D0 = 0x0 |
| 1186 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChA_D1 = 0x1 |
| 1187 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChA_D1 = 0x0 |
| 1188 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChA_D1 = 0x0 |
| 1189 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChA_D1 = 0x0 |
| 1190 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChA_D1 = 0x0 |
| 1191 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChA_D1 = 0x0 |
| 1192 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChA_D1 = 0x0 |
| 1193 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChA_D1 = 0x0 |
| 1194 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChA_D1 = 0x0 |
| 1195 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChA_D1 = 0x0 |
| 1196 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChA_D1 = 0x0 |
| 1197 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChA_D1 = 0x0 |
| 1198 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChA_D1 = 0x0 |
| 1199 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChA_D1 = 0x0 |
| 1200 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChA_D1 = 0x0 |
| 1201 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChA_D1 = 0x0 |
| 1202 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChA_D1 = 0x0 |
| 1203 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChA_D1 = 0x0 |
| 1204 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChA_D1 = 0x0 |
| 1205 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChA_D1 = 0x0 |
| 1206 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChA_D1 = 0x0 |
| 1207 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChA_D1 = 0x0 |
| 1208 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChA_D1 = 0x0 |
| 1209 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChA_D1 = 0x0 |
| 1210 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChA_D1 = 0x0 |
| 1211 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChA_D1 = 0x0 |
| 1212 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChA_D1 = 0x0 |
| 1213 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChA_D1 = 0x0 |
| 1214 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChA_D1 = 0x0 |
| 1215 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChA_D1 = 0x0 |
| 1216 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChA_D1 = 0x0 |
| 1217 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChA_D1 = 0x0 |
| 1218 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChA_D1 = 0x0 |
| 1219 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChA_D1 = 0x0 |
| 1220 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChA_D1 = 0x0 |
| 1221 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChA_D1 = 0x0 |
| 1222 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChA_D1 = 0x0 |
| 1223 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChA_D1 = 0x0 |
| 1224 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChA_D1 = 0x0 |
| 1225 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChA_D1 = 0x0 |
| 1226 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChA_D1 = 0x0 |
| 1227 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChA_D1 = 0x0 |
| 1228 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChA_D1 = 0x0 |
| 1229 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChA_D1 = 0x0 |
| 1230 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChA_D1 = 0x0 |
| 1231 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChA_D1 = 0x0 |
| 1232 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChA_D1 = 0x0 |
| 1233 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChA_D1 = 0x0 |
| 1234 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChA_D1 = 0x0 |
| 1235 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChA_D1 = 0x0 |
| 1236 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChA_D1 = 0x0 |
| 1237 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChA_D1 = 0x0 |
| 1238 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChA_D1 = 0x0 |
| 1239 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChA_D1 = 0x0 |
| 1240 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChA_D1 = 0x0 |
| 1241 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChA_D1 = 0x0 |
| 1242 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChA_D1 = 0x0 |
| 1243 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChA_D1 = 0x0 |
| 1244 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChA_D1 = 0x0 |
| 1245 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChA_D1 = 0x0 |
| 1246 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChA_D1 = 0x0 |
| 1247 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChA_D1 = 0x0 |
| 1248 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChA_D1 = 0x0 |
| 1249 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChA_D1 = 0x0 |
| 1250 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChA_D1 = 0x0 |
| 1251 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChA_D1 = 0x0 |
| 1252 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChA_D1 = 0x0 |
| 1253 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChA_D1 = 0x0 |
| 1254 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChA_D1 = 0x0 |
| 1255 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChA_D1 = 0x0 |
| 1256 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChA_D1 = 0x0 |
| 1257 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChA_D1 = 0x0 |
| 1258 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChA_D1 = 0x0 |
| 1259 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChA_D1 = 0x0 |
| 1260 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChA_D1 = 0x0 |
| 1261 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChA_D1 = 0x0 |
| 1262 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChA_D1 = 0x0 |
| 1263 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChA_D1 = 0x0 |
| 1264 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChA_D1 = 0x0 |
| 1265 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChA_D1 = 0x0 |
| 1266 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChA_D1 = 0x0 |
| 1267 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChA_D1 = 0x0 |
| 1268 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChA_D1 = 0x0 |
| 1269 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChA_D1 = 0x0 |
| 1270 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChA_D1 = 0x0 |
| 1271 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChA_D1 = 0x0 |
| 1272 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChA_D1 = 0x0 |
| 1273 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChA_D1 = 0x0 |
| 1274 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChA_D1 = 0x0 |
| 1275 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChA_D1 = 0x0 |
| 1276 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChA_D1 = 0x0 |
| 1277 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChA_D1 = 0x0 |
| 1278 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChA_D1 = 0x0 |
| 1279 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChA_D1 = 0x0 |
| 1280 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChA_D1 = 0x0 |
| 1281 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChA_D1 = 0x0 |
| 1282 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChA_D1 = 0x0 |
| 1283 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChA_D1 = 0x0 |
| 1284 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChA_D1 = 0x0 |
| 1285 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChA_D1 = 0x0 |
| 1286 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChA_D1 = 0x0 |
| 1287 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChA_D1 = 0x0 |
| 1288 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChA_D1 = 0x0 |
| 1289 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChA_D1 = 0x0 |
| 1290 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChA_D1 = 0x0 |
| 1291 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChA_D1 = 0x0 |
| 1292 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChA_D1 = 0x0 |
| 1293 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChA_D1 = 0x0 |
| 1294 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChA_D1 = 0x0 |
| 1295 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChA_D1 = 0x0 |
| 1296 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChA_D1 = 0x0 |
| 1297 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChA_D1 = 0x0 |
| 1298 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChA_D1 = 0x0 |
| 1299 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChA_D1 = 0x0 |
| 1300 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChA_D1 = 0x0 |
| 1301 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChA_D1 = 0x0 |
| 1302 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChA_D1 = 0x0 |
| 1303 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChA_D1 = 0x0 |
| 1304 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChA_D1 = 0x0 |
| 1305 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChA_D1 = 0x0 |
| 1306 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChA_D1 = 0x0 |
| 1307 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChA_D1 = 0x0 |
| 1308 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChA_D1 = 0x0 |
| 1309 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChA_D1 = 0x0 |
| 1310 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChA_D1 = 0x0 |
| 1311 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChA_D1 = 0x0 |
| 1312 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChA_D1 = 0x0 |
| 1313 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChA_D1 = 0x0 |
| 1314 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChA_D1 = 0x0 |
| 1315 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChA_D1 = 0x0 |
| 1316 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChA_D1 = 0x0 |
| 1317 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChA_D1 = 0x0 |
| 1318 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChA_D1 = 0x0 |
| 1319 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChA_D1 = 0x0 |
| 1320 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChA_D1 = 0x0 |
| 1321 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChA_D1 = 0x0 |
| 1322 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChA_D1 = 0x0 |
| 1323 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChA_D1 = 0x0 |
| 1324 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChA_D1 = 0x0 |
| 1325 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChA_D1 = 0x0 |
| 1326 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChA_D1 = 0x0 |
| 1327 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChA_D1 = 0x0 |
| 1328 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChA_D1 = 0x0 |
| 1329 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChA_D1 = 0x0 |
| 1330 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChA_D1 = 0x0 |
| 1331 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChA_D1 = 0x0 |
| 1332 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChA_D1 = 0x0 |
| 1333 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChA_D1 = 0x0 |
| 1334 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChA_D1 = 0x0 |
| 1335 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChA_D1 = 0x0 |
| 1336 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChA_D1 = 0x0 |
| 1337 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChA_D1 = 0x0 |
| 1338 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChA_D1 = 0x0 |
| 1339 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChA_D1 = 0x0 |
| 1340 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChA_D1 = 0x0 |
| 1341 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChA_D1 = 0x0 |
| 1342 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChA_D1 = 0x0 |
| 1343 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChA_D1 = 0x0 |
| 1344 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChA_D1 = 0x0 |
| 1345 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChA_D1 = 0x0 |
| 1346 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChA_D1 = 0x0 |
| 1347 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChA_D1 = 0x0 |
| 1348 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChA_D1 = 0x0 |
| 1349 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChA_D1 = 0x0 |
| 1350 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChA_D1 = 0x0 |
| 1351 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChA_D1 = 0x0 |
| 1352 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChA_D1 = 0x0 |
| 1353 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChA_D1 = 0x0 |
| 1354 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChA_D1 = 0x0 |
| 1355 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChA_D1 = 0x0 |
| 1356 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChA_D1 = 0x0 |
| 1357 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChA_D1 = 0x0 |
| 1358 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChA_D1 = 0x0 |
| 1359 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChA_D1 = 0x0 |
| 1360 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChA_D1 = 0x0 |
| 1361 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChA_D1 = 0x0 |
| 1362 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChA_D1 = 0x0 |
| 1363 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChA_D1 = 0x0 |
| 1364 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChA_D1 = 0x0 |
| 1365 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChA_D1 = 0x0 |
| 1366 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChA_D1 = 0x0 |
| 1367 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChA_D1 = 0x0 |
| 1368 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChA_D1 = 0x0 |
| 1369 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChA_D1 = 0x0 |
| 1370 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChA_D1 = 0x0 |
| 1371 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChA_D1 = 0x0 |
| 1372 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChA_D1 = 0x0 |
| 1373 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChA_D1 = 0x0 |
| 1374 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChA_D1 = 0x0 |
| 1375 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChA_D1 = 0x0 |
| 1376 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChA_D1 = 0x0 |
| 1377 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChA_D1 = 0x0 |
| 1378 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChA_D1 = 0x0 |
| 1379 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChA_D1 = 0x0 |
| 1380 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChA_D1 = 0x0 |
| 1381 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChA_D1 = 0x0 |
| 1382 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChA_D1 = 0x0 |
| 1383 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChA_D1 = 0x0 |
| 1384 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChA_D1 = 0x0 |
| 1385 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChA_D1 = 0x0 |
| 1386 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChA_D1 = 0x0 |
| 1387 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChA_D1 = 0x0 |
| 1388 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChA_D1 = 0x0 |
| 1389 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChA_D1 = 0x0 |
| 1390 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChA_D1 = 0x0 |
| 1391 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChA_D1 = 0x0 |
| 1392 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChA_D1 = 0x0 |
| 1393 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChA_D1 = 0x0 |
| 1394 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChA_D1 = 0x0 |
| 1395 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChA_D1 = 0x0 |
| 1396 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChA_D1 = 0x0 |
| 1397 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChA_D1 = 0x0 |
| 1398 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChA_D1 = 0x0 |
| 1399 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChA_D1 = 0x0 |
| 1400 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChA_D1 = 0x0 |
| 1401 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChA_D1 = 0x0 |
| 1402 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChA_D1 = 0x0 |
| 1403 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChA_D1 = 0x0 |
| 1404 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChA_D1 = 0x0 |
| 1405 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChA_D1 = 0x0 |
| 1406 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChA_D1 = 0x0 |
| 1407 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChA_D1 = 0x0 |
| 1408 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChA_D1 = 0x0 |
| 1409 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChA_D1 = 0x0 |
| 1410 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChA_D1 = 0x0 |
| 1411 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChA_D1 = 0x0 |
| 1412 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChA_D1 = 0x0 |
| 1413 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChA_D1 = 0x0 |
| 1414 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChA_D1 = 0x0 |
| 1415 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChA_D1 = 0x0 |
| 1416 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChA_D1 = 0x0 |
| 1417 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChA_D1 = 0x0 |
| 1418 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChA_D1 = 0x0 |
| 1419 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChA_D1 = 0x0 |
| 1420 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChA_D1 = 0x0 |
| 1421 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChA_D1 = 0x0 |
| 1422 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChA_D1 = 0x0 |
| 1423 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChA_D1 = 0x0 |
| 1424 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChA_D1 = 0x0 |
| 1425 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChA_D1 = 0x0 |
| 1426 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChA_D1 = 0x0 |
| 1427 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChA_D1 = 0x0 |
| 1428 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChA_D1 = 0x0 |
| 1429 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChA_D1 = 0x0 |
| 1430 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChA_D1 = 0x0 |
| 1431 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChA_D1 = 0x0 |
| 1432 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChA_D1 = 0x0 |
| 1433 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChA_D1 = 0x0 |
| 1434 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChA_D1 = 0x0 |
| 1435 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChA_D1 = 0x0 |
| 1436 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChA_D1 = 0x0 |
| 1437 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChA_D1 = 0x0 |
| 1438 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChA_D1 = 0x0 |
| 1439 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChA_D1 = 0x0 |
| 1440 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChA_D1 = 0x0 |
| 1441 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChA_D1 = 0x0 |
| 1442 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChB_D0 = 0x1 |
| 1443 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChB_D0 = 0x0 |
| 1444 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChB_D0 = 0x0 |
| 1445 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChB_D0 = 0x0 |
| 1446 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChB_D0 = 0x0 |
| 1447 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChB_D0 = 0x0 |
| 1448 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChB_D0 = 0x0 |
| 1449 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChB_D0 = 0x0 |
| 1450 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChB_D0 = 0x0 |
| 1451 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChB_D0 = 0x0 |
| 1452 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChB_D0 = 0x0 |
| 1453 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChB_D0 = 0x0 |
| 1454 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChB_D0 = 0x0 |
| 1455 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChB_D0 = 0x0 |
| 1456 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChB_D0 = 0x0 |
| 1457 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChB_D0 = 0x0 |
| 1458 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChB_D0 = 0x0 |
| 1459 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChB_D0 = 0x0 |
| 1460 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChB_D0 = 0x0 |
| 1461 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChB_D0 = 0x0 |
| 1462 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChB_D0 = 0x0 |
| 1463 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChB_D0 = 0x0 |
| 1464 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChB_D0 = 0x0 |
| 1465 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChB_D0 = 0x0 |
| 1466 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChB_D0 = 0x0 |
| 1467 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChB_D0 = 0x0 |
| 1468 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChB_D0 = 0x0 |
| 1469 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChB_D0 = 0x0 |
| 1470 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChB_D0 = 0x0 |
| 1471 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChB_D0 = 0x0 |
| 1472 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChB_D0 = 0x0 |
| 1473 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChB_D0 = 0x0 |
| 1474 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChB_D0 = 0x0 |
| 1475 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChB_D0 = 0x0 |
| 1476 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChB_D0 = 0x0 |
| 1477 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChB_D0 = 0x0 |
| 1478 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChB_D0 = 0x0 |
| 1479 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChB_D0 = 0x0 |
| 1480 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChB_D0 = 0x0 |
| 1481 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChB_D0 = 0x0 |
| 1482 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChB_D0 = 0x0 |
| 1483 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChB_D0 = 0x0 |
| 1484 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChB_D0 = 0x0 |
| 1485 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChB_D0 = 0x0 |
| 1486 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChB_D0 = 0x0 |
| 1487 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChB_D0 = 0x0 |
| 1488 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChB_D0 = 0x0 |
| 1489 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChB_D0 = 0x0 |
| 1490 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChB_D0 = 0x0 |
| 1491 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChB_D0 = 0x0 |
| 1492 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChB_D0 = 0x0 |
| 1493 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChB_D0 = 0x0 |
| 1494 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChB_D0 = 0x0 |
| 1495 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChB_D0 = 0x0 |
| 1496 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChB_D0 = 0x0 |
| 1497 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChB_D0 = 0x0 |
| 1498 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChB_D0 = 0x0 |
| 1499 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChB_D0 = 0x0 |
| 1500 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChB_D0 = 0x0 |
| 1501 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChB_D0 = 0x0 |
| 1502 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChB_D0 = 0x0 |
| 1503 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChB_D0 = 0x0 |
| 1504 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChB_D0 = 0x0 |
| 1505 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChB_D0 = 0x0 |
| 1506 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChB_D0 = 0x0 |
| 1507 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChB_D0 = 0x0 |
| 1508 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChB_D0 = 0x0 |
| 1509 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChB_D0 = 0x0 |
| 1510 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChB_D0 = 0x0 |
| 1511 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChB_D0 = 0x0 |
| 1512 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChB_D0 = 0x0 |
| 1513 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChB_D0 = 0x0 |
| 1514 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChB_D0 = 0x0 |
| 1515 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChB_D0 = 0x0 |
| 1516 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChB_D0 = 0x0 |
| 1517 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChB_D0 = 0x0 |
| 1518 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChB_D0 = 0x0 |
| 1519 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChB_D0 = 0x0 |
| 1520 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChB_D0 = 0x0 |
| 1521 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChB_D0 = 0x0 |
| 1522 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChB_D0 = 0x0 |
| 1523 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChB_D0 = 0x0 |
| 1524 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChB_D0 = 0x0 |
| 1525 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChB_D0 = 0x0 |
| 1526 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChB_D0 = 0x0 |
| 1527 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChB_D0 = 0x0 |
| 1528 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChB_D0 = 0x0 |
| 1529 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChB_D0 = 0x0 |
| 1530 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChB_D0 = 0x0 |
| 1531 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChB_D0 = 0x0 |
| 1532 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChB_D0 = 0x0 |
| 1533 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChB_D0 = 0x0 |
| 1534 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChB_D0 = 0x0 |
| 1535 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChB_D0 = 0x0 |
| 1536 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChB_D0 = 0x0 |
| 1537 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChB_D0 = 0x0 |
| 1538 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChB_D0 = 0x0 |
| 1539 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChB_D0 = 0x0 |
| 1540 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChB_D0 = 0x0 |
| 1541 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChB_D0 = 0x0 |
| 1542 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChB_D0 = 0x0 |
| 1543 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChB_D0 = 0x0 |
| 1544 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChB_D0 = 0x0 |
| 1545 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChB_D0 = 0x0 |
| 1546 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChB_D0 = 0x0 |
| 1547 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChB_D0 = 0x0 |
| 1548 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChB_D0 = 0x0 |
| 1549 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChB_D0 = 0x0 |
| 1550 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChB_D0 = 0x0 |
| 1551 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChB_D0 = 0x0 |
| 1552 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChB_D0 = 0x0 |
| 1553 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChB_D0 = 0x0 |
| 1554 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChB_D0 = 0x0 |
| 1555 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChB_D0 = 0x0 |
| 1556 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChB_D0 = 0x0 |
| 1557 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChB_D0 = 0x0 |
| 1558 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChB_D0 = 0x0 |
| 1559 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChB_D0 = 0x0 |
| 1560 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChB_D0 = 0x0 |
| 1561 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChB_D0 = 0x0 |
| 1562 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChB_D0 = 0x0 |
| 1563 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChB_D0 = 0x0 |
| 1564 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChB_D0 = 0x0 |
| 1565 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChB_D0 = 0x0 |
| 1566 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChB_D0 = 0x0 |
| 1567 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChB_D0 = 0x0 |
| 1568 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChB_D0 = 0x0 |
| 1569 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChB_D0 = 0x0 |
| 1570 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChB_D0 = 0x0 |
| 1571 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChB_D0 = 0x0 |
| 1572 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChB_D0 = 0x0 |
| 1573 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChB_D0 = 0x0 |
| 1574 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChB_D0 = 0x0 |
| 1575 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChB_D0 = 0x0 |
| 1576 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChB_D0 = 0x0 |
| 1577 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChB_D0 = 0x0 |
| 1578 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChB_D0 = 0x0 |
| 1579 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChB_D0 = 0x0 |
| 1580 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChB_D0 = 0x0 |
| 1581 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChB_D0 = 0x0 |
| 1582 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChB_D0 = 0x0 |
| 1583 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChB_D0 = 0x0 |
| 1584 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChB_D0 = 0x0 |
| 1585 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChB_D0 = 0x0 |
| 1586 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChB_D0 = 0x0 |
| 1587 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChB_D0 = 0x0 |
| 1588 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChB_D0 = 0x0 |
| 1589 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChB_D0 = 0x0 |
| 1590 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChB_D0 = 0x0 |
| 1591 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChB_D0 = 0x0 |
| 1592 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChB_D0 = 0x0 |
| 1593 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChB_D0 = 0x0 |
| 1594 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChB_D0 = 0x0 |
| 1595 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChB_D0 = 0x0 |
| 1596 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChB_D0 = 0x0 |
| 1597 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChB_D0 = 0x0 |
| 1598 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChB_D0 = 0x0 |
| 1599 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChB_D0 = 0x0 |
| 1600 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChB_D0 = 0x0 |
| 1601 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChB_D0 = 0x0 |
| 1602 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChB_D0 = 0x0 |
| 1603 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChB_D0 = 0x0 |
| 1604 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChB_D0 = 0x0 |
| 1605 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChB_D0 = 0x0 |
| 1606 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChB_D0 = 0x0 |
| 1607 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChB_D0 = 0x0 |
| 1608 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChB_D0 = 0x0 |
| 1609 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChB_D0 = 0x0 |
| 1610 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChB_D0 = 0x0 |
| 1611 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChB_D0 = 0x0 |
| 1612 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChB_D0 = 0x0 |
| 1613 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChB_D0 = 0x0 |
| 1614 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChB_D0 = 0x0 |
| 1615 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChB_D0 = 0x0 |
| 1616 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChB_D0 = 0x0 |
| 1617 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChB_D0 = 0x0 |
| 1618 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChB_D0 = 0x0 |
| 1619 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChB_D0 = 0x0 |
| 1620 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChB_D0 = 0x0 |
| 1621 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChB_D0 = 0x0 |
| 1622 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChB_D0 = 0x0 |
| 1623 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChB_D0 = 0x0 |
| 1624 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChB_D0 = 0x0 |
| 1625 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChB_D0 = 0x0 |
| 1626 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChB_D0 = 0x0 |
| 1627 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChB_D0 = 0x0 |
| 1628 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChB_D0 = 0x0 |
| 1629 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChB_D0 = 0x0 |
| 1630 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChB_D0 = 0x0 |
| 1631 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChB_D0 = 0x0 |
| 1632 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChB_D0 = 0x0 |
| 1633 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChB_D0 = 0x0 |
| 1634 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChB_D0 = 0x0 |
| 1635 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChB_D0 = 0x0 |
| 1636 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChB_D0 = 0x0 |
| 1637 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChB_D0 = 0x0 |
| 1638 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChB_D0 = 0x0 |
| 1639 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChB_D0 = 0x0 |
| 1640 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChB_D0 = 0x0 |
| 1641 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChB_D0 = 0x0 |
| 1642 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChB_D0 = 0x0 |
| 1643 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChB_D0 = 0x0 |
| 1644 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChB_D0 = 0x0 |
| 1645 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChB_D0 = 0x0 |
| 1646 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChB_D0 = 0x0 |
| 1647 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChB_D0 = 0x0 |
| 1648 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChB_D0 = 0x0 |
| 1649 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChB_D0 = 0x0 |
| 1650 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChB_D0 = 0x0 |
| 1651 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChB_D0 = 0x0 |
| 1652 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChB_D0 = 0x0 |
| 1653 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChB_D0 = 0x0 |
| 1654 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChB_D0 = 0x0 |
| 1655 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChB_D0 = 0x0 |
| 1656 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChB_D0 = 0x0 |
| 1657 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChB_D0 = 0x0 |
| 1658 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChB_D0 = 0x0 |
| 1659 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChB_D0 = 0x0 |
| 1660 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChB_D0 = 0x0 |
| 1661 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChB_D0 = 0x0 |
| 1662 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChB_D0 = 0x0 |
| 1663 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChB_D0 = 0x0 |
| 1664 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChB_D0 = 0x0 |
| 1665 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChB_D0 = 0x0 |
| 1666 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChB_D0 = 0x0 |
| 1667 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChB_D0 = 0x0 |
| 1668 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChB_D0 = 0x0 |
| 1669 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChB_D0 = 0x0 |
| 1670 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChB_D0 = 0x0 |
| 1671 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChB_D0 = 0x0 |
| 1672 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChB_D0 = 0x0 |
| 1673 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChB_D0 = 0x0 |
| 1674 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChB_D0 = 0x0 |
| 1675 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChB_D0 = 0x0 |
| 1676 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChB_D0 = 0x0 |
| 1677 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChB_D0 = 0x0 |
| 1678 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChB_D0 = 0x0 |
| 1679 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChB_D0 = 0x0 |
| 1680 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChB_D0 = 0x0 |
| 1681 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChB_D0 = 0x0 |
| 1682 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChB_D0 = 0x0 |
| 1683 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChB_D0 = 0x0 |
| 1684 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChB_D0 = 0x0 |
| 1685 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChB_D0 = 0x0 |
| 1686 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChB_D0 = 0x0 |
| 1687 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChB_D0 = 0x0 |
| 1688 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChB_D0 = 0x0 |
| 1689 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChB_D0 = 0x0 |
| 1690 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChB_D0 = 0x0 |
| 1691 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChB_D0 = 0x0 |
| 1692 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChB_D0 = 0x0 |
| 1693 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChB_D0 = 0x0 |
| 1694 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChB_D0 = 0x0 |
| 1695 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChB_D0 = 0x0 |
| 1696 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChB_D0 = 0x0 |
| 1697 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChB_D0 = 0x0 |
| 1698 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChB_D1 = 0x1 |
| 1699 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChB_D1 = 0x0 |
| 1700 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChB_D1 = 0x0 |
| 1701 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChB_D1 = 0x0 |
| 1702 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChB_D1 = 0x0 |
| 1703 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChB_D1 = 0x0 |
| 1704 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChB_D1 = 0x0 |
| 1705 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChB_D1 = 0x0 |
| 1706 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChB_D1 = 0x0 |
| 1707 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChB_D1 = 0x0 |
| 1708 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChB_D1 = 0x0 |
| 1709 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChB_D1 = 0x0 |
| 1710 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChB_D1 = 0x0 |
| 1711 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChB_D1 = 0x0 |
| 1712 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChB_D1 = 0x0 |
| 1713 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChB_D1 = 0x0 |
| 1714 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChB_D1 = 0x0 |
| 1715 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChB_D1 = 0x0 |
| 1716 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChB_D1 = 0x0 |
| 1717 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChB_D1 = 0x0 |
| 1718 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChB_D1 = 0x0 |
| 1719 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChB_D1 = 0x0 |
| 1720 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChB_D1 = 0x0 |
| 1721 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChB_D1 = 0x0 |
| 1722 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChB_D1 = 0x0 |
| 1723 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChB_D1 = 0x0 |
| 1724 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChB_D1 = 0x0 |
| 1725 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChB_D1 = 0x0 |
| 1726 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChB_D1 = 0x0 |
| 1727 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChB_D1 = 0x0 |
| 1728 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChB_D1 = 0x0 |
| 1729 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChB_D1 = 0x0 |
| 1730 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChB_D1 = 0x0 |
| 1731 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChB_D1 = 0x0 |
| 1732 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChB_D1 = 0x0 |
| 1733 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChB_D1 = 0x0 |
| 1734 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChB_D1 = 0x0 |
| 1735 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChB_D1 = 0x0 |
| 1736 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChB_D1 = 0x0 |
| 1737 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChB_D1 = 0x0 |
| 1738 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChB_D1 = 0x0 |
| 1739 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChB_D1 = 0x0 |
| 1740 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChB_D1 = 0x0 |
| 1741 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChB_D1 = 0x0 |
| 1742 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChB_D1 = 0x0 |
| 1743 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChB_D1 = 0x0 |
| 1744 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChB_D1 = 0x0 |
| 1745 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChB_D1 = 0x0 |
| 1746 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChB_D1 = 0x0 |
| 1747 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChB_D1 = 0x0 |
| 1748 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChB_D1 = 0x0 |
| 1749 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChB_D1 = 0x0 |
| 1750 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChB_D1 = 0x0 |
| 1751 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChB_D1 = 0x0 |
| 1752 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChB_D1 = 0x0 |
| 1753 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChB_D1 = 0x0 |
| 1754 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChB_D1 = 0x0 |
| 1755 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChB_D1 = 0x0 |
| 1756 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChB_D1 = 0x0 |
| 1757 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChB_D1 = 0x0 |
| 1758 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChB_D1 = 0x0 |
| 1759 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChB_D1 = 0x0 |
| 1760 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChB_D1 = 0x0 |
| 1761 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChB_D1 = 0x0 |
| 1762 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChB_D1 = 0x0 |
| 1763 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChB_D1 = 0x0 |
| 1764 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChB_D1 = 0x0 |
| 1765 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChB_D1 = 0x0 |
| 1766 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChB_D1 = 0x0 |
| 1767 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChB_D1 = 0x0 |
| 1768 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChB_D1 = 0x0 |
| 1769 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChB_D1 = 0x0 |
| 1770 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChB_D1 = 0x0 |
| 1771 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChB_D1 = 0x0 |
| 1772 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChB_D1 = 0x0 |
| 1773 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChB_D1 = 0x0 |
| 1774 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChB_D1 = 0x0 |
| 1775 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChB_D1 = 0x0 |
| 1776 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChB_D1 = 0x0 |
| 1777 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChB_D1 = 0x0 |
| 1778 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChB_D1 = 0x0 |
| 1779 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChB_D1 = 0x0 |
| 1780 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChB_D1 = 0x0 |
| 1781 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChB_D1 = 0x0 |
| 1782 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChB_D1 = 0x0 |
| 1783 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChB_D1 = 0x0 |
| 1784 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChB_D1 = 0x0 |
| 1785 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChB_D1 = 0x0 |
| 1786 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChB_D1 = 0x0 |
| 1787 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChB_D1 = 0x0 |
| 1788 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChB_D1 = 0x0 |
| 1789 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChB_D1 = 0x0 |
| 1790 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChB_D1 = 0x0 |
| 1791 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChB_D1 = 0x0 |
| 1792 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChB_D1 = 0x0 |
| 1793 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChB_D1 = 0x0 |
| 1794 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChB_D1 = 0x0 |
| 1795 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChB_D1 = 0x0 |
| 1796 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChB_D1 = 0x0 |
| 1797 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChB_D1 = 0x0 |
| 1798 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChB_D1 = 0x0 |
| 1799 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChB_D1 = 0x0 |
| 1800 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChB_D1 = 0x0 |
| 1801 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChB_D1 = 0x0 |
| 1802 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChB_D1 = 0x0 |
| 1803 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChB_D1 = 0x0 |
| 1804 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChB_D1 = 0x0 |
| 1805 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChB_D1 = 0x0 |
| 1806 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChB_D1 = 0x0 |
| 1807 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChB_D1 = 0x0 |
| 1808 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChB_D1 = 0x0 |
| 1809 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChB_D1 = 0x0 |
| 1810 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChB_D1 = 0x0 |
| 1811 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChB_D1 = 0x0 |
| 1812 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChB_D1 = 0x0 |
| 1813 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChB_D1 = 0x0 |
| 1814 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChB_D1 = 0x0 |
| 1815 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChB_D1 = 0x0 |
| 1816 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChB_D1 = 0x0 |
| 1817 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChB_D1 = 0x0 |
| 1818 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChB_D1 = 0x0 |
| 1819 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChB_D1 = 0x0 |
| 1820 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChB_D1 = 0x0 |
| 1821 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChB_D1 = 0x0 |
| 1822 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChB_D1 = 0x0 |
| 1823 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChB_D1 = 0x0 |
| 1824 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChB_D1 = 0x0 |
| 1825 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChB_D1 = 0x0 |
| 1826 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChB_D1 = 0x0 |
| 1827 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChB_D1 = 0x0 |
| 1828 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChB_D1 = 0x0 |
| 1829 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChB_D1 = 0x0 |
| 1830 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChB_D1 = 0x0 |
| 1831 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChB_D1 = 0x0 |
| 1832 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChB_D1 = 0x0 |
| 1833 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChB_D1 = 0x0 |
| 1834 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChB_D1 = 0x0 |
| 1835 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChB_D1 = 0x0 |
| 1836 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChB_D1 = 0x0 |
| 1837 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChB_D1 = 0x0 |
| 1838 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChB_D1 = 0x0 |
| 1839 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChB_D1 = 0x0 |
| 1840 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChB_D1 = 0x0 |
| 1841 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChB_D1 = 0x0 |
| 1842 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChB_D1 = 0x0 |
| 1843 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChB_D1 = 0x0 |
| 1844 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChB_D1 = 0x0 |
| 1845 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChB_D1 = 0x0 |
| 1846 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChB_D1 = 0x0 |
| 1847 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChB_D1 = 0x0 |
| 1848 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChB_D1 = 0x0 |
| 1849 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChB_D1 = 0x0 |
| 1850 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChB_D1 = 0x0 |
| 1851 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChB_D1 = 0x0 |
| 1852 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChB_D1 = 0x0 |
| 1853 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChB_D1 = 0x0 |
| 1854 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChB_D1 = 0x0 |
| 1855 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChB_D1 = 0x0 |
| 1856 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChB_D1 = 0x0 |
| 1857 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChB_D1 = 0x0 |
| 1858 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChB_D1 = 0x0 |
| 1859 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChB_D1 = 0x0 |
| 1860 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChB_D1 = 0x0 |
| 1861 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChB_D1 = 0x0 |
| 1862 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChB_D1 = 0x0 |
| 1863 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChB_D1 = 0x0 |
| 1864 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChB_D1 = 0x0 |
| 1865 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChB_D1 = 0x0 |
| 1866 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChB_D1 = 0x0 |
| 1867 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChB_D1 = 0x0 |
| 1868 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChB_D1 = 0x0 |
| 1869 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChB_D1 = 0x0 |
| 1870 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChB_D1 = 0x0 |
| 1871 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChB_D1 = 0x0 |
| 1872 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChB_D1 = 0x0 |
| 1873 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChB_D1 = 0x0 |
| 1874 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChB_D1 = 0x0 |
| 1875 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChB_D1 = 0x0 |
| 1876 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChB_D1 = 0x0 |
| 1877 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChB_D1 = 0x0 |
| 1878 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChB_D1 = 0x0 |
| 1879 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChB_D1 = 0x0 |
| 1880 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChB_D1 = 0x0 |
| 1881 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChB_D1 = 0x0 |
| 1882 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChB_D1 = 0x0 |
| 1883 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChB_D1 = 0x0 |
| 1884 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChB_D1 = 0x0 |
| 1885 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChB_D1 = 0x0 |
| 1886 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChB_D1 = 0x0 |
| 1887 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChB_D1 = 0x0 |
| 1888 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChB_D1 = 0x0 |
| 1889 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChB_D1 = 0x0 |
| 1890 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChB_D1 = 0x0 |
| 1891 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChB_D1 = 0x0 |
| 1892 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChB_D1 = 0x0 |
| 1893 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChB_D1 = 0x0 |
| 1894 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChB_D1 = 0x0 |
| 1895 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChB_D1 = 0x0 |
| 1896 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChB_D1 = 0x0 |
| 1897 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChB_D1 = 0x0 |
| 1898 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChB_D1 = 0x0 |
| 1899 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChB_D1 = 0x0 |
| 1900 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChB_D1 = 0x0 |
| 1901 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChB_D1 = 0x0 |
| 1902 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChB_D1 = 0x0 |
| 1903 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChB_D1 = 0x0 |
| 1904 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChB_D1 = 0x0 |
| 1905 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChB_D1 = 0x0 |
| 1906 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChB_D1 = 0x0 |
| 1907 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChB_D1 = 0x0 |
| 1908 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChB_D1 = 0x0 |
| 1909 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChB_D1 = 0x0 |
| 1910 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChB_D1 = 0x0 |
| 1911 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChB_D1 = 0x0 |
| 1912 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChB_D1 = 0x0 |
| 1913 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChB_D1 = 0x0 |
| 1914 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChB_D1 = 0x0 |
| 1915 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChB_D1 = 0x0 |
| 1916 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChB_D1 = 0x0 |
| 1917 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChB_D1 = 0x0 |
| 1918 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChB_D1 = 0x0 |
| 1919 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChB_D1 = 0x0 |
| 1920 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChB_D1 = 0x0 |
| 1921 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChB_D1 = 0x0 |
| 1922 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChB_D1 = 0x0 |
| 1923 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChB_D1 = 0x0 |
| 1924 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChB_D1 = 0x0 |
| 1925 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChB_D1 = 0x0 |
| 1926 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChB_D1 = 0x0 |
| 1927 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChB_D1 = 0x0 |
| 1928 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChB_D1 = 0x0 |
| 1929 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChB_D1 = 0x0 |
| 1930 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChB_D1 = 0x0 |
| 1931 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChB_D1 = 0x0 |
| 1932 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChB_D1 = 0x0 |
| 1933 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChB_D1 = 0x0 |
| 1934 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChB_D1 = 0x0 |
| 1935 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChB_D1 = 0x0 |
| 1936 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChB_D1 = 0x0 |
| 1937 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChB_D1 = 0x0 |
| 1938 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChB_D1 = 0x0 |
| 1939 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChB_D1 = 0x0 |
| 1940 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChB_D1 = 0x0 |
| 1941 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChB_D1 = 0x0 |
| 1942 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChB_D1 = 0x0 |
| 1943 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChB_D1 = 0x0 |
| 1944 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChB_D1 = 0x0 |
| 1945 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChB_D1 = 0x0 |
| 1946 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChB_D1 = 0x0 |
| 1947 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChB_D1 = 0x0 |
| 1948 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChB_D1 = 0x0 |
| 1949 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChB_D1 = 0x0 |
| 1950 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChB_D1 = 0x0 |
| 1951 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChB_D1 = 0x0 |
| 1952 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChB_D1 = 0x0 |
| 1953 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChB_D1 = 0x0 |
| 1954 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib0 = 0x17 |
| 1955 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib1 = 0x17 |
| 1956 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib2 = 0x17 |
| 1957 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib3 = 0x17 |
| 1958 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib4 = 0x17 |
| 1959 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib5 = 0x17 |
| 1960 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib6 = 0x17 |
| 1961 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib7 = 0x17 |
| 1962 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib8 = 0x17 |
| 1963 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib9 = 0x17 |
| 1964 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib10 = 0x17 |
| 1965 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib11 = 0x17 |
| 1966 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib12 = 0x17 |
| 1967 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib13 = 0x17 |
| 1968 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib14 = 0x17 |
| 1969 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib15 = 0x17 |
| 1970 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib16 = 0x17 |
| 1971 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib17 = 0x17 |
| 1972 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib18 = 0x17 |
| 1973 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib19 = 0x17 |
| 1974 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib0 = 0x17 |
| 1975 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib1 = 0x17 |
| 1976 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib2 = 0x17 |
| 1977 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib3 = 0x17 |
| 1978 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib4 = 0x17 |
| 1979 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib5 = 0x17 |
| 1980 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib6 = 0x17 |
| 1981 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib7 = 0x17 |
| 1982 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib8 = 0x17 |
| 1983 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib9 = 0x17 |
| 1984 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib10 = 0x17 |
| 1985 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib11 = 0x17 |
| 1986 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib12 = 0x17 |
| 1987 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib13 = 0x17 |
| 1988 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib14 = 0x17 |
| 1989 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib15 = 0x17 |
| 1990 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib16 = 0x17 |
| 1991 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib17 = 0x17 |
| 1992 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib18 = 0x17 |
| 1993 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib19 = 0x17 |
| 1994 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib0 = 0x17 |
| 1995 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib1 = 0x17 |
| 1996 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib2 = 0x17 |
| 1997 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib3 = 0x17 |
| 1998 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib4 = 0x17 |
| 1999 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib5 = 0x17 |
| 2000 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib6 = 0x17 |
| 2001 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib7 = 0x17 |
| 2002 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib8 = 0x17 |
| 2003 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib9 = 0x17 |
| 2004 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib10 = 0x17 |
| 2005 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib11 = 0x17 |
| 2006 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib12 = 0x17 |
| 2007 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib13 = 0x17 |
| 2008 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib14 = 0x17 |
| 2009 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib15 = 0x17 |
| 2010 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib16 = 0x17 |
| 2011 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib17 = 0x17 |
| 2012 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib18 = 0x17 |
| 2013 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib19 = 0x17 |
| 2014 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib0 = 0x17 |
| 2015 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib1 = 0x17 |
| 2016 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib2 = 0x17 |
| 2017 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib3 = 0x17 |
| 2018 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib4 = 0x17 |
| 2019 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib5 = 0x17 |
| 2020 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib6 = 0x17 |
| 2021 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib7 = 0x17 |
| 2022 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib8 = 0x17 |
| 2023 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib9 = 0x17 |
| 2024 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib10 = 0x17 |
| 2025 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib11 = 0x17 |
| 2026 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib12 = 0x17 |
| 2027 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib13 = 0x17 |
| 2028 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib14 = 0x17 |
| 2029 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib15 = 0x17 |
| 2030 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib16 = 0x17 |
| 2031 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib17 = 0x17 |
| 2032 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib18 = 0x17 |
| 2033 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib19 = 0x17 |
| 2034 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib0 = 0x0 |
| 2035 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib1 = 0x0 |
| 2036 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib2 = 0x0 |
| 2037 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib3 = 0x0 |
| 2038 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib4 = 0x0 |
| 2039 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib5 = 0x0 |
| 2040 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib6 = 0x0 |
| 2041 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib7 = 0x0 |
| 2042 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib8 = 0x0 |
| 2043 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib9 = 0x0 |
| 2044 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib10 = 0x0 |
| 2045 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib11 = 0x0 |
| 2046 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib12 = 0x0 |
| 2047 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib13 = 0x0 |
| 2048 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib14 = 0x0 |
| 2049 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib15 = 0x0 |
| 2050 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib16 = 0x0 |
| 2051 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib17 = 0x0 |
| 2052 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib18 = 0x0 |
| 2053 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib19 = 0x0 |
| 2054 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib0 = 0x0 |
| 2055 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib1 = 0x0 |
| 2056 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib2 = 0x0 |
| 2057 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib3 = 0x0 |
| 2058 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib4 = 0x0 |
| 2059 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib5 = 0x0 |
| 2060 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib6 = 0x0 |
| 2061 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib7 = 0x0 |
| 2062 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib8 = 0x0 |
| 2063 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib9 = 0x0 |
| 2064 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib10 = 0x0 |
| 2065 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib11 = 0x0 |
| 2066 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib12 = 0x0 |
| 2067 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib13 = 0x0 |
| 2068 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib14 = 0x0 |
| 2069 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib15 = 0x0 |
| 2070 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib16 = 0x0 |
| 2071 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib17 = 0x0 |
| 2072 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib18 = 0x0 |
| 2073 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib19 = 0x0 |
| 2074 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib0 = 0x0 |
| 2075 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib1 = 0x0 |
| 2076 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib2 = 0x0 |
| 2077 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib3 = 0x0 |
| 2078 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib4 = 0x0 |
| 2079 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib5 = 0x0 |
| 2080 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib6 = 0x0 |
| 2081 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib7 = 0x0 |
| 2082 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib8 = 0x0 |
| 2083 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib9 = 0x0 |
| 2084 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib10 = 0x0 |
| 2085 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib11 = 0x0 |
| 2086 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib12 = 0x0 |
| 2087 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib13 = 0x0 |
| 2088 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib14 = 0x0 |
| 2089 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib15 = 0x0 |
| 2090 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib16 = 0x0 |
| 2091 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib17 = 0x0 |
| 2092 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib18 = 0x0 |
| 2093 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib19 = 0x0 |
| 2094 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib0 = 0x0 |
| 2095 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib1 = 0x0 |
| 2096 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib2 = 0x0 |
| 2097 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib3 = 0x0 |
| 2098 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib4 = 0x0 |
| 2099 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib5 = 0x0 |
| 2100 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib6 = 0x0 |
| 2101 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib7 = 0x0 |
| 2102 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib8 = 0x0 |
| 2103 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib9 = 0x0 |
| 2104 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib10 = 0x0 |
| 2105 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib11 = 0x0 |
| 2106 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib12 = 0x0 |
| 2107 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib13 = 0x0 |
| 2108 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib14 = 0x0 |
| 2109 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib15 = 0x0 |
| 2110 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib16 = 0x0 |
| 2111 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib17 = 0x0 |
| 2112 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib18 = 0x0 |
| 2113 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib19 = 0x0 |
| 2114 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib0 = 0x0 |
| 2115 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib1 = 0x0 |
| 2116 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib2 = 0x0 |
| 2117 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib3 = 0x0 |
| 2118 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib4 = 0x0 |
| 2119 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib5 = 0x0 |
| 2120 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib6 = 0x0 |
| 2121 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib7 = 0x0 |
| 2122 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib8 = 0x0 |
| 2123 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib9 = 0x0 |
| 2124 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib10 = 0x0 |
| 2125 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib11 = 0x0 |
| 2126 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib12 = 0x0 |
| 2127 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib13 = 0x0 |
| 2128 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib14 = 0x0 |
| 2129 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib15 = 0x0 |
| 2130 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib16 = 0x0 |
| 2131 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib17 = 0x0 |
| 2132 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib18 = 0x0 |
| 2133 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib19 = 0x0 |
| 2134 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib0 = 0x0 |
| 2135 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib1 = 0x0 |
| 2136 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib2 = 0x0 |
| 2137 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib3 = 0x0 |
| 2138 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib4 = 0x0 |
| 2139 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib5 = 0x0 |
| 2140 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib6 = 0x0 |
| 2141 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib7 = 0x0 |
| 2142 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib8 = 0x0 |
| 2143 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib9 = 0x0 |
| 2144 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib10 = 0x0 |
| 2145 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib11 = 0x0 |
| 2146 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib12 = 0x0 |
| 2147 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib13 = 0x0 |
| 2148 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib14 = 0x0 |
| 2149 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib15 = 0x0 |
| 2150 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib16 = 0x0 |
| 2151 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib17 = 0x0 |
| 2152 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib18 = 0x0 |
| 2153 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib19 = 0x0 |
| 2154 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib0 = 0x0 |
| 2155 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib1 = 0x0 |
| 2156 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib2 = 0x0 |
| 2157 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib3 = 0x0 |
| 2158 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib4 = 0x0 |
| 2159 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib5 = 0x0 |
| 2160 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib6 = 0x0 |
| 2161 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib7 = 0x0 |
| 2162 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib8 = 0x0 |
| 2163 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib9 = 0x0 |
| 2164 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib10 = 0x0 |
| 2165 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib11 = 0x0 |
| 2166 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib12 = 0x0 |
| 2167 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib13 = 0x0 |
| 2168 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib14 = 0x0 |
| 2169 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib15 = 0x0 |
| 2170 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib16 = 0x0 |
| 2171 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib17 = 0x0 |
| 2172 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib18 = 0x0 |
| 2173 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib19 = 0x0 |
| 2174 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib0 = 0x0 |
| 2175 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib1 = 0x0 |
| 2176 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib2 = 0x0 |
| 2177 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib3 = 0x0 |
| 2178 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib4 = 0x0 |
| 2179 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib5 = 0x0 |
| 2180 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib6 = 0x0 |
| 2181 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib7 = 0x0 |
| 2182 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib8 = 0x0 |
| 2183 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib9 = 0x0 |
| 2184 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib10 = 0x0 |
| 2185 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib11 = 0x0 |
| 2186 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib12 = 0x0 |
| 2187 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib13 = 0x0 |
| 2188 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib14 = 0x0 |
| 2189 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib15 = 0x0 |
| 2190 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib16 = 0x0 |
| 2191 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib17 = 0x0 |
| 2192 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib18 = 0x0 |
| 2193 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib19 = 0x0 |
| 2194 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib0 = 0x0 |
| 2195 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib1 = 0x0 |
| 2196 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib2 = 0x0 |
| 2197 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib3 = 0x0 |
| 2198 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib4 = 0x0 |
| 2199 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib5 = 0x0 |
| 2200 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib6 = 0x0 |
| 2201 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib7 = 0x0 |
| 2202 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib8 = 0x0 |
| 2203 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib9 = 0x0 |
| 2204 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib10 = 0x0 |
| 2205 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib11 = 0x0 |
| 2206 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib12 = 0x0 |
| 2207 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib13 = 0x0 |
| 2208 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib14 = 0x0 |
| 2209 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib15 = 0x0 |
| 2210 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib16 = 0x0 |
| 2211 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib17 = 0x0 |
| 2212 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib18 = 0x0 |
| 2213 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib19 = 0x0 |
| 2214 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib0 = 0x0 |
| 2215 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib1 = 0x0 |
| 2216 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib2 = 0x0 |
| 2217 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib3 = 0x0 |
| 2218 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib4 = 0x0 |
| 2219 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib5 = 0x0 |
| 2220 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib6 = 0x0 |
| 2221 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib7 = 0x0 |
| 2222 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib8 = 0x0 |
| 2223 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib9 = 0x0 |
| 2224 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib10 = 0x0 |
| 2225 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib11 = 0x0 |
| 2226 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib12 = 0x0 |
| 2227 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib13 = 0x0 |
| 2228 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib14 = 0x0 |
| 2229 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib15 = 0x0 |
| 2230 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib16 = 0x0 |
| 2231 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib17 = 0x0 |
| 2232 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib18 = 0x0 |
| 2233 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib19 = 0x0 |
| 2234 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib0 = 0x0 |
| 2235 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib1 = 0x0 |
| 2236 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib2 = 0x0 |
| 2237 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib3 = 0x0 |
| 2238 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib4 = 0x0 |
| 2239 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib5 = 0x0 |
| 2240 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib6 = 0x0 |
| 2241 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib7 = 0x0 |
| 2242 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib8 = 0x0 |
| 2243 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib9 = 0x0 |
| 2244 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib10 = 0x0 |
| 2245 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib11 = 0x0 |
| 2246 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib12 = 0x0 |
| 2247 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib13 = 0x0 |
| 2248 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib14 = 0x0 |
| 2249 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib15 = 0x0 |
| 2250 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib16 = 0x0 |
| 2251 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib17 = 0x0 |
| 2252 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib18 = 0x0 |
| 2253 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib19 = 0x0 |
| 2254 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib0 = 0x0 |
| 2255 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib1 = 0x0 |
| 2256 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib2 = 0x0 |
| 2257 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib3 = 0x0 |
| 2258 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib4 = 0x0 |
| 2259 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib5 = 0x0 |
| 2260 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib6 = 0x0 |
| 2261 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib7 = 0x0 |
| 2262 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib8 = 0x0 |
| 2263 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib9 = 0x0 |
| 2264 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib10 = 0x0 |
| 2265 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib11 = 0x0 |
| 2266 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib12 = 0x0 |
| 2267 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib13 = 0x0 |
| 2268 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib14 = 0x0 |
| 2269 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib15 = 0x0 |
| 2270 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib16 = 0x0 |
| 2271 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib17 = 0x0 |
| 2272 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib18 = 0x0 |
| 2273 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib19 = 0x0 |
| 2274 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR0 = 0x0 |
| 2275 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR0 = 0x0 |
| 2276 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR0 = 0x0 |
| 2277 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR0 = 0x0 |
| 2278 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR0 = 0x0 |
| 2279 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR0 = 0x0 |
| 2280 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR0 = 0x0 |
| 2281 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR0 = 0x0 |
| 2282 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR0 = 0x0 |
| 2283 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR0 = 0x0 |
| 2284 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR1 = 0x0 |
| 2285 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR1 = 0x0 |
| 2286 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR1 = 0x0 |
| 2287 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR1 = 0x0 |
| 2288 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR1 = 0x0 |
| 2289 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR1 = 0x0 |
| 2290 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR1 = 0x0 |
| 2291 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR1 = 0x0 |
| 2292 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR1 = 0x0 |
| 2293 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR1 = 0x0 |
| 2294 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR2 = 0x0 |
| 2295 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR2 = 0x0 |
| 2296 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR2 = 0x0 |
| 2297 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR2 = 0x0 |
| 2298 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR2 = 0x0 |
| 2299 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR2 = 0x0 |
| 2300 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR2 = 0x0 |
| 2301 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR2 = 0x0 |
| 2302 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR2 = 0x0 |
| 2303 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR2 = 0x0 |
| 2304 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR3 = 0x0 |
| 2305 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR3 = 0x0 |
| 2306 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR3 = 0x0 |
| 2307 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR3 = 0x0 |
| 2308 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR3 = 0x0 |
| 2309 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR3 = 0x0 |
| 2310 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR3 = 0x0 |
| 2311 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR3 = 0x0 |
| 2312 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR3 = 0x0 |
| 2313 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR3 = 0x0 |
| 2314 | //// [phyinit_print_dat] mb_DDR5U_1D[0].AdvTrainOpt = 0x0 |
| 2315 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MsgMisc = 0x7 |
| 2316 | //// [phyinit_print_dat] mb_DDR5U_1D[0].Pstate = 0x0 |
| 2317 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PllBypassEn = 0x0 |
| 2318 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DRAMFreq = 0xc80 |
| 2319 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_next = 0x0 |
| 2320 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_next = 0x0 |
| 2321 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RXEN_ADJ = 0x0 |
| 2322 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RX2D_DFE_Misc = 0x0 |
| 2323 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PhyVref = 0x40 |
| 2324 | //// [phyinit_print_dat] mb_DDR5U_1D[0].D5Misc = 0x0 |
| 2325 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WL_ADJ = 0x0 |
| 2326 | //// [phyinit_print_dat] mb_DDR5U_1D[0].SequenceCtrl = 0x837f |
| 2327 | //// [phyinit_print_dat] mb_DDR5U_1D[0].HdtCtrl = 0xc8 |
| 2328 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PhyCfg = 0x0 |
| 2329 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFIMRLMargin = 0x2 |
| 2330 | //// [phyinit_print_dat] mb_DDR5U_1D[0].X16Present = 0x0 |
| 2331 | //// [phyinit_print_dat] mb_DDR5U_1D[0].UseBroadcastMR = 0x1 |
| 2332 | //// [phyinit_print_dat] mb_DDR5U_1D[0].D5Quickboot = 0x0 |
| 2333 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDbyte = 0x0 |
| 2334 | //// [phyinit_print_dat] mb_DDR5U_1D[0].CATrainOpt = 0x8 |
| 2335 | //// [phyinit_print_dat] mb_DDR5U_1D[0].TX2D_DFE_Misc = 0x0 |
| 2336 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RX2D_TrainOpt = 0x0 |
| 2337 | //// [phyinit_print_dat] mb_DDR5U_1D[0].TX2D_TrainOpt = 0x0 |
| 2338 | //// [phyinit_print_dat] mb_DDR5U_1D[0].Share2DVrefResult = 0x0 |
| 2339 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MRE_MIN_PULSE = 0x0 |
| 2340 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DWL_MIN_PULSE = 0x0 |
| 2341 | //// [phyinit_print_dat] mb_DDR5U_1D[0].PhyConfigOverride = 0x0 |
| 2342 | //// [phyinit_print_dat] mb_DDR5U_1D[0].EnabledDQsChA = 0x10 |
| 2343 | //// [phyinit_print_dat] mb_DDR5U_1D[0].CsPresentChA = 0x1 |
| 2344 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A0 = 0x8 |
| 2345 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A0 = 0x4 |
| 2346 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A0 = 0x0 |
| 2347 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A0 = 0x0 |
| 2348 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A0 = 0x20 |
| 2349 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A0 = 0x0 |
| 2350 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A0_next = 0x0 |
| 2351 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A0 = 0x8 |
| 2352 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A0_next = 0x0 |
| 2353 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A0 = 0x2d |
| 2354 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A0 = 0x2d |
| 2355 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A0 = 0xd6 |
| 2356 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A0 = 0x0 |
| 2357 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A0 = 0x0 |
| 2358 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A0 = 0x3 |
| 2359 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A0 = 0x0 |
| 2360 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A0 = 0x0 |
| 2361 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A0 = 0x0 |
| 2362 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A0 = 0x11 |
| 2363 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A0 = 0x4 |
| 2364 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A0 = 0x0 |
| 2365 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A0 = 0x2c |
| 2366 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A0 = 0x2c |
| 2367 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A0 = 0x2c |
| 2368 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A0 = 0x0 |
| 2369 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A0_next = 0x0 |
| 2370 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A0_next = 0x0 |
| 2371 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A0_next = 0x0 |
| 2372 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A0_next = 0x0 |
| 2373 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A0_next = 0x0 |
| 2374 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A0 = 0x0 |
| 2375 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A0 = 0x0 |
| 2376 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A0 = 0x0 |
| 2377 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A0 = 0x0 |
| 2378 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A1 = 0x8 |
| 2379 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A1 = 0x4 |
| 2380 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A1 = 0x0 |
| 2381 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A1 = 0x0 |
| 2382 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A1 = 0x20 |
| 2383 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A1 = 0x0 |
| 2384 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A1_next = 0x0 |
| 2385 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A1 = 0x8 |
| 2386 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A1_next = 0x0 |
| 2387 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A1 = 0x2d |
| 2388 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A1 = 0x2d |
| 2389 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A1 = 0xd6 |
| 2390 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A1 = 0x0 |
| 2391 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A1 = 0x0 |
| 2392 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A1 = 0x3 |
| 2393 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A1 = 0x0 |
| 2394 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A1 = 0x0 |
| 2395 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A1 = 0x0 |
| 2396 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A1 = 0x11 |
| 2397 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A1 = 0x4 |
| 2398 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A1 = 0x0 |
| 2399 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A1 = 0x2c |
| 2400 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A1 = 0x2c |
| 2401 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A1 = 0x2c |
| 2402 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A1 = 0x0 |
| 2403 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A1_next = 0x0 |
| 2404 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A1_next = 0x0 |
| 2405 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A1_next = 0x0 |
| 2406 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A1_next = 0x0 |
| 2407 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A1_next = 0x0 |
| 2408 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A1 = 0x0 |
| 2409 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A1 = 0x0 |
| 2410 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A1 = 0x0 |
| 2411 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A1 = 0x0 |
| 2412 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A2 = 0x8 |
| 2413 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A2 = 0x4 |
| 2414 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A2 = 0x0 |
| 2415 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A2 = 0x0 |
| 2416 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A2 = 0x20 |
| 2417 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A2 = 0x0 |
| 2418 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A2_next = 0x0 |
| 2419 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A2 = 0x8 |
| 2420 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A2_next = 0x0 |
| 2421 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A2 = 0x2d |
| 2422 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A2 = 0x2d |
| 2423 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A2 = 0xd6 |
| 2424 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A2 = 0x0 |
| 2425 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A2 = 0x0 |
| 2426 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A2 = 0x3 |
| 2427 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A2 = 0x0 |
| 2428 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A2 = 0x0 |
| 2429 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A2 = 0x0 |
| 2430 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A2 = 0x11 |
| 2431 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A2 = 0x4 |
| 2432 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A2 = 0x0 |
| 2433 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A2 = 0x2c |
| 2434 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A2 = 0x2c |
| 2435 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A2 = 0x2c |
| 2436 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A2 = 0x0 |
| 2437 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A2_next = 0x0 |
| 2438 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A2_next = 0x0 |
| 2439 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A2_next = 0x0 |
| 2440 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A2_next = 0x0 |
| 2441 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A2_next = 0x0 |
| 2442 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A2 = 0x0 |
| 2443 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A2 = 0x0 |
| 2444 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A2 = 0x0 |
| 2445 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A2 = 0x0 |
| 2446 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_A3 = 0x8 |
| 2447 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_A3 = 0x4 |
| 2448 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_A3 = 0x0 |
| 2449 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_A3 = 0x0 |
| 2450 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_A3 = 0x20 |
| 2451 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_A3 = 0x0 |
| 2452 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A3_next = 0x0 |
| 2453 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_A3 = 0x8 |
| 2454 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A3_next = 0x0 |
| 2455 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_A3 = 0x2d |
| 2456 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A3 = 0x2d |
| 2457 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A3 = 0xd6 |
| 2458 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A3 = 0x0 |
| 2459 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_A3 = 0x0 |
| 2460 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_A3 = 0x3 |
| 2461 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_A3 = 0x0 |
| 2462 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_A3 = 0x0 |
| 2463 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A3 = 0x0 |
| 2464 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_A3 = 0x11 |
| 2465 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_A3 = 0x4 |
| 2466 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_A3 = 0x0 |
| 2467 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_A3 = 0x2c |
| 2468 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_A3 = 0x2c |
| 2469 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_A3 = 0x2c |
| 2470 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A3 = 0x0 |
| 2471 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_A3_next = 0x0 |
| 2472 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_A3_next = 0x0 |
| 2473 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_A3_next = 0x0 |
| 2474 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_A3_next = 0x0 |
| 2475 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_A3_next = 0x0 |
| 2476 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_A3 = 0x0 |
| 2477 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_A3 = 0x0 |
| 2478 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_A3 = 0x0 |
| 2479 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_A3 = 0x0 |
| 2480 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_next = 0x0 |
| 2481 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_next = 0x0 |
| 2482 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A0 = 0x0 |
| 2483 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A1 = 0x0 |
| 2484 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A2 = 0x0 |
| 2485 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_A3 = 0x0 |
| 2486 | //// [phyinit_print_dat] mb_DDR5U_1D[0].EnabledDQsChB = 0x0 |
| 2487 | //// [phyinit_print_dat] mb_DDR5U_1D[0].CsPresentChB = 0x0 |
| 2488 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B0 = 0x8 |
| 2489 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B0 = 0x4 |
| 2490 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B0 = 0x0 |
| 2491 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B0 = 0x0 |
| 2492 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B0 = 0x20 |
| 2493 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B0 = 0x0 |
| 2494 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B0_next = 0x0 |
| 2495 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B0 = 0x8 |
| 2496 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B0_next = 0x0 |
| 2497 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B0 = 0x2d |
| 2498 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B0 = 0x2d |
| 2499 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B0 = 0xd6 |
| 2500 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B0 = 0x0 |
| 2501 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B0 = 0x0 |
| 2502 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B0 = 0x3 |
| 2503 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B0 = 0x0 |
| 2504 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B0 = 0x0 |
| 2505 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B0 = 0x0 |
| 2506 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B0 = 0x11 |
| 2507 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B0 = 0x4 |
| 2508 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B0 = 0x0 |
| 2509 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B0 = 0x2c |
| 2510 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B0 = 0x2c |
| 2511 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B0 = 0x2c |
| 2512 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B0 = 0x0 |
| 2513 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B0_next = 0x0 |
| 2514 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B0_next = 0x0 |
| 2515 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B0_next = 0x0 |
| 2516 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B0_next = 0x0 |
| 2517 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B0_next = 0x0 |
| 2518 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B0 = 0x0 |
| 2519 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B0 = 0x0 |
| 2520 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B0 = 0x0 |
| 2521 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B0 = 0x0 |
| 2522 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B1 = 0x8 |
| 2523 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B1 = 0x4 |
| 2524 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B1 = 0x0 |
| 2525 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B1 = 0x0 |
| 2526 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B1 = 0x20 |
| 2527 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B1 = 0x0 |
| 2528 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B1_next = 0x0 |
| 2529 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B1 = 0x8 |
| 2530 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B1_next = 0x0 |
| 2531 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B1 = 0x2d |
| 2532 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B1 = 0x2d |
| 2533 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B1 = 0xd6 |
| 2534 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B1 = 0x0 |
| 2535 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B1 = 0x0 |
| 2536 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B1 = 0x3 |
| 2537 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B1 = 0x0 |
| 2538 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B1 = 0x0 |
| 2539 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B1 = 0x0 |
| 2540 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B1 = 0x11 |
| 2541 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B1 = 0x4 |
| 2542 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B1 = 0x0 |
| 2543 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B1 = 0x2c |
| 2544 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B1 = 0x2c |
| 2545 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B1 = 0x2c |
| 2546 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B1 = 0x0 |
| 2547 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B1_next = 0x0 |
| 2548 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B1_next = 0x0 |
| 2549 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B1_next = 0x0 |
| 2550 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B1_next = 0x0 |
| 2551 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B1_next = 0x0 |
| 2552 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B1 = 0x0 |
| 2553 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B1 = 0x0 |
| 2554 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B1 = 0x0 |
| 2555 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B1 = 0x0 |
| 2556 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B2 = 0x8 |
| 2557 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B2 = 0x4 |
| 2558 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B2 = 0x0 |
| 2559 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B2 = 0x0 |
| 2560 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B2 = 0x20 |
| 2561 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B2 = 0x0 |
| 2562 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B2_next = 0x0 |
| 2563 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B2 = 0x8 |
| 2564 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B2_next = 0x0 |
| 2565 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B2 = 0x2d |
| 2566 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B2 = 0x2d |
| 2567 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B2 = 0xd6 |
| 2568 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B2 = 0x0 |
| 2569 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B2 = 0x0 |
| 2570 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B2 = 0x3 |
| 2571 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B2 = 0x0 |
| 2572 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B2 = 0x0 |
| 2573 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B2 = 0x0 |
| 2574 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B2 = 0x11 |
| 2575 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B2 = 0x4 |
| 2576 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B2 = 0x0 |
| 2577 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B2 = 0x2c |
| 2578 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B2 = 0x2c |
| 2579 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B2 = 0x2c |
| 2580 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B2 = 0x0 |
| 2581 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B2_next = 0x0 |
| 2582 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B2_next = 0x0 |
| 2583 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B2_next = 0x0 |
| 2584 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B2_next = 0x0 |
| 2585 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B2_next = 0x0 |
| 2586 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B2 = 0x0 |
| 2587 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B2 = 0x0 |
| 2588 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B2 = 0x0 |
| 2589 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B2 = 0x0 |
| 2590 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR0_B3 = 0x8 |
| 2591 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR2_B3 = 0x4 |
| 2592 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3_B3 = 0x0 |
| 2593 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR4_B3 = 0x0 |
| 2594 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR5_B3 = 0x20 |
| 2595 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR6_B3 = 0x0 |
| 2596 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B3_next = 0x0 |
| 2597 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR8_B3 = 0x8 |
| 2598 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B3_next = 0x0 |
| 2599 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR10_B3 = 0x2d |
| 2600 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B3 = 0x2d |
| 2601 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B3 = 0xd6 |
| 2602 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B3 = 0x0 |
| 2603 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR14_B3 = 0x0 |
| 2604 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR15_B3 = 0x3 |
| 2605 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR111_B3 = 0x0 |
| 2606 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_B3 = 0x0 |
| 2607 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B3 = 0x0 |
| 2608 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR34_B3 = 0x11 |
| 2609 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR35_B3 = 0x4 |
| 2610 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR32_ORG_B3 = 0x0 |
| 2611 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR37_B3 = 0x2c |
| 2612 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR38_B3 = 0x2c |
| 2613 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR39_B3 = 0x2c |
| 2614 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B3 = 0x0 |
| 2615 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR11_B3_next = 0x0 |
| 2616 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR12_B3_next = 0x0 |
| 2617 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR13_B3_next = 0x0 |
| 2618 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_ORG_B3_next = 0x0 |
| 2619 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR33_B3_next = 0x0 |
| 2620 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR50_B3 = 0x0 |
| 2621 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR51_B3 = 0x0 |
| 2622 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR52_B3 = 0x0 |
| 2623 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DFE_GainBias_B3 = 0x0 |
| 2624 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B0 = 0x0 |
| 2625 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B1 = 0x0 |
| 2626 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B2 = 0x0 |
| 2627 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WR_RD_RTT_PARK_B3 = 0x0 |
| 2628 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WL_ADJ_START = 0x0 |
| 2629 | //// [phyinit_print_dat] mb_DDR5U_1D[0].WL_ADJ_END = 0x0 |
| 2630 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChA_D0 = 0x1 |
| 2631 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChA_D0 = 0x0 |
| 2632 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChA_D0 = 0x0 |
| 2633 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChA_D0 = 0x0 |
| 2634 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChA_D0 = 0x0 |
| 2635 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChA_D0 = 0x0 |
| 2636 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChA_D0 = 0x0 |
| 2637 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChA_D0 = 0x0 |
| 2638 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChA_D0 = 0x0 |
| 2639 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChA_D0 = 0x0 |
| 2640 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChA_D0 = 0x0 |
| 2641 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChA_D0 = 0x0 |
| 2642 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChA_D0 = 0x0 |
| 2643 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChA_D0 = 0x0 |
| 2644 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChA_D0 = 0x0 |
| 2645 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChA_D0 = 0x0 |
| 2646 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChA_D0 = 0x0 |
| 2647 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChA_D0 = 0x0 |
| 2648 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChA_D0 = 0x0 |
| 2649 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChA_D0 = 0x0 |
| 2650 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChA_D0 = 0x0 |
| 2651 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChA_D0 = 0x0 |
| 2652 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChA_D0 = 0x0 |
| 2653 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChA_D0 = 0x0 |
| 2654 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChA_D0 = 0x0 |
| 2655 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChA_D0 = 0x0 |
| 2656 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChA_D0 = 0x0 |
| 2657 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChA_D0 = 0x0 |
| 2658 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChA_D0 = 0x0 |
| 2659 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChA_D0 = 0x0 |
| 2660 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChA_D0 = 0x0 |
| 2661 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChA_D0 = 0x0 |
| 2662 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChA_D0 = 0x0 |
| 2663 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChA_D0 = 0x0 |
| 2664 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChA_D0 = 0x0 |
| 2665 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChA_D0 = 0x0 |
| 2666 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChA_D0 = 0x0 |
| 2667 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChA_D0 = 0x0 |
| 2668 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChA_D0 = 0x0 |
| 2669 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChA_D0 = 0x0 |
| 2670 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChA_D0 = 0x0 |
| 2671 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChA_D0 = 0x0 |
| 2672 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChA_D0 = 0x0 |
| 2673 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChA_D0 = 0x0 |
| 2674 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChA_D0 = 0x0 |
| 2675 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChA_D0 = 0x0 |
| 2676 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChA_D0 = 0x0 |
| 2677 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChA_D0 = 0x0 |
| 2678 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChA_D0 = 0x0 |
| 2679 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChA_D0 = 0x0 |
| 2680 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChA_D0 = 0x0 |
| 2681 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChA_D0 = 0x0 |
| 2682 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChA_D0 = 0x0 |
| 2683 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChA_D0 = 0x0 |
| 2684 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChA_D0 = 0x0 |
| 2685 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChA_D0 = 0x0 |
| 2686 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChA_D0 = 0x0 |
| 2687 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChA_D0 = 0x0 |
| 2688 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChA_D0 = 0x0 |
| 2689 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChA_D0 = 0x0 |
| 2690 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChA_D0 = 0x0 |
| 2691 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChA_D0 = 0x0 |
| 2692 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChA_D0 = 0x0 |
| 2693 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChA_D0 = 0x0 |
| 2694 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChA_D0 = 0x0 |
| 2695 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChA_D0 = 0x0 |
| 2696 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChA_D0 = 0x0 |
| 2697 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChA_D0 = 0x0 |
| 2698 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChA_D0 = 0x0 |
| 2699 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChA_D0 = 0x0 |
| 2700 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChA_D0 = 0x0 |
| 2701 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChA_D0 = 0x0 |
| 2702 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChA_D0 = 0x0 |
| 2703 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChA_D0 = 0x0 |
| 2704 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChA_D0 = 0x0 |
| 2705 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChA_D0 = 0x0 |
| 2706 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChA_D0 = 0x0 |
| 2707 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChA_D0 = 0x0 |
| 2708 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChA_D0 = 0x0 |
| 2709 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChA_D0 = 0x0 |
| 2710 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChA_D0 = 0x0 |
| 2711 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChA_D0 = 0x0 |
| 2712 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChA_D0 = 0x0 |
| 2713 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChA_D0 = 0x0 |
| 2714 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChA_D0 = 0x0 |
| 2715 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChA_D0 = 0x0 |
| 2716 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChA_D0 = 0x0 |
| 2717 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChA_D0 = 0x0 |
| 2718 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChA_D0 = 0x0 |
| 2719 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChA_D0 = 0x0 |
| 2720 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChA_D0 = 0x0 |
| 2721 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChA_D0 = 0x0 |
| 2722 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChA_D0 = 0x0 |
| 2723 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChA_D0 = 0x0 |
| 2724 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChA_D0 = 0x0 |
| 2725 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChA_D0 = 0x0 |
| 2726 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChA_D0 = 0x0 |
| 2727 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChA_D0 = 0x0 |
| 2728 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChA_D0 = 0x0 |
| 2729 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChA_D0 = 0x0 |
| 2730 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChA_D0 = 0x0 |
| 2731 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChA_D0 = 0x0 |
| 2732 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChA_D0 = 0x0 |
| 2733 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChA_D0 = 0x0 |
| 2734 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChA_D0 = 0x0 |
| 2735 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChA_D0 = 0x0 |
| 2736 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChA_D0 = 0x0 |
| 2737 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChA_D0 = 0x0 |
| 2738 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChA_D0 = 0x0 |
| 2739 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChA_D0 = 0x0 |
| 2740 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChA_D0 = 0x0 |
| 2741 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChA_D0 = 0x0 |
| 2742 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChA_D0 = 0x0 |
| 2743 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChA_D0 = 0x0 |
| 2744 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChA_D0 = 0x0 |
| 2745 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChA_D0 = 0x0 |
| 2746 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChA_D0 = 0x0 |
| 2747 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChA_D0 = 0x0 |
| 2748 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChA_D0 = 0x0 |
| 2749 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChA_D0 = 0x0 |
| 2750 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChA_D0 = 0x0 |
| 2751 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChA_D0 = 0x0 |
| 2752 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChA_D0 = 0x0 |
| 2753 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChA_D0 = 0x0 |
| 2754 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChA_D0 = 0x0 |
| 2755 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChA_D0 = 0x0 |
| 2756 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChA_D0 = 0x0 |
| 2757 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChA_D0 = 0x0 |
| 2758 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChA_D0 = 0x0 |
| 2759 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChA_D0 = 0x0 |
| 2760 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChA_D0 = 0x0 |
| 2761 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChA_D0 = 0x0 |
| 2762 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChA_D0 = 0x0 |
| 2763 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChA_D0 = 0x0 |
| 2764 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChA_D0 = 0x0 |
| 2765 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChA_D0 = 0x0 |
| 2766 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChA_D0 = 0x0 |
| 2767 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChA_D0 = 0x0 |
| 2768 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChA_D0 = 0x0 |
| 2769 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChA_D0 = 0x0 |
| 2770 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChA_D0 = 0x0 |
| 2771 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChA_D0 = 0x0 |
| 2772 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChA_D0 = 0x0 |
| 2773 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChA_D0 = 0x0 |
| 2774 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChA_D0 = 0x0 |
| 2775 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChA_D0 = 0x0 |
| 2776 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChA_D0 = 0x0 |
| 2777 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChA_D0 = 0x0 |
| 2778 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChA_D0 = 0x0 |
| 2779 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChA_D0 = 0x0 |
| 2780 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChA_D0 = 0x0 |
| 2781 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChA_D0 = 0x0 |
| 2782 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChA_D0 = 0x0 |
| 2783 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChA_D0 = 0x0 |
| 2784 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChA_D0 = 0x0 |
| 2785 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChA_D0 = 0x0 |
| 2786 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChA_D0 = 0x0 |
| 2787 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChA_D0 = 0x0 |
| 2788 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChA_D0 = 0x0 |
| 2789 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChA_D0 = 0x0 |
| 2790 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChA_D0 = 0x0 |
| 2791 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChA_D0 = 0x0 |
| 2792 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChA_D0 = 0x0 |
| 2793 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChA_D0 = 0x0 |
| 2794 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChA_D0 = 0x0 |
| 2795 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChA_D0 = 0x0 |
| 2796 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChA_D0 = 0x0 |
| 2797 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChA_D0 = 0x0 |
| 2798 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChA_D0 = 0x0 |
| 2799 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChA_D0 = 0x0 |
| 2800 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChA_D0 = 0x0 |
| 2801 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChA_D0 = 0x0 |
| 2802 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChA_D0 = 0x0 |
| 2803 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChA_D0 = 0x0 |
| 2804 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChA_D0 = 0x0 |
| 2805 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChA_D0 = 0x0 |
| 2806 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChA_D0 = 0x0 |
| 2807 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChA_D0 = 0x0 |
| 2808 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChA_D0 = 0x0 |
| 2809 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChA_D0 = 0x0 |
| 2810 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChA_D0 = 0x0 |
| 2811 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChA_D0 = 0x0 |
| 2812 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChA_D0 = 0x0 |
| 2813 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChA_D0 = 0x0 |
| 2814 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChA_D0 = 0x0 |
| 2815 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChA_D0 = 0x0 |
| 2816 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChA_D0 = 0x0 |
| 2817 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChA_D0 = 0x0 |
| 2818 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChA_D0 = 0x0 |
| 2819 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChA_D0 = 0x0 |
| 2820 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChA_D0 = 0x0 |
| 2821 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChA_D0 = 0x0 |
| 2822 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChA_D0 = 0x0 |
| 2823 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChA_D0 = 0x0 |
| 2824 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChA_D0 = 0x0 |
| 2825 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChA_D0 = 0x0 |
| 2826 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChA_D0 = 0x0 |
| 2827 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChA_D0 = 0x0 |
| 2828 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChA_D0 = 0x0 |
| 2829 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChA_D0 = 0x0 |
| 2830 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChA_D0 = 0x0 |
| 2831 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChA_D0 = 0x0 |
| 2832 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChA_D0 = 0x0 |
| 2833 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChA_D0 = 0x0 |
| 2834 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChA_D0 = 0x0 |
| 2835 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChA_D0 = 0x0 |
| 2836 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChA_D0 = 0x0 |
| 2837 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChA_D0 = 0x0 |
| 2838 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChA_D0 = 0x0 |
| 2839 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChA_D0 = 0x0 |
| 2840 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChA_D0 = 0x0 |
| 2841 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChA_D0 = 0x0 |
| 2842 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChA_D0 = 0x0 |
| 2843 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChA_D0 = 0x0 |
| 2844 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChA_D0 = 0x0 |
| 2845 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChA_D0 = 0x0 |
| 2846 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChA_D0 = 0x0 |
| 2847 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChA_D0 = 0x0 |
| 2848 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChA_D0 = 0x0 |
| 2849 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChA_D0 = 0x0 |
| 2850 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChA_D0 = 0x0 |
| 2851 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChA_D0 = 0x0 |
| 2852 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChA_D0 = 0x0 |
| 2853 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChA_D0 = 0x0 |
| 2854 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChA_D0 = 0x0 |
| 2855 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChA_D0 = 0x0 |
| 2856 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChA_D0 = 0x0 |
| 2857 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChA_D0 = 0x0 |
| 2858 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChA_D0 = 0x0 |
| 2859 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChA_D0 = 0x0 |
| 2860 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChA_D0 = 0x0 |
| 2861 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChA_D0 = 0x0 |
| 2862 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChA_D0 = 0x0 |
| 2863 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChA_D0 = 0x0 |
| 2864 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChA_D0 = 0x0 |
| 2865 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChA_D0 = 0x0 |
| 2866 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChA_D0 = 0x0 |
| 2867 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChA_D0 = 0x0 |
| 2868 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChA_D0 = 0x0 |
| 2869 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChA_D0 = 0x0 |
| 2870 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChA_D0 = 0x0 |
| 2871 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChA_D0 = 0x0 |
| 2872 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChA_D0 = 0x0 |
| 2873 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChA_D0 = 0x0 |
| 2874 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChA_D0 = 0x0 |
| 2875 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChA_D0 = 0x0 |
| 2876 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChA_D0 = 0x0 |
| 2877 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChA_D0 = 0x0 |
| 2878 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChA_D0 = 0x0 |
| 2879 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChA_D0 = 0x0 |
| 2880 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChA_D0 = 0x0 |
| 2881 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChA_D0 = 0x0 |
| 2882 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChA_D0 = 0x0 |
| 2883 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChA_D0 = 0x0 |
| 2884 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChA_D0 = 0x0 |
| 2885 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChA_D0 = 0x0 |
| 2886 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChA_D1 = 0x1 |
| 2887 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChA_D1 = 0x0 |
| 2888 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChA_D1 = 0x0 |
| 2889 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChA_D1 = 0x0 |
| 2890 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChA_D1 = 0x0 |
| 2891 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChA_D1 = 0x0 |
| 2892 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChA_D1 = 0x0 |
| 2893 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChA_D1 = 0x0 |
| 2894 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChA_D1 = 0x0 |
| 2895 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChA_D1 = 0x0 |
| 2896 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChA_D1 = 0x0 |
| 2897 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChA_D1 = 0x0 |
| 2898 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChA_D1 = 0x0 |
| 2899 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChA_D1 = 0x0 |
| 2900 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChA_D1 = 0x0 |
| 2901 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChA_D1 = 0x0 |
| 2902 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChA_D1 = 0x0 |
| 2903 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChA_D1 = 0x0 |
| 2904 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChA_D1 = 0x0 |
| 2905 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChA_D1 = 0x0 |
| 2906 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChA_D1 = 0x0 |
| 2907 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChA_D1 = 0x0 |
| 2908 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChA_D1 = 0x0 |
| 2909 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChA_D1 = 0x0 |
| 2910 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChA_D1 = 0x0 |
| 2911 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChA_D1 = 0x0 |
| 2912 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChA_D1 = 0x0 |
| 2913 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChA_D1 = 0x0 |
| 2914 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChA_D1 = 0x0 |
| 2915 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChA_D1 = 0x0 |
| 2916 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChA_D1 = 0x0 |
| 2917 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChA_D1 = 0x0 |
| 2918 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChA_D1 = 0x0 |
| 2919 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChA_D1 = 0x0 |
| 2920 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChA_D1 = 0x0 |
| 2921 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChA_D1 = 0x0 |
| 2922 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChA_D1 = 0x0 |
| 2923 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChA_D1 = 0x0 |
| 2924 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChA_D1 = 0x0 |
| 2925 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChA_D1 = 0x0 |
| 2926 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChA_D1 = 0x0 |
| 2927 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChA_D1 = 0x0 |
| 2928 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChA_D1 = 0x0 |
| 2929 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChA_D1 = 0x0 |
| 2930 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChA_D1 = 0x0 |
| 2931 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChA_D1 = 0x0 |
| 2932 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChA_D1 = 0x0 |
| 2933 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChA_D1 = 0x0 |
| 2934 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChA_D1 = 0x0 |
| 2935 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChA_D1 = 0x0 |
| 2936 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChA_D1 = 0x0 |
| 2937 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChA_D1 = 0x0 |
| 2938 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChA_D1 = 0x0 |
| 2939 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChA_D1 = 0x0 |
| 2940 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChA_D1 = 0x0 |
| 2941 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChA_D1 = 0x0 |
| 2942 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChA_D1 = 0x0 |
| 2943 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChA_D1 = 0x0 |
| 2944 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChA_D1 = 0x0 |
| 2945 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChA_D1 = 0x0 |
| 2946 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChA_D1 = 0x0 |
| 2947 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChA_D1 = 0x0 |
| 2948 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChA_D1 = 0x0 |
| 2949 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChA_D1 = 0x0 |
| 2950 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChA_D1 = 0x0 |
| 2951 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChA_D1 = 0x0 |
| 2952 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChA_D1 = 0x0 |
| 2953 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChA_D1 = 0x0 |
| 2954 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChA_D1 = 0x0 |
| 2955 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChA_D1 = 0x0 |
| 2956 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChA_D1 = 0x0 |
| 2957 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChA_D1 = 0x0 |
| 2958 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChA_D1 = 0x0 |
| 2959 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChA_D1 = 0x0 |
| 2960 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChA_D1 = 0x0 |
| 2961 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChA_D1 = 0x0 |
| 2962 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChA_D1 = 0x0 |
| 2963 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChA_D1 = 0x0 |
| 2964 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChA_D1 = 0x0 |
| 2965 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChA_D1 = 0x0 |
| 2966 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChA_D1 = 0x0 |
| 2967 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChA_D1 = 0x0 |
| 2968 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChA_D1 = 0x0 |
| 2969 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChA_D1 = 0x0 |
| 2970 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChA_D1 = 0x0 |
| 2971 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChA_D1 = 0x0 |
| 2972 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChA_D1 = 0x0 |
| 2973 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChA_D1 = 0x0 |
| 2974 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChA_D1 = 0x0 |
| 2975 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChA_D1 = 0x0 |
| 2976 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChA_D1 = 0x0 |
| 2977 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChA_D1 = 0x0 |
| 2978 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChA_D1 = 0x0 |
| 2979 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChA_D1 = 0x0 |
| 2980 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChA_D1 = 0x0 |
| 2981 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChA_D1 = 0x0 |
| 2982 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChA_D1 = 0x0 |
| 2983 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChA_D1 = 0x0 |
| 2984 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChA_D1 = 0x0 |
| 2985 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChA_D1 = 0x0 |
| 2986 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChA_D1 = 0x0 |
| 2987 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChA_D1 = 0x0 |
| 2988 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChA_D1 = 0x0 |
| 2989 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChA_D1 = 0x0 |
| 2990 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChA_D1 = 0x0 |
| 2991 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChA_D1 = 0x0 |
| 2992 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChA_D1 = 0x0 |
| 2993 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChA_D1 = 0x0 |
| 2994 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChA_D1 = 0x0 |
| 2995 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChA_D1 = 0x0 |
| 2996 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChA_D1 = 0x0 |
| 2997 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChA_D1 = 0x0 |
| 2998 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChA_D1 = 0x0 |
| 2999 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChA_D1 = 0x0 |
| 3000 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChA_D1 = 0x0 |
| 3001 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChA_D1 = 0x0 |
| 3002 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChA_D1 = 0x0 |
| 3003 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChA_D1 = 0x0 |
| 3004 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChA_D1 = 0x0 |
| 3005 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChA_D1 = 0x0 |
| 3006 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChA_D1 = 0x0 |
| 3007 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChA_D1 = 0x0 |
| 3008 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChA_D1 = 0x0 |
| 3009 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChA_D1 = 0x0 |
| 3010 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChA_D1 = 0x0 |
| 3011 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChA_D1 = 0x0 |
| 3012 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChA_D1 = 0x0 |
| 3013 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChA_D1 = 0x0 |
| 3014 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChA_D1 = 0x0 |
| 3015 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChA_D1 = 0x0 |
| 3016 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChA_D1 = 0x0 |
| 3017 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChA_D1 = 0x0 |
| 3018 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChA_D1 = 0x0 |
| 3019 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChA_D1 = 0x0 |
| 3020 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChA_D1 = 0x0 |
| 3021 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChA_D1 = 0x0 |
| 3022 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChA_D1 = 0x0 |
| 3023 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChA_D1 = 0x0 |
| 3024 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChA_D1 = 0x0 |
| 3025 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChA_D1 = 0x0 |
| 3026 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChA_D1 = 0x0 |
| 3027 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChA_D1 = 0x0 |
| 3028 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChA_D1 = 0x0 |
| 3029 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChA_D1 = 0x0 |
| 3030 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChA_D1 = 0x0 |
| 3031 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChA_D1 = 0x0 |
| 3032 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChA_D1 = 0x0 |
| 3033 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChA_D1 = 0x0 |
| 3034 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChA_D1 = 0x0 |
| 3035 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChA_D1 = 0x0 |
| 3036 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChA_D1 = 0x0 |
| 3037 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChA_D1 = 0x0 |
| 3038 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChA_D1 = 0x0 |
| 3039 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChA_D1 = 0x0 |
| 3040 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChA_D1 = 0x0 |
| 3041 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChA_D1 = 0x0 |
| 3042 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChA_D1 = 0x0 |
| 3043 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChA_D1 = 0x0 |
| 3044 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChA_D1 = 0x0 |
| 3045 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChA_D1 = 0x0 |
| 3046 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChA_D1 = 0x0 |
| 3047 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChA_D1 = 0x0 |
| 3048 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChA_D1 = 0x0 |
| 3049 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChA_D1 = 0x0 |
| 3050 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChA_D1 = 0x0 |
| 3051 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChA_D1 = 0x0 |
| 3052 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChA_D1 = 0x0 |
| 3053 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChA_D1 = 0x0 |
| 3054 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChA_D1 = 0x0 |
| 3055 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChA_D1 = 0x0 |
| 3056 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChA_D1 = 0x0 |
| 3057 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChA_D1 = 0x0 |
| 3058 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChA_D1 = 0x0 |
| 3059 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChA_D1 = 0x0 |
| 3060 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChA_D1 = 0x0 |
| 3061 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChA_D1 = 0x0 |
| 3062 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChA_D1 = 0x0 |
| 3063 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChA_D1 = 0x0 |
| 3064 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChA_D1 = 0x0 |
| 3065 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChA_D1 = 0x0 |
| 3066 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChA_D1 = 0x0 |
| 3067 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChA_D1 = 0x0 |
| 3068 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChA_D1 = 0x0 |
| 3069 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChA_D1 = 0x0 |
| 3070 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChA_D1 = 0x0 |
| 3071 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChA_D1 = 0x0 |
| 3072 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChA_D1 = 0x0 |
| 3073 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChA_D1 = 0x0 |
| 3074 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChA_D1 = 0x0 |
| 3075 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChA_D1 = 0x0 |
| 3076 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChA_D1 = 0x0 |
| 3077 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChA_D1 = 0x0 |
| 3078 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChA_D1 = 0x0 |
| 3079 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChA_D1 = 0x0 |
| 3080 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChA_D1 = 0x0 |
| 3081 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChA_D1 = 0x0 |
| 3082 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChA_D1 = 0x0 |
| 3083 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChA_D1 = 0x0 |
| 3084 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChA_D1 = 0x0 |
| 3085 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChA_D1 = 0x0 |
| 3086 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChA_D1 = 0x0 |
| 3087 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChA_D1 = 0x0 |
| 3088 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChA_D1 = 0x0 |
| 3089 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChA_D1 = 0x0 |
| 3090 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChA_D1 = 0x0 |
| 3091 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChA_D1 = 0x0 |
| 3092 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChA_D1 = 0x0 |
| 3093 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChA_D1 = 0x0 |
| 3094 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChA_D1 = 0x0 |
| 3095 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChA_D1 = 0x0 |
| 3096 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChA_D1 = 0x0 |
| 3097 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChA_D1 = 0x0 |
| 3098 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChA_D1 = 0x0 |
| 3099 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChA_D1 = 0x0 |
| 3100 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChA_D1 = 0x0 |
| 3101 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChA_D1 = 0x0 |
| 3102 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChA_D1 = 0x0 |
| 3103 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChA_D1 = 0x0 |
| 3104 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChA_D1 = 0x0 |
| 3105 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChA_D1 = 0x0 |
| 3106 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChA_D1 = 0x0 |
| 3107 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChA_D1 = 0x0 |
| 3108 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChA_D1 = 0x0 |
| 3109 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChA_D1 = 0x0 |
| 3110 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChA_D1 = 0x0 |
| 3111 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChA_D1 = 0x0 |
| 3112 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChA_D1 = 0x0 |
| 3113 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChA_D1 = 0x0 |
| 3114 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChA_D1 = 0x0 |
| 3115 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChA_D1 = 0x0 |
| 3116 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChA_D1 = 0x0 |
| 3117 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChA_D1 = 0x0 |
| 3118 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChA_D1 = 0x0 |
| 3119 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChA_D1 = 0x0 |
| 3120 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChA_D1 = 0x0 |
| 3121 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChA_D1 = 0x0 |
| 3122 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChA_D1 = 0x0 |
| 3123 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChA_D1 = 0x0 |
| 3124 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChA_D1 = 0x0 |
| 3125 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChA_D1 = 0x0 |
| 3126 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChA_D1 = 0x0 |
| 3127 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChA_D1 = 0x0 |
| 3128 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChA_D1 = 0x0 |
| 3129 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChA_D1 = 0x0 |
| 3130 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChA_D1 = 0x0 |
| 3131 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChA_D1 = 0x0 |
| 3132 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChA_D1 = 0x0 |
| 3133 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChA_D1 = 0x0 |
| 3134 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChA_D1 = 0x0 |
| 3135 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChA_D1 = 0x0 |
| 3136 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChA_D1 = 0x0 |
| 3137 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChA_D1 = 0x0 |
| 3138 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChA_D1 = 0x0 |
| 3139 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChA_D1 = 0x0 |
| 3140 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChA_D1 = 0x0 |
| 3141 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChA_D1 = 0x0 |
| 3142 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChB_D0 = 0x1 |
| 3143 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChB_D0 = 0x0 |
| 3144 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChB_D0 = 0x0 |
| 3145 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChB_D0 = 0x0 |
| 3146 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChB_D0 = 0x0 |
| 3147 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChB_D0 = 0x0 |
| 3148 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChB_D0 = 0x0 |
| 3149 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChB_D0 = 0x0 |
| 3150 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChB_D0 = 0x0 |
| 3151 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChB_D0 = 0x0 |
| 3152 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChB_D0 = 0x0 |
| 3153 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChB_D0 = 0x0 |
| 3154 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChB_D0 = 0x0 |
| 3155 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChB_D0 = 0x0 |
| 3156 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChB_D0 = 0x0 |
| 3157 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChB_D0 = 0x0 |
| 3158 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChB_D0 = 0x0 |
| 3159 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChB_D0 = 0x0 |
| 3160 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChB_D0 = 0x0 |
| 3161 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChB_D0 = 0x0 |
| 3162 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChB_D0 = 0x0 |
| 3163 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChB_D0 = 0x0 |
| 3164 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChB_D0 = 0x0 |
| 3165 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChB_D0 = 0x0 |
| 3166 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChB_D0 = 0x0 |
| 3167 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChB_D0 = 0x0 |
| 3168 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChB_D0 = 0x0 |
| 3169 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChB_D0 = 0x0 |
| 3170 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChB_D0 = 0x0 |
| 3171 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChB_D0 = 0x0 |
| 3172 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChB_D0 = 0x0 |
| 3173 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChB_D0 = 0x0 |
| 3174 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChB_D0 = 0x0 |
| 3175 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChB_D0 = 0x0 |
| 3176 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChB_D0 = 0x0 |
| 3177 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChB_D0 = 0x0 |
| 3178 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChB_D0 = 0x0 |
| 3179 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChB_D0 = 0x0 |
| 3180 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChB_D0 = 0x0 |
| 3181 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChB_D0 = 0x0 |
| 3182 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChB_D0 = 0x0 |
| 3183 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChB_D0 = 0x0 |
| 3184 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChB_D0 = 0x0 |
| 3185 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChB_D0 = 0x0 |
| 3186 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChB_D0 = 0x0 |
| 3187 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChB_D0 = 0x0 |
| 3188 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChB_D0 = 0x0 |
| 3189 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChB_D0 = 0x0 |
| 3190 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChB_D0 = 0x0 |
| 3191 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChB_D0 = 0x0 |
| 3192 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChB_D0 = 0x0 |
| 3193 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChB_D0 = 0x0 |
| 3194 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChB_D0 = 0x0 |
| 3195 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChB_D0 = 0x0 |
| 3196 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChB_D0 = 0x0 |
| 3197 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChB_D0 = 0x0 |
| 3198 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChB_D0 = 0x0 |
| 3199 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChB_D0 = 0x0 |
| 3200 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChB_D0 = 0x0 |
| 3201 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChB_D0 = 0x0 |
| 3202 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChB_D0 = 0x0 |
| 3203 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChB_D0 = 0x0 |
| 3204 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChB_D0 = 0x0 |
| 3205 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChB_D0 = 0x0 |
| 3206 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChB_D0 = 0x0 |
| 3207 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChB_D0 = 0x0 |
| 3208 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChB_D0 = 0x0 |
| 3209 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChB_D0 = 0x0 |
| 3210 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChB_D0 = 0x0 |
| 3211 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChB_D0 = 0x0 |
| 3212 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChB_D0 = 0x0 |
| 3213 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChB_D0 = 0x0 |
| 3214 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChB_D0 = 0x0 |
| 3215 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChB_D0 = 0x0 |
| 3216 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChB_D0 = 0x0 |
| 3217 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChB_D0 = 0x0 |
| 3218 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChB_D0 = 0x0 |
| 3219 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChB_D0 = 0x0 |
| 3220 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChB_D0 = 0x0 |
| 3221 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChB_D0 = 0x0 |
| 3222 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChB_D0 = 0x0 |
| 3223 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChB_D0 = 0x0 |
| 3224 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChB_D0 = 0x0 |
| 3225 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChB_D0 = 0x0 |
| 3226 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChB_D0 = 0x0 |
| 3227 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChB_D0 = 0x0 |
| 3228 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChB_D0 = 0x0 |
| 3229 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChB_D0 = 0x0 |
| 3230 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChB_D0 = 0x0 |
| 3231 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChB_D0 = 0x0 |
| 3232 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChB_D0 = 0x0 |
| 3233 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChB_D0 = 0x0 |
| 3234 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChB_D0 = 0x0 |
| 3235 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChB_D0 = 0x0 |
| 3236 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChB_D0 = 0x0 |
| 3237 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChB_D0 = 0x0 |
| 3238 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChB_D0 = 0x0 |
| 3239 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChB_D0 = 0x0 |
| 3240 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChB_D0 = 0x0 |
| 3241 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChB_D0 = 0x0 |
| 3242 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChB_D0 = 0x0 |
| 3243 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChB_D0 = 0x0 |
| 3244 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChB_D0 = 0x0 |
| 3245 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChB_D0 = 0x0 |
| 3246 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChB_D0 = 0x0 |
| 3247 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChB_D0 = 0x0 |
| 3248 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChB_D0 = 0x0 |
| 3249 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChB_D0 = 0x0 |
| 3250 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChB_D0 = 0x0 |
| 3251 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChB_D0 = 0x0 |
| 3252 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChB_D0 = 0x0 |
| 3253 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChB_D0 = 0x0 |
| 3254 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChB_D0 = 0x0 |
| 3255 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChB_D0 = 0x0 |
| 3256 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChB_D0 = 0x0 |
| 3257 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChB_D0 = 0x0 |
| 3258 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChB_D0 = 0x0 |
| 3259 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChB_D0 = 0x0 |
| 3260 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChB_D0 = 0x0 |
| 3261 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChB_D0 = 0x0 |
| 3262 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChB_D0 = 0x0 |
| 3263 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChB_D0 = 0x0 |
| 3264 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChB_D0 = 0x0 |
| 3265 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChB_D0 = 0x0 |
| 3266 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChB_D0 = 0x0 |
| 3267 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChB_D0 = 0x0 |
| 3268 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChB_D0 = 0x0 |
| 3269 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChB_D0 = 0x0 |
| 3270 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChB_D0 = 0x0 |
| 3271 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChB_D0 = 0x0 |
| 3272 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChB_D0 = 0x0 |
| 3273 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChB_D0 = 0x0 |
| 3274 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChB_D0 = 0x0 |
| 3275 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChB_D0 = 0x0 |
| 3276 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChB_D0 = 0x0 |
| 3277 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChB_D0 = 0x0 |
| 3278 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChB_D0 = 0x0 |
| 3279 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChB_D0 = 0x0 |
| 3280 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChB_D0 = 0x0 |
| 3281 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChB_D0 = 0x0 |
| 3282 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChB_D0 = 0x0 |
| 3283 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChB_D0 = 0x0 |
| 3284 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChB_D0 = 0x0 |
| 3285 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChB_D0 = 0x0 |
| 3286 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChB_D0 = 0x0 |
| 3287 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChB_D0 = 0x0 |
| 3288 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChB_D0 = 0x0 |
| 3289 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChB_D0 = 0x0 |
| 3290 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChB_D0 = 0x0 |
| 3291 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChB_D0 = 0x0 |
| 3292 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChB_D0 = 0x0 |
| 3293 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChB_D0 = 0x0 |
| 3294 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChB_D0 = 0x0 |
| 3295 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChB_D0 = 0x0 |
| 3296 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChB_D0 = 0x0 |
| 3297 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChB_D0 = 0x0 |
| 3298 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChB_D0 = 0x0 |
| 3299 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChB_D0 = 0x0 |
| 3300 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChB_D0 = 0x0 |
| 3301 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChB_D0 = 0x0 |
| 3302 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChB_D0 = 0x0 |
| 3303 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChB_D0 = 0x0 |
| 3304 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChB_D0 = 0x0 |
| 3305 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChB_D0 = 0x0 |
| 3306 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChB_D0 = 0x0 |
| 3307 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChB_D0 = 0x0 |
| 3308 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChB_D0 = 0x0 |
| 3309 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChB_D0 = 0x0 |
| 3310 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChB_D0 = 0x0 |
| 3311 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChB_D0 = 0x0 |
| 3312 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChB_D0 = 0x0 |
| 3313 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChB_D0 = 0x0 |
| 3314 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChB_D0 = 0x0 |
| 3315 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChB_D0 = 0x0 |
| 3316 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChB_D0 = 0x0 |
| 3317 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChB_D0 = 0x0 |
| 3318 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChB_D0 = 0x0 |
| 3319 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChB_D0 = 0x0 |
| 3320 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChB_D0 = 0x0 |
| 3321 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChB_D0 = 0x0 |
| 3322 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChB_D0 = 0x0 |
| 3323 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChB_D0 = 0x0 |
| 3324 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChB_D0 = 0x0 |
| 3325 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChB_D0 = 0x0 |
| 3326 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChB_D0 = 0x0 |
| 3327 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChB_D0 = 0x0 |
| 3328 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChB_D0 = 0x0 |
| 3329 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChB_D0 = 0x0 |
| 3330 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChB_D0 = 0x0 |
| 3331 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChB_D0 = 0x0 |
| 3332 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChB_D0 = 0x0 |
| 3333 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChB_D0 = 0x0 |
| 3334 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChB_D0 = 0x0 |
| 3335 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChB_D0 = 0x0 |
| 3336 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChB_D0 = 0x0 |
| 3337 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChB_D0 = 0x0 |
| 3338 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChB_D0 = 0x0 |
| 3339 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChB_D0 = 0x0 |
| 3340 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChB_D0 = 0x0 |
| 3341 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChB_D0 = 0x0 |
| 3342 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChB_D0 = 0x0 |
| 3343 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChB_D0 = 0x0 |
| 3344 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChB_D0 = 0x0 |
| 3345 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChB_D0 = 0x0 |
| 3346 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChB_D0 = 0x0 |
| 3347 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChB_D0 = 0x0 |
| 3348 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChB_D0 = 0x0 |
| 3349 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChB_D0 = 0x0 |
| 3350 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChB_D0 = 0x0 |
| 3351 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChB_D0 = 0x0 |
| 3352 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChB_D0 = 0x0 |
| 3353 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChB_D0 = 0x0 |
| 3354 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChB_D0 = 0x0 |
| 3355 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChB_D0 = 0x0 |
| 3356 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChB_D0 = 0x0 |
| 3357 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChB_D0 = 0x0 |
| 3358 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChB_D0 = 0x0 |
| 3359 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChB_D0 = 0x0 |
| 3360 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChB_D0 = 0x0 |
| 3361 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChB_D0 = 0x0 |
| 3362 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChB_D0 = 0x0 |
| 3363 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChB_D0 = 0x0 |
| 3364 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChB_D0 = 0x0 |
| 3365 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChB_D0 = 0x0 |
| 3366 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChB_D0 = 0x0 |
| 3367 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChB_D0 = 0x0 |
| 3368 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChB_D0 = 0x0 |
| 3369 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChB_D0 = 0x0 |
| 3370 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChB_D0 = 0x0 |
| 3371 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChB_D0 = 0x0 |
| 3372 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChB_D0 = 0x0 |
| 3373 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChB_D0 = 0x0 |
| 3374 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChB_D0 = 0x0 |
| 3375 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChB_D0 = 0x0 |
| 3376 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChB_D0 = 0x0 |
| 3377 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChB_D0 = 0x0 |
| 3378 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChB_D0 = 0x0 |
| 3379 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChB_D0 = 0x0 |
| 3380 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChB_D0 = 0x0 |
| 3381 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChB_D0 = 0x0 |
| 3382 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChB_D0 = 0x0 |
| 3383 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChB_D0 = 0x0 |
| 3384 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChB_D0 = 0x0 |
| 3385 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChB_D0 = 0x0 |
| 3386 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChB_D0 = 0x0 |
| 3387 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChB_D0 = 0x0 |
| 3388 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChB_D0 = 0x0 |
| 3389 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChB_D0 = 0x0 |
| 3390 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChB_D0 = 0x0 |
| 3391 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChB_D0 = 0x0 |
| 3392 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChB_D0 = 0x0 |
| 3393 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChB_D0 = 0x0 |
| 3394 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChB_D0 = 0x0 |
| 3395 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChB_D0 = 0x0 |
| 3396 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChB_D0 = 0x0 |
| 3397 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChB_D0 = 0x0 |
| 3398 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW00_ChB_D1 = 0x1 |
| 3399 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW01_ChB_D1 = 0x0 |
| 3400 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW02_ChB_D1 = 0x0 |
| 3401 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW03_ChB_D1 = 0x0 |
| 3402 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW04_ChB_D1 = 0x0 |
| 3403 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW05_ChB_D1 = 0x0 |
| 3404 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW06_ChB_D1 = 0x0 |
| 3405 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW07_ChB_D1 = 0x0 |
| 3406 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW08_ChB_D1 = 0x0 |
| 3407 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW09_ChB_D1 = 0x0 |
| 3408 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0A_ChB_D1 = 0x0 |
| 3409 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0B_ChB_D1 = 0x0 |
| 3410 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0C_ChB_D1 = 0x0 |
| 3411 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0D_ChB_D1 = 0x0 |
| 3412 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0E_ChB_D1 = 0x0 |
| 3413 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW0F_ChB_D1 = 0x0 |
| 3414 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW10_ChB_D1 = 0x0 |
| 3415 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW11_ChB_D1 = 0x0 |
| 3416 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW12_ChB_D1 = 0x0 |
| 3417 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW13_ChB_D1 = 0x0 |
| 3418 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW14_ChB_D1 = 0x0 |
| 3419 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW15_ChB_D1 = 0x0 |
| 3420 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW16_ChB_D1 = 0x0 |
| 3421 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW17_ChB_D1 = 0x0 |
| 3422 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW18_ChB_D1 = 0x0 |
| 3423 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW19_ChB_D1 = 0x0 |
| 3424 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1A_ChB_D1 = 0x0 |
| 3425 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1B_ChB_D1 = 0x0 |
| 3426 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1C_ChB_D1 = 0x0 |
| 3427 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1D_ChB_D1 = 0x0 |
| 3428 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1E_ChB_D1 = 0x0 |
| 3429 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW1F_ChB_D1 = 0x0 |
| 3430 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW20_ChB_D1 = 0x0 |
| 3431 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW21_ChB_D1 = 0x0 |
| 3432 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW22_ChB_D1 = 0x0 |
| 3433 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW23_ChB_D1 = 0x0 |
| 3434 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW24_ChB_D1 = 0x0 |
| 3435 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW25_ChB_D1 = 0x0 |
| 3436 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW26_ChB_D1 = 0x0 |
| 3437 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW27_ChB_D1 = 0x0 |
| 3438 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW28_ChB_D1 = 0x0 |
| 3439 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW29_ChB_D1 = 0x0 |
| 3440 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2A_ChB_D1 = 0x0 |
| 3441 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2B_ChB_D1 = 0x0 |
| 3442 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2C_ChB_D1 = 0x0 |
| 3443 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2D_ChB_D1 = 0x0 |
| 3444 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2E_ChB_D1 = 0x0 |
| 3445 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW2F_ChB_D1 = 0x0 |
| 3446 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW30_ChB_D1 = 0x0 |
| 3447 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW31_ChB_D1 = 0x0 |
| 3448 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW32_ChB_D1 = 0x0 |
| 3449 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW33_ChB_D1 = 0x0 |
| 3450 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW34_ChB_D1 = 0x0 |
| 3451 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW35_ChB_D1 = 0x0 |
| 3452 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW36_ChB_D1 = 0x0 |
| 3453 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW37_ChB_D1 = 0x0 |
| 3454 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW38_ChB_D1 = 0x0 |
| 3455 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW39_ChB_D1 = 0x0 |
| 3456 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3A_ChB_D1 = 0x0 |
| 3457 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3B_ChB_D1 = 0x0 |
| 3458 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3C_ChB_D1 = 0x0 |
| 3459 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3D_ChB_D1 = 0x0 |
| 3460 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3E_ChB_D1 = 0x0 |
| 3461 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW3F_ChB_D1 = 0x0 |
| 3462 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW40_ChB_D1 = 0x0 |
| 3463 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW41_ChB_D1 = 0x0 |
| 3464 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW42_ChB_D1 = 0x0 |
| 3465 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW43_ChB_D1 = 0x0 |
| 3466 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW44_ChB_D1 = 0x0 |
| 3467 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW45_ChB_D1 = 0x0 |
| 3468 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW46_ChB_D1 = 0x0 |
| 3469 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW47_ChB_D1 = 0x0 |
| 3470 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW48_ChB_D1 = 0x0 |
| 3471 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW49_ChB_D1 = 0x0 |
| 3472 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4A_ChB_D1 = 0x0 |
| 3473 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4B_ChB_D1 = 0x0 |
| 3474 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4C_ChB_D1 = 0x0 |
| 3475 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4D_ChB_D1 = 0x0 |
| 3476 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4E_ChB_D1 = 0x0 |
| 3477 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW4F_ChB_D1 = 0x0 |
| 3478 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW50_ChB_D1 = 0x0 |
| 3479 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW51_ChB_D1 = 0x0 |
| 3480 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW52_ChB_D1 = 0x0 |
| 3481 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW53_ChB_D1 = 0x0 |
| 3482 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW54_ChB_D1 = 0x0 |
| 3483 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW55_ChB_D1 = 0x0 |
| 3484 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW56_ChB_D1 = 0x0 |
| 3485 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW57_ChB_D1 = 0x0 |
| 3486 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW58_ChB_D1 = 0x0 |
| 3487 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW59_ChB_D1 = 0x0 |
| 3488 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5A_ChB_D1 = 0x0 |
| 3489 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5B_ChB_D1 = 0x0 |
| 3490 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5C_ChB_D1 = 0x0 |
| 3491 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5D_ChB_D1 = 0x0 |
| 3492 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5E_ChB_D1 = 0x0 |
| 3493 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW5F_ChB_D1 = 0x0 |
| 3494 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW60_ChB_D1 = 0x0 |
| 3495 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW61_ChB_D1 = 0x0 |
| 3496 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW62_ChB_D1 = 0x0 |
| 3497 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW63_ChB_D1 = 0x0 |
| 3498 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW64_ChB_D1 = 0x0 |
| 3499 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW65_ChB_D1 = 0x0 |
| 3500 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW66_ChB_D1 = 0x0 |
| 3501 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW67_ChB_D1 = 0x0 |
| 3502 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW68_ChB_D1 = 0x0 |
| 3503 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW69_ChB_D1 = 0x0 |
| 3504 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6A_ChB_D1 = 0x0 |
| 3505 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6B_ChB_D1 = 0x0 |
| 3506 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6C_ChB_D1 = 0x0 |
| 3507 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6D_ChB_D1 = 0x0 |
| 3508 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6E_ChB_D1 = 0x0 |
| 3509 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW6F_ChB_D1 = 0x0 |
| 3510 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW70_ChB_D1 = 0x0 |
| 3511 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW71_ChB_D1 = 0x0 |
| 3512 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW72_ChB_D1 = 0x0 |
| 3513 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW73_ChB_D1 = 0x0 |
| 3514 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW74_ChB_D1 = 0x0 |
| 3515 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW75_ChB_D1 = 0x0 |
| 3516 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW76_ChB_D1 = 0x0 |
| 3517 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW77_ChB_D1 = 0x0 |
| 3518 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW78_ChB_D1 = 0x0 |
| 3519 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW79_ChB_D1 = 0x0 |
| 3520 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7A_ChB_D1 = 0x0 |
| 3521 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7B_ChB_D1 = 0x0 |
| 3522 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7C_ChB_D1 = 0x0 |
| 3523 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7D_ChB_D1 = 0x0 |
| 3524 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7E_ChB_D1 = 0x0 |
| 3525 | //// [phyinit_print_dat] mb_DDR5U_1D[0].RCW7F_ChB_D1 = 0x0 |
| 3526 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW00_ChB_D1 = 0x0 |
| 3527 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW01_ChB_D1 = 0x0 |
| 3528 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW02_ChB_D1 = 0x0 |
| 3529 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW03_ChB_D1 = 0x0 |
| 3530 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW04_ChB_D1 = 0x0 |
| 3531 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW05_ChB_D1 = 0x0 |
| 3532 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW06_ChB_D1 = 0x0 |
| 3533 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW07_ChB_D1 = 0x0 |
| 3534 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW08_ChB_D1 = 0x0 |
| 3535 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW09_ChB_D1 = 0x0 |
| 3536 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0A_ChB_D1 = 0x0 |
| 3537 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0B_ChB_D1 = 0x0 |
| 3538 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0C_ChB_D1 = 0x0 |
| 3539 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0D_ChB_D1 = 0x0 |
| 3540 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0E_ChB_D1 = 0x0 |
| 3541 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW0F_ChB_D1 = 0x0 |
| 3542 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW10_ChB_D1 = 0x0 |
| 3543 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW11_ChB_D1 = 0x0 |
| 3544 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW12_ChB_D1 = 0x0 |
| 3545 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW13_ChB_D1 = 0x0 |
| 3546 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW14_ChB_D1 = 0x0 |
| 3547 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW15_ChB_D1 = 0x0 |
| 3548 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW16_ChB_D1 = 0x0 |
| 3549 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW17_ChB_D1 = 0x0 |
| 3550 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW18_ChB_D1 = 0x0 |
| 3551 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW19_ChB_D1 = 0x0 |
| 3552 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1A_ChB_D1 = 0x0 |
| 3553 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1B_ChB_D1 = 0x0 |
| 3554 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1C_ChB_D1 = 0x0 |
| 3555 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1D_ChB_D1 = 0x0 |
| 3556 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1E_ChB_D1 = 0x0 |
| 3557 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW1F_ChB_D1 = 0x0 |
| 3558 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW20_ChB_D1 = 0x0 |
| 3559 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW21_ChB_D1 = 0x0 |
| 3560 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW22_ChB_D1 = 0x0 |
| 3561 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW23_ChB_D1 = 0x0 |
| 3562 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW24_ChB_D1 = 0x0 |
| 3563 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW25_ChB_D1 = 0x0 |
| 3564 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW26_ChB_D1 = 0x0 |
| 3565 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW27_ChB_D1 = 0x0 |
| 3566 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW28_ChB_D1 = 0x0 |
| 3567 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW29_ChB_D1 = 0x0 |
| 3568 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2A_ChB_D1 = 0x0 |
| 3569 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2B_ChB_D1 = 0x0 |
| 3570 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2C_ChB_D1 = 0x0 |
| 3571 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2D_ChB_D1 = 0x0 |
| 3572 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2E_ChB_D1 = 0x0 |
| 3573 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW2F_ChB_D1 = 0x0 |
| 3574 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW30_ChB_D1 = 0x0 |
| 3575 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW31_ChB_D1 = 0x0 |
| 3576 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW32_ChB_D1 = 0x0 |
| 3577 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW33_ChB_D1 = 0x0 |
| 3578 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW34_ChB_D1 = 0x0 |
| 3579 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW35_ChB_D1 = 0x0 |
| 3580 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW36_ChB_D1 = 0x0 |
| 3581 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW37_ChB_D1 = 0x0 |
| 3582 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW38_ChB_D1 = 0x0 |
| 3583 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW39_ChB_D1 = 0x0 |
| 3584 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3A_ChB_D1 = 0x0 |
| 3585 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3B_ChB_D1 = 0x0 |
| 3586 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3C_ChB_D1 = 0x0 |
| 3587 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3D_ChB_D1 = 0x0 |
| 3588 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3E_ChB_D1 = 0x0 |
| 3589 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW3F_ChB_D1 = 0x0 |
| 3590 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW40_ChB_D1 = 0x0 |
| 3591 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW41_ChB_D1 = 0x0 |
| 3592 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW42_ChB_D1 = 0x0 |
| 3593 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW43_ChB_D1 = 0x0 |
| 3594 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW44_ChB_D1 = 0x0 |
| 3595 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW45_ChB_D1 = 0x0 |
| 3596 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW46_ChB_D1 = 0x0 |
| 3597 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW47_ChB_D1 = 0x0 |
| 3598 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW48_ChB_D1 = 0x0 |
| 3599 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW49_ChB_D1 = 0x0 |
| 3600 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4A_ChB_D1 = 0x0 |
| 3601 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4B_ChB_D1 = 0x0 |
| 3602 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4C_ChB_D1 = 0x0 |
| 3603 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4D_ChB_D1 = 0x0 |
| 3604 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4E_ChB_D1 = 0x0 |
| 3605 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW4F_ChB_D1 = 0x0 |
| 3606 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW50_ChB_D1 = 0x0 |
| 3607 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW51_ChB_D1 = 0x0 |
| 3608 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW52_ChB_D1 = 0x0 |
| 3609 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW53_ChB_D1 = 0x0 |
| 3610 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW54_ChB_D1 = 0x0 |
| 3611 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW55_ChB_D1 = 0x0 |
| 3612 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW56_ChB_D1 = 0x0 |
| 3613 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW57_ChB_D1 = 0x0 |
| 3614 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW58_ChB_D1 = 0x0 |
| 3615 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW59_ChB_D1 = 0x0 |
| 3616 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5A_ChB_D1 = 0x0 |
| 3617 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5B_ChB_D1 = 0x0 |
| 3618 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5C_ChB_D1 = 0x0 |
| 3619 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5D_ChB_D1 = 0x0 |
| 3620 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5E_ChB_D1 = 0x0 |
| 3621 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW5F_ChB_D1 = 0x0 |
| 3622 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW60_ChB_D1 = 0x0 |
| 3623 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW61_ChB_D1 = 0x0 |
| 3624 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW62_ChB_D1 = 0x0 |
| 3625 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW63_ChB_D1 = 0x0 |
| 3626 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW64_ChB_D1 = 0x0 |
| 3627 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW65_ChB_D1 = 0x0 |
| 3628 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW66_ChB_D1 = 0x0 |
| 3629 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW67_ChB_D1 = 0x0 |
| 3630 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW68_ChB_D1 = 0x0 |
| 3631 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW69_ChB_D1 = 0x0 |
| 3632 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6A_ChB_D1 = 0x0 |
| 3633 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6B_ChB_D1 = 0x0 |
| 3634 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6C_ChB_D1 = 0x0 |
| 3635 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6D_ChB_D1 = 0x0 |
| 3636 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6E_ChB_D1 = 0x0 |
| 3637 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW6F_ChB_D1 = 0x0 |
| 3638 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW70_ChB_D1 = 0x0 |
| 3639 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW71_ChB_D1 = 0x0 |
| 3640 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW72_ChB_D1 = 0x0 |
| 3641 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW73_ChB_D1 = 0x0 |
| 3642 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW74_ChB_D1 = 0x0 |
| 3643 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW75_ChB_D1 = 0x0 |
| 3644 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW76_ChB_D1 = 0x0 |
| 3645 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW77_ChB_D1 = 0x0 |
| 3646 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW78_ChB_D1 = 0x0 |
| 3647 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW79_ChB_D1 = 0x0 |
| 3648 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7A_ChB_D1 = 0x0 |
| 3649 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7B_ChB_D1 = 0x0 |
| 3650 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7C_ChB_D1 = 0x0 |
| 3651 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7D_ChB_D1 = 0x0 |
| 3652 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7E_ChB_D1 = 0x0 |
| 3653 | //// [phyinit_print_dat] mb_DDR5U_1D[0].BCW7F_ChB_D1 = 0x0 |
| 3654 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib0 = 0x17 |
| 3655 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib1 = 0x17 |
| 3656 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib2 = 0x17 |
| 3657 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib3 = 0x17 |
| 3658 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib4 = 0x17 |
| 3659 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib5 = 0x17 |
| 3660 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib6 = 0x17 |
| 3661 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib7 = 0x17 |
| 3662 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib8 = 0x17 |
| 3663 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib9 = 0x17 |
| 3664 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib10 = 0x17 |
| 3665 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib11 = 0x17 |
| 3666 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib12 = 0x17 |
| 3667 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib13 = 0x17 |
| 3668 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib14 = 0x17 |
| 3669 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib15 = 0x17 |
| 3670 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib16 = 0x17 |
| 3671 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib17 = 0x17 |
| 3672 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib18 = 0x17 |
| 3673 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR0Nib19 = 0x17 |
| 3674 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib0 = 0x17 |
| 3675 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib1 = 0x17 |
| 3676 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib2 = 0x17 |
| 3677 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib3 = 0x17 |
| 3678 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib4 = 0x17 |
| 3679 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib5 = 0x17 |
| 3680 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib6 = 0x17 |
| 3681 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib7 = 0x17 |
| 3682 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib8 = 0x17 |
| 3683 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib9 = 0x17 |
| 3684 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib10 = 0x17 |
| 3685 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib11 = 0x17 |
| 3686 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib12 = 0x17 |
| 3687 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib13 = 0x17 |
| 3688 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib14 = 0x17 |
| 3689 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib15 = 0x17 |
| 3690 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib16 = 0x17 |
| 3691 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib17 = 0x17 |
| 3692 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib18 = 0x17 |
| 3693 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR1Nib19 = 0x17 |
| 3694 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib0 = 0x17 |
| 3695 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib1 = 0x17 |
| 3696 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib2 = 0x17 |
| 3697 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib3 = 0x17 |
| 3698 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib4 = 0x17 |
| 3699 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib5 = 0x17 |
| 3700 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib6 = 0x17 |
| 3701 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib7 = 0x17 |
| 3702 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib8 = 0x17 |
| 3703 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib9 = 0x17 |
| 3704 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib10 = 0x17 |
| 3705 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib11 = 0x17 |
| 3706 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib12 = 0x17 |
| 3707 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib13 = 0x17 |
| 3708 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib14 = 0x17 |
| 3709 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib15 = 0x17 |
| 3710 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib16 = 0x17 |
| 3711 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib17 = 0x17 |
| 3712 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib18 = 0x17 |
| 3713 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR2Nib19 = 0x17 |
| 3714 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib0 = 0x17 |
| 3715 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib1 = 0x17 |
| 3716 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib2 = 0x17 |
| 3717 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib3 = 0x17 |
| 3718 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib4 = 0x17 |
| 3719 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib5 = 0x17 |
| 3720 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib6 = 0x17 |
| 3721 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib7 = 0x17 |
| 3722 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib8 = 0x17 |
| 3723 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib9 = 0x17 |
| 3724 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib10 = 0x17 |
| 3725 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib11 = 0x17 |
| 3726 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib12 = 0x17 |
| 3727 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib13 = 0x17 |
| 3728 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib14 = 0x17 |
| 3729 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib15 = 0x17 |
| 3730 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib16 = 0x17 |
| 3731 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib17 = 0x17 |
| 3732 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib18 = 0x17 |
| 3733 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefDqR3Nib19 = 0x17 |
| 3734 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib0 = 0x0 |
| 3735 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib1 = 0x0 |
| 3736 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib2 = 0x0 |
| 3737 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib3 = 0x0 |
| 3738 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib4 = 0x0 |
| 3739 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib5 = 0x0 |
| 3740 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib6 = 0x0 |
| 3741 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib7 = 0x0 |
| 3742 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib8 = 0x0 |
| 3743 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib9 = 0x0 |
| 3744 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib10 = 0x0 |
| 3745 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib11 = 0x0 |
| 3746 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib12 = 0x0 |
| 3747 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib13 = 0x0 |
| 3748 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib14 = 0x0 |
| 3749 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib15 = 0x0 |
| 3750 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib16 = 0x0 |
| 3751 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib17 = 0x0 |
| 3752 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib18 = 0x0 |
| 3753 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R0Nib19 = 0x0 |
| 3754 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib0 = 0x0 |
| 3755 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib1 = 0x0 |
| 3756 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib2 = 0x0 |
| 3757 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib3 = 0x0 |
| 3758 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib4 = 0x0 |
| 3759 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib5 = 0x0 |
| 3760 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib6 = 0x0 |
| 3761 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib7 = 0x0 |
| 3762 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib8 = 0x0 |
| 3763 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib9 = 0x0 |
| 3764 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib10 = 0x0 |
| 3765 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib11 = 0x0 |
| 3766 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib12 = 0x0 |
| 3767 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib13 = 0x0 |
| 3768 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib14 = 0x0 |
| 3769 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib15 = 0x0 |
| 3770 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib16 = 0x0 |
| 3771 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib17 = 0x0 |
| 3772 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib18 = 0x0 |
| 3773 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R1Nib19 = 0x0 |
| 3774 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib0 = 0x0 |
| 3775 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib1 = 0x0 |
| 3776 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib2 = 0x0 |
| 3777 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib3 = 0x0 |
| 3778 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib4 = 0x0 |
| 3779 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib5 = 0x0 |
| 3780 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib6 = 0x0 |
| 3781 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib7 = 0x0 |
| 3782 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib8 = 0x0 |
| 3783 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib9 = 0x0 |
| 3784 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib10 = 0x0 |
| 3785 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib11 = 0x0 |
| 3786 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib12 = 0x0 |
| 3787 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib13 = 0x0 |
| 3788 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib14 = 0x0 |
| 3789 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib15 = 0x0 |
| 3790 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib16 = 0x0 |
| 3791 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib17 = 0x0 |
| 3792 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib18 = 0x0 |
| 3793 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R2Nib19 = 0x0 |
| 3794 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib0 = 0x0 |
| 3795 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib1 = 0x0 |
| 3796 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib2 = 0x0 |
| 3797 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib3 = 0x0 |
| 3798 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib4 = 0x0 |
| 3799 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib5 = 0x0 |
| 3800 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib6 = 0x0 |
| 3801 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib7 = 0x0 |
| 3802 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib8 = 0x0 |
| 3803 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib9 = 0x0 |
| 3804 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib10 = 0x0 |
| 3805 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib11 = 0x0 |
| 3806 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib12 = 0x0 |
| 3807 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib13 = 0x0 |
| 3808 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib14 = 0x0 |
| 3809 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib15 = 0x0 |
| 3810 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib16 = 0x0 |
| 3811 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib17 = 0x0 |
| 3812 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib18 = 0x0 |
| 3813 | //// [phyinit_print_dat] mb_DDR5U_1D[0].MR3R3Nib19 = 0x0 |
| 3814 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib0 = 0x0 |
| 3815 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib1 = 0x0 |
| 3816 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib2 = 0x0 |
| 3817 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib3 = 0x0 |
| 3818 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib4 = 0x0 |
| 3819 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib5 = 0x0 |
| 3820 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib6 = 0x0 |
| 3821 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib7 = 0x0 |
| 3822 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib8 = 0x0 |
| 3823 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib9 = 0x0 |
| 3824 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib10 = 0x0 |
| 3825 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib11 = 0x0 |
| 3826 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib12 = 0x0 |
| 3827 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib13 = 0x0 |
| 3828 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib14 = 0x0 |
| 3829 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib15 = 0x0 |
| 3830 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib16 = 0x0 |
| 3831 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib17 = 0x0 |
| 3832 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib18 = 0x0 |
| 3833 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR0Nib19 = 0x0 |
| 3834 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib0 = 0x0 |
| 3835 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib1 = 0x0 |
| 3836 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib2 = 0x0 |
| 3837 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib3 = 0x0 |
| 3838 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib4 = 0x0 |
| 3839 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib5 = 0x0 |
| 3840 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib6 = 0x0 |
| 3841 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib7 = 0x0 |
| 3842 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib8 = 0x0 |
| 3843 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib9 = 0x0 |
| 3844 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib10 = 0x0 |
| 3845 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib11 = 0x0 |
| 3846 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib12 = 0x0 |
| 3847 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib13 = 0x0 |
| 3848 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib14 = 0x0 |
| 3849 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib15 = 0x0 |
| 3850 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib16 = 0x0 |
| 3851 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib17 = 0x0 |
| 3852 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib18 = 0x0 |
| 3853 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR1Nib19 = 0x0 |
| 3854 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib0 = 0x0 |
| 3855 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib1 = 0x0 |
| 3856 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib2 = 0x0 |
| 3857 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib3 = 0x0 |
| 3858 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib4 = 0x0 |
| 3859 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib5 = 0x0 |
| 3860 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib6 = 0x0 |
| 3861 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib7 = 0x0 |
| 3862 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib8 = 0x0 |
| 3863 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib9 = 0x0 |
| 3864 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib10 = 0x0 |
| 3865 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib11 = 0x0 |
| 3866 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib12 = 0x0 |
| 3867 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib13 = 0x0 |
| 3868 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib14 = 0x0 |
| 3869 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib15 = 0x0 |
| 3870 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib16 = 0x0 |
| 3871 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib17 = 0x0 |
| 3872 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib18 = 0x0 |
| 3873 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR2Nib19 = 0x0 |
| 3874 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib0 = 0x0 |
| 3875 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib1 = 0x0 |
| 3876 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib2 = 0x0 |
| 3877 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib3 = 0x0 |
| 3878 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib4 = 0x0 |
| 3879 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib5 = 0x0 |
| 3880 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib6 = 0x0 |
| 3881 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib7 = 0x0 |
| 3882 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib8 = 0x0 |
| 3883 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib9 = 0x0 |
| 3884 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib10 = 0x0 |
| 3885 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib11 = 0x0 |
| 3886 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib12 = 0x0 |
| 3887 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib13 = 0x0 |
| 3888 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib14 = 0x0 |
| 3889 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib15 = 0x0 |
| 3890 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib16 = 0x0 |
| 3891 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib17 = 0x0 |
| 3892 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib18 = 0x0 |
| 3893 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCSR3Nib19 = 0x0 |
| 3894 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib0 = 0x0 |
| 3895 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib1 = 0x0 |
| 3896 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib2 = 0x0 |
| 3897 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib3 = 0x0 |
| 3898 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib4 = 0x0 |
| 3899 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib5 = 0x0 |
| 3900 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib6 = 0x0 |
| 3901 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib7 = 0x0 |
| 3902 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib8 = 0x0 |
| 3903 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib9 = 0x0 |
| 3904 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib10 = 0x0 |
| 3905 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib11 = 0x0 |
| 3906 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib12 = 0x0 |
| 3907 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib13 = 0x0 |
| 3908 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib14 = 0x0 |
| 3909 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib15 = 0x0 |
| 3910 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib16 = 0x0 |
| 3911 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib17 = 0x0 |
| 3912 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib18 = 0x0 |
| 3913 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR0Nib19 = 0x0 |
| 3914 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib0 = 0x0 |
| 3915 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib1 = 0x0 |
| 3916 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib2 = 0x0 |
| 3917 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib3 = 0x0 |
| 3918 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib4 = 0x0 |
| 3919 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib5 = 0x0 |
| 3920 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib6 = 0x0 |
| 3921 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib7 = 0x0 |
| 3922 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib8 = 0x0 |
| 3923 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib9 = 0x0 |
| 3924 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib10 = 0x0 |
| 3925 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib11 = 0x0 |
| 3926 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib12 = 0x0 |
| 3927 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib13 = 0x0 |
| 3928 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib14 = 0x0 |
| 3929 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib15 = 0x0 |
| 3930 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib16 = 0x0 |
| 3931 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib17 = 0x0 |
| 3932 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib18 = 0x0 |
| 3933 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR1Nib19 = 0x0 |
| 3934 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib0 = 0x0 |
| 3935 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib1 = 0x0 |
| 3936 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib2 = 0x0 |
| 3937 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib3 = 0x0 |
| 3938 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib4 = 0x0 |
| 3939 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib5 = 0x0 |
| 3940 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib6 = 0x0 |
| 3941 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib7 = 0x0 |
| 3942 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib8 = 0x0 |
| 3943 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib9 = 0x0 |
| 3944 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib10 = 0x0 |
| 3945 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib11 = 0x0 |
| 3946 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib12 = 0x0 |
| 3947 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib13 = 0x0 |
| 3948 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib14 = 0x0 |
| 3949 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib15 = 0x0 |
| 3950 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib16 = 0x0 |
| 3951 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib17 = 0x0 |
| 3952 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib18 = 0x0 |
| 3953 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR2Nib19 = 0x0 |
| 3954 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib0 = 0x0 |
| 3955 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib1 = 0x0 |
| 3956 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib2 = 0x0 |
| 3957 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib3 = 0x0 |
| 3958 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib4 = 0x0 |
| 3959 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib5 = 0x0 |
| 3960 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib6 = 0x0 |
| 3961 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib7 = 0x0 |
| 3962 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib8 = 0x0 |
| 3963 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib9 = 0x0 |
| 3964 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib10 = 0x0 |
| 3965 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib11 = 0x0 |
| 3966 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib12 = 0x0 |
| 3967 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib13 = 0x0 |
| 3968 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib14 = 0x0 |
| 3969 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib15 = 0x0 |
| 3970 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib16 = 0x0 |
| 3971 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib17 = 0x0 |
| 3972 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib18 = 0x0 |
| 3973 | //// [phyinit_print_dat] mb_DDR5U_1D[0].VrefCAR3Nib19 = 0x0 |
| 3974 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR0 = 0x0 |
| 3975 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR0 = 0x0 |
| 3976 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR0 = 0x0 |
| 3977 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR0 = 0x0 |
| 3978 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR0 = 0x0 |
| 3979 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR0 = 0x0 |
| 3980 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR0 = 0x0 |
| 3981 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR0 = 0x0 |
| 3982 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR0 = 0x0 |
| 3983 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR0 = 0x0 |
| 3984 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR1 = 0x0 |
| 3985 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR1 = 0x0 |
| 3986 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR1 = 0x0 |
| 3987 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR1 = 0x0 |
| 3988 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR1 = 0x0 |
| 3989 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR1 = 0x0 |
| 3990 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR1 = 0x0 |
| 3991 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR1 = 0x0 |
| 3992 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR1 = 0x0 |
| 3993 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR1 = 0x0 |
| 3994 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR2 = 0x0 |
| 3995 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR2 = 0x0 |
| 3996 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR2 = 0x0 |
| 3997 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR2 = 0x0 |
| 3998 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR2 = 0x0 |
| 3999 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR2 = 0x0 |
| 4000 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR2 = 0x0 |
| 4001 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR2 = 0x0 |
| 4002 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR2 = 0x0 |
| 4003 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR2 = 0x0 |
| 4004 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB0LaneR3 = 0x0 |
| 4005 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB1LaneR3 = 0x0 |
| 4006 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB2LaneR3 = 0x0 |
| 4007 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB3LaneR3 = 0x0 |
| 4008 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB4LaneR3 = 0x0 |
| 4009 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB5LaneR3 = 0x0 |
| 4010 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB6LaneR3 = 0x0 |
| 4011 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB7LaneR3 = 0x0 |
| 4012 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB8LaneR3 = 0x0 |
| 4013 | //// [phyinit_print_dat] mb_DDR5U_1D[0].DisabledDB9LaneR3 = 0x0 |
| 4014 | |
| 4015 | ////############################################################## |
| 4016 | //// |
| 4017 | //// Step (A) : Bring up VDD, VDDQ, and VAA |
| 4018 | //// |
| 4019 | //// The power supplies can come up and stabilize in any order. |
| 4020 | //// While the power supplies are coming up, all outputs will be unknown and |
| 4021 | //// the values of the inputs are don't cares. |
| 4022 | //// |
| 4023 | ////############################################################## |
| 4024 | |
| 4025 | dwc_ddrphy_phyinit_userCustom_A_bringupPower(); |
| 4026 | |
| 4027 | //[dwc_ddrphy_phyinit_userCustom_A_bringupPower] End of dwc_ddrphy_phyinit_userCustom_A_bringupPower() |
| 4028 | // |
| 4029 | // |
| 4030 | ////############################################################## |
| 4031 | //// |
| 4032 | //// 4.3.2(B) Start Clocks and Reset the PHY |
| 4033 | //// |
| 4034 | //// Following is one possbile sequence to reset the PHY. Other sequences are also possible. |
| 4035 | //// See section 5.2.2 of the PUB for other possible reset sequences. |
| 4036 | //// |
| 4037 | //// 1. Drive PwrOkIn to 0. Note: Reset, DfiClk, and APBCLK can be X. |
| 4038 | //// 2. Start DfiClk and APBCLK |
| 4039 | //// 3. Drive Reset to 1 and PRESETn_APB to 0. |
| 4040 | //// Note: The combination of PwrOkIn=0 and Reset=1 signals a cold reset to the PHY. |
| 4041 | //// 4. Wait a minimum of 8 cycles. |
| 4042 | //// 5. Drive PwrOkIn to 1. Once the PwrOkIn is asserted (and Reset is still asserted), |
| 4043 | //// DfiClk synchronously switches to any legal input frequency. |
| 4044 | //// 6. Wait a minimum of 64 cycles. Note: This is the reset period for the PHY. |
| 4045 | //// 7. Drive Reset to 0. Note: All DFI and APB inputs must be driven at valid reset states before the deassertion of Reset. |
| 4046 | //// 8. Wait a minimum of 1 Cycle. |
| 4047 | //// 9. Drive PRESETn_APB to 1 to de-assert reset on the ABP bus. |
| 4048 | ////10. The PHY is now in the reset state and is ready to accept APB transactions. |
| 4049 | //// |
| 4050 | ////############################################################## |
| 4051 | // |
| 4052 | // |
| 4053 | dwc_ddrphy_phyinit_userCustom_B_startClockResetPhy(sdrammc); |
| 4054 | |
| 4055 | //// [dwc_ddrphy_phyinit_userCustom_B_startClockResetPhy] End of dwc_ddrphy_phyinit_userCustom_B_startClockResetPhy() |
| 4056 | // |
| 4057 | |
| 4058 | ////############################################################## |
| 4059 | //// |
| 4060 | //// Step (C) Initialize PHY Configuration |
| 4061 | //// |
| 4062 | //// Load the required PHY configuration registers for the appropriate mode and memory configuration |
| 4063 | //// |
| 4064 | ////############################################################## |
| 4065 | // |
| 4066 | |
| 4067 | //// [phyinit_C_initPhyConfig] Start of dwc_ddrphy_phyinit_C_initPhyConfig() |
| 4068 | //// [phyinit_C_initPhyConfig] Programming ForceClkGaterEnables::ForcePubDxClkEnLow to 0x1 |
| 4069 | dwc_ddrphy_apb_wr(0x200a6, 0x2); // DWC_DDRPHYA_MASTER0_base0_ForceClkGaterEnables |
| 4070 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x0 for MASTER |
| 4071 | dwc_ddrphy_apb_wr(0x20066, 0x0); // DWC_DDRPHYA_MASTER0_base0_VREGCtrl3 |
| 4072 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x0 for all DBYTEs |
| 4073 | dwc_ddrphy_apb_wr(0x10066, 0x0); // DWC_DDRPHYA_DBYTE0_base0_VREGCtrl3 |
| 4074 | dwc_ddrphy_apb_wr(0x11066, 0x0); // DWC_DDRPHYA_DBYTE1_base0_VREGCtrl3 |
| 4075 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x0 for all ANIBs |
| 4076 | dwc_ddrphy_apb_wr(0x66, 0x0); // DWC_DDRPHYA_ANIB0_base0_VREGCtrl3 |
| 4077 | dwc_ddrphy_apb_wr(0x1066, 0x0); // DWC_DDRPHYA_ANIB1_base0_VREGCtrl3 |
| 4078 | dwc_ddrphy_apb_wr(0x2066, 0x0); // DWC_DDRPHYA_ANIB2_base0_VREGCtrl3 |
| 4079 | dwc_ddrphy_apb_wr(0x3066, 0x0); // DWC_DDRPHYA_ANIB3_base0_VREGCtrl3 |
| 4080 | dwc_ddrphy_apb_wr(0x4066, 0x0); // DWC_DDRPHYA_ANIB4_base0_VREGCtrl3 |
| 4081 | dwc_ddrphy_apb_wr(0x5066, 0x0); // DWC_DDRPHYA_ANIB5_base0_VREGCtrl3 |
| 4082 | dwc_ddrphy_apb_wr(0x6066, 0x0); // DWC_DDRPHYA_ANIB6_base0_VREGCtrl3 |
| 4083 | dwc_ddrphy_apb_wr(0x7066, 0x0); // DWC_DDRPHYA_ANIB7_base0_VREGCtrl3 |
| 4084 | dwc_ddrphy_apb_wr(0x8066, 0x0); // DWC_DDRPHYA_ANIB8_base0_VREGCtrl3 |
| 4085 | dwc_ddrphy_apb_wr(0x9066, 0x0); // DWC_DDRPHYA_ANIB9_base0_VREGCtrl3 |
| 4086 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl1::VshDAC to 0x16 for MASTER |
| 4087 | dwc_ddrphy_apb_wr(0x20029, 0x58); // DWC_DDRPHYA_MASTER0_base0_VREGCtrl1_p0 |
| 4088 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl1::VshDAC to 0x16 for all DBYTEs |
| 4089 | dwc_ddrphy_apb_wr(0x10029, 0x58); // DWC_DDRPHYA_DBYTE0_base0_VREGCtrl1_p0 |
| 4090 | dwc_ddrphy_apb_wr(0x11029, 0x58); // DWC_DDRPHYA_DBYTE1_base0_VREGCtrl1_p0 |
| 4091 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl1::VshDAC to 0x16 for all ANIBs |
| 4092 | dwc_ddrphy_apb_wr(0x29, 0x58); // DWC_DDRPHYA_ANIB0_base0_VREGCtrl1_p0 |
| 4093 | dwc_ddrphy_apb_wr(0x1029, 0x58); // DWC_DDRPHYA_ANIB1_base0_VREGCtrl1_p0 |
| 4094 | dwc_ddrphy_apb_wr(0x2029, 0x58); // DWC_DDRPHYA_ANIB2_base0_VREGCtrl1_p0 |
| 4095 | dwc_ddrphy_apb_wr(0x3029, 0x58); // DWC_DDRPHYA_ANIB3_base0_VREGCtrl1_p0 |
| 4096 | dwc_ddrphy_apb_wr(0x4029, 0x58); // DWC_DDRPHYA_ANIB4_base0_VREGCtrl1_p0 |
| 4097 | dwc_ddrphy_apb_wr(0x5029, 0x58); // DWC_DDRPHYA_ANIB5_base0_VREGCtrl1_p0 |
| 4098 | dwc_ddrphy_apb_wr(0x6029, 0x58); // DWC_DDRPHYA_ANIB6_base0_VREGCtrl1_p0 |
| 4099 | dwc_ddrphy_apb_wr(0x7029, 0x58); // DWC_DDRPHYA_ANIB7_base0_VREGCtrl1_p0 |
| 4100 | dwc_ddrphy_apb_wr(0x8029, 0x58); // DWC_DDRPHYA_ANIB8_base0_VREGCtrl1_p0 |
| 4101 | dwc_ddrphy_apb_wr(0x9029, 0x58); // DWC_DDRPHYA_ANIB9_base0_VREGCtrl1_p0 |
| 4102 | dwc_ddrphy_apb_wr(0x90301, 0x59); // DWC_DDRPHYA_INITENG0_base0_Seq0BGPR1_p0 |
| 4103 | dwc_ddrphy_apb_wr(0x90302, 0x58); // DWC_DDRPHYA_INITENG0_base0_Seq0BGPR2_p0 |
| 4104 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxSlewRate::CsrTxSrc to 0x0 |
| 4105 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxSlewRate::TxPreDrvMode to 0x0 |
| 4106 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxSlewRate to 0x0 |
| 4107 | //// [phyinit_C_initPhyConfig] ### NOTE ### Optimal setting for TxSlewRate::CsrTxSrc are technology specific. |
| 4108 | //// [phyinit_C_initPhyConfig] ### NOTE ### Please consult the "Output Slew Rate" section of HSpice Model App Note in specific technology for recommended settings |
| 4109 | |
| 4110 | dwc_ddrphy_apb_wr(0x1005f, 0x0); // DWC_DDRPHYA_DBYTE0_base0_TxSlewRate_b0_p0 |
| 4111 | dwc_ddrphy_apb_wr(0x1015f, 0x0); // DWC_DDRPHYA_DBYTE0_base0_TxSlewRate_b1_p0 |
| 4112 | dwc_ddrphy_apb_wr(0x1105f, 0x0); // DWC_DDRPHYA_DBYTE1_base0_TxSlewRate_b0_p0 |
| 4113 | dwc_ddrphy_apb_wr(0x1115f, 0x0); // DWC_DDRPHYA_DBYTE1_base0_TxSlewRate_b1_p0 |
| 4114 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::ATxPreDrvMode to 0x0 |
| 4115 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 0 to 0x1be |
| 4116 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 0 to 0x1be |
| 4117 | dwc_ddrphy_apb_wr(0x55, 0x1be); // DWC_DDRPHYA_ANIB0_base0_ATxSlewRate_p0 |
| 4118 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 1 to 0x1be |
| 4119 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 1 to 0x1be |
| 4120 | dwc_ddrphy_apb_wr(0x1055, 0x1be); // DWC_DDRPHYA_ANIB1_base0_ATxSlewRate_p0 |
| 4121 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 2 to 0x1be |
| 4122 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 2 to 0x1be |
| 4123 | dwc_ddrphy_apb_wr(0x2055, 0x1be); // DWC_DDRPHYA_ANIB2_base0_ATxSlewRate_p0 |
| 4124 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 3 to 0x1be |
| 4125 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 3 to 0x1be |
| 4126 | dwc_ddrphy_apb_wr(0x3055, 0x1be); // DWC_DDRPHYA_ANIB3_base0_ATxSlewRate_p0 |
| 4127 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 4 to 0x1be |
| 4128 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 4 to 0x1be |
| 4129 | dwc_ddrphy_apb_wr(0x4055, 0x1be); // DWC_DDRPHYA_ANIB4_base0_ATxSlewRate_p0 |
| 4130 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 5 to 0x0 |
| 4131 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 5 to 0x0 |
| 4132 | dwc_ddrphy_apb_wr(0x5055, 0x0); // DWC_DDRPHYA_ANIB5_base0_ATxSlewRate_p0 |
| 4133 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 6 to 0x1be |
| 4134 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 6 to 0x1be |
| 4135 | dwc_ddrphy_apb_wr(0x6055, 0x1be); // DWC_DDRPHYA_ANIB6_base0_ATxSlewRate_p0 |
| 4136 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 7 to 0x1be |
| 4137 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 7 to 0x1be |
| 4138 | dwc_ddrphy_apb_wr(0x7055, 0x1be); // DWC_DDRPHYA_ANIB7_base0_ATxSlewRate_p0 |
| 4139 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 8 to 0x1be |
| 4140 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 8 to 0x1be |
| 4141 | dwc_ddrphy_apb_wr(0x8055, 0x1be); // DWC_DDRPHYA_ANIB8_base0_ATxSlewRate_p0 |
| 4142 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate::CsrATxSrc ANIB 9 to 0x1be |
| 4143 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxSlewRate ANIB 9 to 0x1be |
| 4144 | dwc_ddrphy_apb_wr(0x9055, 0x1be); // DWC_DDRPHYA_ANIB9_base0_ATxSlewRate_p0 |
| 4145 | //// [phyinit_C_initPhyConfig] ### NOTE ### Optimal setting for ATxSlewRate::CsrATxSrc are technology specific. |
| 4146 | //// [phyinit_C_initPhyConfig] ### NOTE ### Please consult the "Output Slew Rate" section of HSpice Model App Note in specific technology for recommended settings |
| 4147 | |
| 4148 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming CalPreDriverOverride::CsrTxOvSrc to 0x0 |
| 4149 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming CalPreDriverOverride::TxCalBaseN to 0x1 |
| 4150 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming CalPreDriverOverride::TxCalBaseP to 0x1 |
| 4151 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming CalPreDriverOverride to 0x300 |
| 4152 | //// [phyinit_C_initPhyConfig] ### NOTE ### Optimal setting for CalPreDriverOverride::CsrTxOvSrc are technology specific. |
| 4153 | //// [phyinit_C_initPhyConfig] ### NOTE ### Please consult the "Output Slew Rate" section of HSpice Model App Note in specific technology for recommended settings |
| 4154 | |
| 4155 | dwc_ddrphy_apb_wr(0x2008c, 0x300); // DWC_DDRPHYA_MASTER0_base0_CalPreDriverOverride |
| 4156 | //// [phyinit_C_initPhyConfig] PUB revision is 0x0350. |
| 4157 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllCtrl2::PllFreqSel to 0x19 based on DfiClk frequency = 800. |
| 4158 | dwc_ddrphy_apb_wr(0x200c5, 0x19); // DWC_DDRPHYA_MASTER0_base0_PllCtrl2_p0 |
| 4159 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllCtrl1::PllCpPropCtrl to 0x3 based on DfiClk frequency = 800. |
| 4160 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllCtrl1::PllCpIntCtrl to 0x1 based on DfiClk frequency = 800. |
| 4161 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllCtrl1 to 0x61 based on DfiClk frequency = 800. |
| 4162 | dwc_ddrphy_apb_wr(0x200c7, 0x21); // DWC_DDRPHYA_MASTER0_base0_PllCtrl1_p0 |
| 4163 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllTestMode to 0x400f based on DfiClk frequency = 800. |
| 4164 | dwc_ddrphy_apb_wr(0x200ca, 0x402f); // DWC_DDRPHYA_MASTER0_base0_PllTestMode_p0 |
| 4165 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllCtrl4::PllCpPropGsCtrl to 0x6 based on DfiClk frequency = 800. |
| 4166 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllCtrl4::PllCpIntGsCtrl to 0x12 based on DfiClk frequency = 800. |
| 4167 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming PllCtrl4 to 0xd2 based on DfiClk frequency = 800. |
| 4168 | dwc_ddrphy_apb_wr(0x200cc, 0x17f); // DWC_DDRPHYA_MASTER0_base0_PllCtrl4_p0 |
| 4169 | //// [phyinit_C_initPhyConfig] ### NOTE ### Optimal setting for PllCtrl1 and PllTestMode are technology specific. |
| 4170 | //// [phyinit_C_initPhyConfig] ### NOTE ### Please consult technology specific PHY Databook for recommended settings |
| 4171 | |
| 4172 | // |
| 4173 | ////############################################################## |
| 4174 | //// |
| 4175 | //// Program ARdPtrInitVal based on Frequency and PLL Bypass inputs |
| 4176 | //// The values programmed here assume ideal properties of DfiClk |
| 4177 | //// and Pclk including: |
| 4178 | //// - DfiClk skew |
| 4179 | //// - DfiClk jitter |
| 4180 | //// - DfiClk PVT variations |
| 4181 | //// - Pclk skew |
| 4182 | //// - Pclk jitter |
| 4183 | //// |
| 4184 | //// PLL Bypassed mode: |
| 4185 | //// For MemClk frequency > 933MHz, the valid range of ARdPtrInitVal_p0[3:0] is: 2-5 |
| 4186 | //// For MemClk frequency < 933MHz, the valid range of ARdPtrInitVal_p0[3:0] is: 1-5 |
| 4187 | //// |
| 4188 | //// PLL Enabled mode: |
| 4189 | //// For MemClk frequency > 933MHz, the valid range of ARdPtrInitVal_p0[3:0] is: 1-5 |
| 4190 | //// For MemClk frequency < 933MHz, the valid range of ARdPtrInitVal_p0[3:0] is: 0-5 |
| 4191 | //// |
| 4192 | ////############################################################## |
| 4193 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ARdPtrInitVal to 0x1 |
| 4194 | dwc_ddrphy_apb_wr(0x2002e, 0x1); // DWC_DDRPHYA_MASTER0_base0_ARdPtrInitVal_p0 |
| 4195 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DisPtrInitClrTxTracking to 0x0 |
| 4196 | dwc_ddrphy_apb_wr(0x20051, 0x0); // DWC_DDRPHYA_MASTER0_base0_PtrInitTrackingModeCntrl_p0 |
| 4197 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreambleControl::TwoTckRxDqsPre to 0x0 |
| 4198 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreambleControl::TwoTckTxDqsPre to 0x0 |
| 4199 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreambleControl::PositionDfeInit to 0x2 |
| 4200 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreambleControl::DDR5RxPreamble to 0x0 |
| 4201 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreambleControl::DDR5RxPostamble to 0x0 |
| 4202 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreambleControl to 0x88 |
| 4203 | dwc_ddrphy_apb_wr(0x20024, 0x88); // DWC_DDRPHYA_MASTER0_base0_DqsPreambleControl_p0 |
| 4204 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreamblePattern::EnTxDqsPreamblePattern to 0x7 |
| 4205 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreamblePattern::TxDqsPreamblePattern to 0x1 |
| 4206 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPreamblePattern to 0x701 |
| 4207 | dwc_ddrphy_apb_wr(0x200a1, 0x701); // DWC_DDRPHYA_MASTER0_base0_DqsPreamblePattern_p0 |
| 4208 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPostamblePattern::EnTxDqsPostamblePattern to 0x0 |
| 4209 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPostamblePattern::TxDqsPostamblePattern to 0x0 |
| 4210 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqsPostamblePattern to 0x0 |
| 4211 | dwc_ddrphy_apb_wr(0x200a2, 0x0); // DWC_DDRPHYA_MASTER0_base0_DqsPostamblePattern_p0 |
| 4212 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DmPreamblePattern::EnTxDmPreamblePattern to 0xf |
| 4213 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DmPreamblePattern::TxDmPreamblePattern to 0xf |
| 4214 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DmPreamblePattern to 0xf5 |
| 4215 | dwc_ddrphy_apb_wr(0x200fe, 0xf5); // DWC_DDRPHYA_MASTER0_base0_DmPreamblePattern_p0 |
| 4216 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqPreamblePatternU0::EnTxDqPreamblePatternU0 to 0xf |
| 4217 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqPreamblePatternU0::TxDqPreamblePatternU0 to 0xf |
| 4218 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqPreamblePatternU0 to 0xf5 |
| 4219 | dwc_ddrphy_apb_wr(0x200fc, 0xf5); // DWC_DDRPHYA_MASTER0_base0_DqPreamblePatternU0_p0 |
| 4220 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqPreamblePatternU1::EnTxDqPreamblePatternU1 to 0xf |
| 4221 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqPreamblePatternU1::TxDqPreamblePatternU1 to 0xf |
| 4222 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DqPreamblePatternU1 to 0xf5 |
| 4223 | dwc_ddrphy_apb_wr(0x200fd, 0xf5); // DWC_DDRPHYA_MASTER0_base0_DqPreamblePatternU1_p0 |
| 4224 | //// [phyinit_C_initPhyConfig] Programming DbyteDllModeCntrl::DllRxPreambleMode to 0x1 |
| 4225 | //// [phyinit_C_initPhyConfig] Programming DbyteDllModeCntrl::DllRxBurstLengthMode to 0x0 |
| 4226 | //// [phyinit_C_initPhyConfig] Programming DbyteDllModeCntrl to 0x2 |
| 4227 | dwc_ddrphy_apb_wr(0x2003a, 0x2); // DWC_DDRPHYA_MASTER0_base0_DbyteDllModeCntrl |
| 4228 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxOdtDrvStren::TxOdtStrenPu to 0x4 |
| 4229 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxOdtDrvStren::TxOdtStrenPd to 0x0 |
| 4230 | dwc_ddrphy_apb_wr(0x1004d, 0x104); // DWC_DDRPHYA_DBYTE0_base0_TxOdtDrvStren_b0_p0 |
| 4231 | dwc_ddrphy_apb_wr(0x1014d, 0x104); // DWC_DDRPHYA_DBYTE0_base0_TxOdtDrvStren_b1_p0 |
| 4232 | dwc_ddrphy_apb_wr(0x1104d, 0x104); // DWC_DDRPHYA_DBYTE1_base0_TxOdtDrvStren_b0_p0 |
| 4233 | dwc_ddrphy_apb_wr(0x1114d, 0x104); // DWC_DDRPHYA_DBYTE1_base0_TxOdtDrvStren_b1_p0 |
| 4234 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxImpedance::ADrvStrenP to 0x3f |
| 4235 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxImpedance::ADrvStrenN to 0x3f |
| 4236 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxImpedance::ATxReserved13x12 to 0x0 |
| 4237 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxImpedance::ATxCalBaseN to 0x1 |
| 4238 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming ATxImpedance::ATxCalBaseP to 0x1 |
| 4239 | dwc_ddrphy_apb_wr(0x43, 0xcfff); // DWC_DDRPHYA_ANIB0_base0_ATxImpedance |
| 4240 | dwc_ddrphy_apb_wr(0x1043, 0xcfff); // DWC_DDRPHYA_ANIB1_base0_ATxImpedance |
| 4241 | dwc_ddrphy_apb_wr(0x2043, 0xcfff); // DWC_DDRPHYA_ANIB2_base0_ATxImpedance |
| 4242 | dwc_ddrphy_apb_wr(0x3043, 0xcfff); // DWC_DDRPHYA_ANIB3_base0_ATxImpedance |
| 4243 | dwc_ddrphy_apb_wr(0x4043, 0xcfff); // DWC_DDRPHYA_ANIB4_base0_ATxImpedance |
| 4244 | dwc_ddrphy_apb_wr(0x5043, 0xcfff); // DWC_DDRPHYA_ANIB5_base0_ATxImpedance |
| 4245 | dwc_ddrphy_apb_wr(0x6043, 0xcfff); // DWC_DDRPHYA_ANIB6_base0_ATxImpedance |
| 4246 | dwc_ddrphy_apb_wr(0x7043, 0xcfff); // DWC_DDRPHYA_ANIB7_base0_ATxImpedance |
| 4247 | dwc_ddrphy_apb_wr(0x8043, 0xcfff); // DWC_DDRPHYA_ANIB8_base0_ATxImpedance |
| 4248 | dwc_ddrphy_apb_wr(0x9043, 0xcfff); // DWC_DDRPHYA_ANIB9_base0_ATxImpedance |
| 4249 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxImpedanceCtrl0::TxStrenEqHiPu to 0xc |
| 4250 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxImpedanceCtrl0::TxStrenEqLoPd to 0xc |
| 4251 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxImpedanceCtrl1::TxStrenPu to 0x3f |
| 4252 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxImpedanceCtrl1::TxStrenPd to 0x3f |
| 4253 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxImpedanceCtrl2::TxStrenEqLoPu to 0x0 |
| 4254 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TxImpedanceCtrl2::TxStrenEqHiPd to 0x0 |
| 4255 | dwc_ddrphy_apb_wr(0x10041, 0x30c); // DWC_DDRPHYA_DBYTE0_base0_TxImpedanceCtrl0_b0_p0 |
| 4256 | dwc_ddrphy_apb_wr(0x10049, 0x79e); // DWC_DDRPHYA_DBYTE0_base0_TxImpedanceCtrl1_b0_p0 |
| 4257 | dwc_ddrphy_apb_wr(0x1004b, 0x0); // DWC_DDRPHYA_DBYTE0_base0_TxImpedanceCtrl2_b0_p0 |
| 4258 | dwc_ddrphy_apb_wr(0x10141, 0x30c); // DWC_DDRPHYA_DBYTE0_base0_TxImpedanceCtrl0_b1_p0 |
| 4259 | dwc_ddrphy_apb_wr(0x10149, 0x79e); // DWC_DDRPHYA_DBYTE0_base0_TxImpedanceCtrl1_b1_p0 |
| 4260 | dwc_ddrphy_apb_wr(0x1014b, 0x0); // DWC_DDRPHYA_DBYTE0_base0_TxImpedanceCtrl2_b1_p0 |
| 4261 | dwc_ddrphy_apb_wr(0x11041, 0x30c); // DWC_DDRPHYA_DBYTE1_base0_TxImpedanceCtrl0_b0_p0 |
| 4262 | dwc_ddrphy_apb_wr(0x11049, 0x79e); // DWC_DDRPHYA_DBYTE1_base0_TxImpedanceCtrl1_b0_p0 |
| 4263 | dwc_ddrphy_apb_wr(0x1104b, 0x0); // DWC_DDRPHYA_DBYTE1_base0_TxImpedanceCtrl2_b0_p0 |
| 4264 | dwc_ddrphy_apb_wr(0x11141, 0x30c); // DWC_DDRPHYA_DBYTE1_base0_TxImpedanceCtrl0_b1_p0 |
| 4265 | dwc_ddrphy_apb_wr(0x11149, 0x79e); // DWC_DDRPHYA_DBYTE1_base0_TxImpedanceCtrl1_b1_p0 |
| 4266 | dwc_ddrphy_apb_wr(0x1114b, 0x0); // DWC_DDRPHYA_DBYTE1_base0_TxImpedanceCtrl2_b1_p0 |
| 4267 | //// [phyinit_C_initPhyConfig] Programming DfiMode to 0x1 |
| 4268 | dwc_ddrphy_apb_wr(0x20018, 0x1); // DWC_DDRPHYA_MASTER0_base0_DfiMode |
| 4269 | //// [phyinit_C_initPhyConfig] Programming DfiCAMode to 0x10 |
| 4270 | dwc_ddrphy_apb_wr(0x20075, 0x10); // DWC_DDRPHYA_MASTER0_base0_DfiCAMode |
| 4271 | //// [phyinit_C_initPhyConfig] Programming CalDrvStr0::CalDrvStrPd50 to 0x2 |
| 4272 | //// [phyinit_C_initPhyConfig] Programming CalDrvStr0::CalDrvStrPu50 to 0x2 |
| 4273 | dwc_ddrphy_apb_wr(0x20050, 0x82); // DWC_DDRPHYA_MASTER0_base0_CalDrvStr0 |
| 4274 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming CalUclkInfo::CalUClkTicksPer1uS to 0x320 |
| 4275 | dwc_ddrphy_apb_wr(0x20008, 0x320); // DWC_DDRPHYA_MASTER0_base0_CalUclkInfo_p0 |
| 4276 | //// [phyinit_C_initPhyConfig] Programming CalRate::CalInterval to 0x9 |
| 4277 | //// [phyinit_C_initPhyConfig] Programming CalRate::CalOnce to 0x0 |
| 4278 | dwc_ddrphy_apb_wr(0x20088, 0x9); // DWC_DDRPHYA_MASTER0_base0_CalRate |
| 4279 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming VrefInGlobal::GlobalVrefInSel to 0x0 |
| 4280 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming VrefInGlobal::GlobalVrefInDAC to 0x1f |
| 4281 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming VrefInGlobal to 0xf8 |
| 4282 | dwc_ddrphy_apb_wr(0x200b2, 0xf8); // DWC_DDRPHYA_MASTER0_base0_VrefInGlobal_p0 |
| 4283 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming DqDqsRcvCntrl (Byte=0, Upper/Lower=0) to 0x2900 |
| 4284 | dwc_ddrphy_apb_wr(0x10043, 0x2900); // DWC_DDRPHYA_DBYTE0_base0_DqDqsRcvCntrl_b0_p0 |
| 4285 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming DqDqsRcvCntrl (Byte=0, Upper/Lower=1) to 0x2900 |
| 4286 | dwc_ddrphy_apb_wr(0x10143, 0x2900); // DWC_DDRPHYA_DBYTE0_base0_DqDqsRcvCntrl_b1_p0 |
| 4287 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming DqDqsRcvCntrl (Byte=1, Upper/Lower=0) to 0x2900 |
| 4288 | dwc_ddrphy_apb_wr(0x11043, 0x2900); // DWC_DDRPHYA_DBYTE1_base0_DqDqsRcvCntrl_b0_p0 |
| 4289 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming DqDqsRcvCntrl (Byte=1, Upper/Lower=1) to 0x2900 |
| 4290 | dwc_ddrphy_apb_wr(0x11143, 0x2900); // DWC_DDRPHYA_DBYTE1_base0_DqDqsRcvCntrl_b1_p0 |
| 4291 | //// [phyinit_C_initPhyConfig] Pstate=0, Programming DqDqsRcvCntrl2 to 0x1c |
| 4292 | dwc_ddrphy_apb_wr(0x1004c, 0x1c); // DWC_DDRPHYA_DBYTE0_base0_DqDqsRcvCntrl2_p0 |
| 4293 | dwc_ddrphy_apb_wr(0x1104c, 0x1c); // DWC_DDRPHYA_DBYTE1_base0_DqDqsRcvCntrl2_p0 |
| 4294 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TristateModeCA::DisDynAdrTri_p0 to 0x1 |
| 4295 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming TristateModeCA::DDR2TMode_p0 to 0x0 |
| 4296 | dwc_ddrphy_apb_wr(0x20019, 0x5); // DWC_DDRPHYA_MASTER0_base0_TristateModeCA_p0 |
| 4297 | //// [phyinit_C_initPhyConfig] Programming DfiFreqXlat* |
| 4298 | dwc_ddrphy_apb_wr(0x200f0, 0x0); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat0 |
| 4299 | dwc_ddrphy_apb_wr(0x200f1, 0x0); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat1 |
| 4300 | dwc_ddrphy_apb_wr(0x200f2, 0x4444); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat2 |
| 4301 | dwc_ddrphy_apb_wr(0x200f3, 0x8888); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat3 |
| 4302 | dwc_ddrphy_apb_wr(0x200f4, 0x5555); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat4 |
| 4303 | dwc_ddrphy_apb_wr(0x200f5, 0x0); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat5 |
| 4304 | dwc_ddrphy_apb_wr(0x200f6, 0x0); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat6 |
| 4305 | dwc_ddrphy_apb_wr(0x200f7, 0xf000); // DWC_DDRPHYA_MASTER0_base0_DfiFreqXlat7 |
| 4306 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming Seq0BDLY0 to 0x64 |
| 4307 | dwc_ddrphy_apb_wr(0x2000b, 0x64); // DWC_DDRPHYA_MASTER0_base0_Seq0BDLY0_p0 |
| 4308 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming Seq0BDLY1 to 0xc8 |
| 4309 | dwc_ddrphy_apb_wr(0x2000c, 0xc8); // DWC_DDRPHYA_MASTER0_base0_Seq0BDLY1_p0 |
| 4310 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming Seq0BDLY2 to 0x2bc |
| 4311 | dwc_ddrphy_apb_wr(0x2000d, 0x2bc); // DWC_DDRPHYA_MASTER0_base0_Seq0BDLY2_p0 |
| 4312 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming Seq0BDLY3 to 0x2c |
| 4313 | dwc_ddrphy_apb_wr(0x2000e, 0x2c); // DWC_DDRPHYA_MASTER0_base0_Seq0BDLY3_p0 |
| 4314 | //// [phyinit_C_initPhyConfig] Disabling DBYTE 0 Lane 8 (DBI) Receiver to save power. |
| 4315 | dwc_ddrphy_apb_wr(0x1004a, 0x500); // DWC_DDRPHYA_DBYTE0_base0_DqDqsRcvCntrl1 |
| 4316 | //// [phyinit_C_initPhyConfig] Disabling DBYTE 1 Lane 8 (DBI) Receiver to save power. |
| 4317 | dwc_ddrphy_apb_wr(0x1104a, 0x500); // DWC_DDRPHYA_DBYTE1_base0_DqDqsRcvCntrl1 |
| 4318 | //// [phyinit_C_initPhyConfig] Programming MasterX4Config::X4TG to 0x0 |
| 4319 | dwc_ddrphy_apb_wr(0x20025, 0x0); // DWC_DDRPHYA_MASTER0_base0_MasterX4Config |
| 4320 | // [phyinit_C_initPhyConfig] Programming DfiDataEnLatency::WLm13 and RLm13 |
| 4321 | dwc_ddrphy_apb_wr(0x2019a, 0x18); // DWC_DDRPHYA_MASTER0_base0_DfiDataEnLatency |
| 4322 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, rd_Crc = 0 cwl= 24 , cl = 26 mr_cl =2 MR0_A0 = 0x8 |
| 4323 | dwc_ddrphy_apb_wr(0x400f5, 0x1200); // DWC_DDRPHYA_ACSM0_base0_AcsmCtrl5_p0 |
| 4324 | dwc_ddrphy_apb_wr(0x400f6, 0x10); // DWC_DDRPHYA_ACSM0_base0_AcsmCtrl6_p0 |
| 4325 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM0RxEnPulse to 2062 |
| 4326 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM0RxValPulse to 2062 |
| 4327 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM0RdcsPulse to 2062 |
| 4328 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM0TxEnPulse to 2060 |
| 4329 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM0WrcsPulse to 2060 |
| 4330 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM0SnoopPulse to 2062 |
| 4331 | dwc_ddrphy_apb_wr(0x20120, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0RxEnPulse_p0 |
| 4332 | dwc_ddrphy_apb_wr(0x20121, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0RxValPulse_p0 |
| 4333 | dwc_ddrphy_apb_wr(0x20124, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0RdcsPulse_p0 |
| 4334 | dwc_ddrphy_apb_wr(0x20122, 0x80c); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0TxEnPulse_p0 |
| 4335 | dwc_ddrphy_apb_wr(0x20123, 0x80c); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0WrcsPulse_p0 |
| 4336 | dwc_ddrphy_apb_wr(0x20125, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0SnoopPulse_p0 |
| 4337 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM0SnoopVal to 801 |
| 4338 | dwc_ddrphy_apb_wr(0x2012e, 0x321); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0SnoopVal |
| 4339 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM1RxEnPulse to 2062 |
| 4340 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM1RxValPulse to 2062 |
| 4341 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM1RdcsPulse to 2062 |
| 4342 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM1TxEnPulse to 2060 |
| 4343 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM1WrcsPulse to 2060 |
| 4344 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM1SnoopPulse to 2062 |
| 4345 | dwc_ddrphy_apb_wr(0x20140, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1RxEnPulse_p0 |
| 4346 | dwc_ddrphy_apb_wr(0x20141, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1RxValPulse_p0 |
| 4347 | dwc_ddrphy_apb_wr(0x20144, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1RdcsPulse_p0 |
| 4348 | dwc_ddrphy_apb_wr(0x20142, 0x80c); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1TxEnPulse_p0 |
| 4349 | dwc_ddrphy_apb_wr(0x20143, 0x80c); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1WrcsPulse_p0 |
| 4350 | dwc_ddrphy_apb_wr(0x20145, 0x80e); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1SnoopPulse_p0 |
| 4351 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming D5ACSM1SnoopVal to 801 |
| 4352 | dwc_ddrphy_apb_wr(0x2014e, 0x321); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1SnoopVal |
| 4353 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming GPR7(csrAlertRecovery) to 0x0 |
| 4354 | dwc_ddrphy_apb_wr(0x90307, 0x0); // DWC_DDRPHYA_INITENG0_base0_Seq0BGPR7_p0 |
| 4355 | // [phyinit_C_initPhyConfig] Programming TimingModeCntrl::Dly64Prec to 0x1 |
| 4356 | dwc_ddrphy_apb_wr(0x20040, 0x1); // DWC_DDRPHYA_MASTER0_base0_TimingModeCntrl |
| 4357 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x1 for MASTER |
| 4358 | dwc_ddrphy_apb_wr(0x20066, 0x1); // DWC_DDRPHYA_MASTER0_base0_VREGCtrl3 |
| 4359 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x1 for all DBYTEs |
| 4360 | dwc_ddrphy_apb_wr(0x10066, 0x1); // DWC_DDRPHYA_DBYTE0_base0_VREGCtrl3 |
| 4361 | dwc_ddrphy_apb_wr(0x11066, 0x1); // DWC_DDRPHYA_DBYTE1_base0_VREGCtrl3 |
| 4362 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x1 for all ANIBs |
| 4363 | dwc_ddrphy_apb_wr(0x66, 0x1); // DWC_DDRPHYA_ANIB0_base0_VREGCtrl3 |
| 4364 | dwc_ddrphy_apb_wr(0x1066, 0x1); // DWC_DDRPHYA_ANIB1_base0_VREGCtrl3 |
| 4365 | dwc_ddrphy_apb_wr(0x2066, 0x1); // DWC_DDRPHYA_ANIB2_base0_VREGCtrl3 |
| 4366 | dwc_ddrphy_apb_wr(0x3066, 0x1); // DWC_DDRPHYA_ANIB3_base0_VREGCtrl3 |
| 4367 | dwc_ddrphy_apb_wr(0x4066, 0x1); // DWC_DDRPHYA_ANIB4_base0_VREGCtrl3 |
| 4368 | dwc_ddrphy_apb_wr(0x5066, 0x1); // DWC_DDRPHYA_ANIB5_base0_VREGCtrl3 |
| 4369 | dwc_ddrphy_apb_wr(0x6066, 0x1); // DWC_DDRPHYA_ANIB6_base0_VREGCtrl3 |
| 4370 | dwc_ddrphy_apb_wr(0x7066, 0x1); // DWC_DDRPHYA_ANIB7_base0_VREGCtrl3 |
| 4371 | dwc_ddrphy_apb_wr(0x8066, 0x1); // DWC_DDRPHYA_ANIB8_base0_VREGCtrl3 |
| 4372 | dwc_ddrphy_apb_wr(0x9066, 0x1); // DWC_DDRPHYA_ANIB9_base0_VREGCtrl3 |
| 4373 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming AcClkDLLControl to 0x1080 |
| 4374 | dwc_ddrphy_apb_wr(0x200ea, 0x1080); // DWC_DDRPHYA_MASTER0_base0_AcClkDLLControl_p0 |
| 4375 | // [phyinit_C_initPhyConfig] Programming ArcPmuEccCtl to 0x1 |
| 4376 | dwc_ddrphy_apb_wr(0xc0086, 0x1); // DWC_DDRPHYA_DRTUB0_ArcPmuEccCtl |
| 4377 | // [phyinit_C_initPhyConfig] Programming VREGCtrl2 to 0x9820 for MASTER |
| 4378 | dwc_ddrphy_apb_wr(0x2002b, 0x9820); // DWC_DDRPHYA_MASTER0_base0_VREGCtrl2 |
| 4379 | // [phyinit_C_initPhyConfig] Programming VREGCtrl2 to 0x8020 for all DBYTEs |
| 4380 | dwc_ddrphy_apb_wr(0x1002b, 0x8020); // DWC_DDRPHYA_DBYTE0_base0_VREGCtrl2 |
| 4381 | dwc_ddrphy_apb_wr(0x1102b, 0x8020); // DWC_DDRPHYA_DBYTE1_base0_VREGCtrl2 |
| 4382 | // [phyinit_C_initPhyConfig] Programming VREGCtrl2 to 0x8020 for all ANIBs |
| 4383 | dwc_ddrphy_apb_wr(0x2b, 0x8020); // DWC_DDRPHYA_ANIB0_base0_VREGCtrl2 |
| 4384 | dwc_ddrphy_apb_wr(0x102b, 0x8020); // DWC_DDRPHYA_ANIB1_base0_VREGCtrl2 |
| 4385 | dwc_ddrphy_apb_wr(0x202b, 0x8020); // DWC_DDRPHYA_ANIB2_base0_VREGCtrl2 |
| 4386 | dwc_ddrphy_apb_wr(0x302b, 0x8020); // DWC_DDRPHYA_ANIB3_base0_VREGCtrl2 |
| 4387 | dwc_ddrphy_apb_wr(0x402b, 0x8020); // DWC_DDRPHYA_ANIB4_base0_VREGCtrl2 |
| 4388 | dwc_ddrphy_apb_wr(0x502b, 0x8020); // DWC_DDRPHYA_ANIB5_base0_VREGCtrl2 |
| 4389 | dwc_ddrphy_apb_wr(0x602b, 0x8020); // DWC_DDRPHYA_ANIB6_base0_VREGCtrl2 |
| 4390 | dwc_ddrphy_apb_wr(0x702b, 0x8020); // DWC_DDRPHYA_ANIB7_base0_VREGCtrl2 |
| 4391 | dwc_ddrphy_apb_wr(0x802b, 0x8020); // DWC_DDRPHYA_ANIB8_base0_VREGCtrl2 |
| 4392 | dwc_ddrphy_apb_wr(0x902b, 0x8020); // DWC_DDRPHYA_ANIB9_base0_VREGCtrl2 |
| 4393 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x0 for MASTER |
| 4394 | dwc_ddrphy_apb_wr(0x20066, 0x0); // DWC_DDRPHYA_MASTER0_base0_VREGCtrl3 |
| 4395 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x0 for all DBYTEs |
| 4396 | dwc_ddrphy_apb_wr(0x10066, 0x0); // DWC_DDRPHYA_DBYTE0_base0_VREGCtrl3 |
| 4397 | dwc_ddrphy_apb_wr(0x11066, 0x0); // DWC_DDRPHYA_DBYTE1_base0_VREGCtrl3 |
| 4398 | // [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming VREGCtrl3::VshCtrlUpdate to 0x0 for all ANIBs |
| 4399 | dwc_ddrphy_apb_wr(0x66, 0x0); // DWC_DDRPHYA_ANIB0_base0_VREGCtrl3 |
| 4400 | dwc_ddrphy_apb_wr(0x1066, 0x0); // DWC_DDRPHYA_ANIB1_base0_VREGCtrl3 |
| 4401 | dwc_ddrphy_apb_wr(0x2066, 0x0); // DWC_DDRPHYA_ANIB2_base0_VREGCtrl3 |
| 4402 | dwc_ddrphy_apb_wr(0x3066, 0x0); // DWC_DDRPHYA_ANIB3_base0_VREGCtrl3 |
| 4403 | dwc_ddrphy_apb_wr(0x4066, 0x0); // DWC_DDRPHYA_ANIB4_base0_VREGCtrl3 |
| 4404 | dwc_ddrphy_apb_wr(0x5066, 0x0); // DWC_DDRPHYA_ANIB5_base0_VREGCtrl3 |
| 4405 | dwc_ddrphy_apb_wr(0x6066, 0x0); // DWC_DDRPHYA_ANIB6_base0_VREGCtrl3 |
| 4406 | dwc_ddrphy_apb_wr(0x7066, 0x0); // DWC_DDRPHYA_ANIB7_base0_VREGCtrl3 |
| 4407 | dwc_ddrphy_apb_wr(0x8066, 0x0); // DWC_DDRPHYA_ANIB8_base0_VREGCtrl3 |
| 4408 | dwc_ddrphy_apb_wr(0x9066, 0x0); // DWC_DDRPHYA_ANIB9_base0_VREGCtrl3 |
| 4409 | // [phyinit_C_initPhyConfig] Programming VrefDAC0 to 0x3f for all DBYTEs and lanes |
| 4410 | // [phyinit_C_initPhyConfig] Programming VrefDAC1 to 0x3f for all DBYTEs and lanes |
| 4411 | // [phyinit_C_initPhyConfig] Programming VrefDAC2 to 0x3f for all DBYTEs and lanes |
| 4412 | // [phyinit_C_initPhyConfig] Programming VrefDAC3 to 0x3f for all DBYTEs and lanes |
| 4413 | dwc_ddrphy_apb_wr(0x10040, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r0_p0 |
| 4414 | dwc_ddrphy_apb_wr(0x10030, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r0 |
| 4415 | dwc_ddrphy_apb_wr(0x10050, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r0 |
| 4416 | dwc_ddrphy_apb_wr(0x10060, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r0 |
| 4417 | dwc_ddrphy_apb_wr(0x10140, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r1_p0 |
| 4418 | dwc_ddrphy_apb_wr(0x10130, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r1 |
| 4419 | dwc_ddrphy_apb_wr(0x10150, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r1 |
| 4420 | dwc_ddrphy_apb_wr(0x10160, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r1 |
| 4421 | dwc_ddrphy_apb_wr(0x10240, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r2_p0 |
| 4422 | dwc_ddrphy_apb_wr(0x10230, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r2 |
| 4423 | dwc_ddrphy_apb_wr(0x10250, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r2 |
| 4424 | dwc_ddrphy_apb_wr(0x10260, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r2 |
| 4425 | dwc_ddrphy_apb_wr(0x10340, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r3_p0 |
| 4426 | dwc_ddrphy_apb_wr(0x10330, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r3 |
| 4427 | dwc_ddrphy_apb_wr(0x10350, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r3 |
| 4428 | dwc_ddrphy_apb_wr(0x10360, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r3 |
| 4429 | dwc_ddrphy_apb_wr(0x10440, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r4_p0 |
| 4430 | dwc_ddrphy_apb_wr(0x10430, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r4 |
| 4431 | dwc_ddrphy_apb_wr(0x10450, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r4 |
| 4432 | dwc_ddrphy_apb_wr(0x10460, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r4 |
| 4433 | dwc_ddrphy_apb_wr(0x10540, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r5_p0 |
| 4434 | dwc_ddrphy_apb_wr(0x10530, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r5 |
| 4435 | dwc_ddrphy_apb_wr(0x10550, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r5 |
| 4436 | dwc_ddrphy_apb_wr(0x10560, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r5 |
| 4437 | dwc_ddrphy_apb_wr(0x10640, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r6_p0 |
| 4438 | dwc_ddrphy_apb_wr(0x10630, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r6 |
| 4439 | dwc_ddrphy_apb_wr(0x10650, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r6 |
| 4440 | dwc_ddrphy_apb_wr(0x10660, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r6 |
| 4441 | dwc_ddrphy_apb_wr(0x10740, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r7_p0 |
| 4442 | dwc_ddrphy_apb_wr(0x10730, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r7 |
| 4443 | dwc_ddrphy_apb_wr(0x10750, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r7 |
| 4444 | dwc_ddrphy_apb_wr(0x10760, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r7 |
| 4445 | dwc_ddrphy_apb_wr(0x10840, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC0_r8_p0 |
| 4446 | dwc_ddrphy_apb_wr(0x10830, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC1_r8 |
| 4447 | dwc_ddrphy_apb_wr(0x10850, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC2_r8 |
| 4448 | dwc_ddrphy_apb_wr(0x10860, 0x3f); // DWC_DDRPHYA_DBYTE0_base0_VrefDAC3_r8 |
| 4449 | dwc_ddrphy_apb_wr(0x11040, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r0_p0 |
| 4450 | dwc_ddrphy_apb_wr(0x11030, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r0 |
| 4451 | dwc_ddrphy_apb_wr(0x11050, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r0 |
| 4452 | dwc_ddrphy_apb_wr(0x11060, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r0 |
| 4453 | dwc_ddrphy_apb_wr(0x11140, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r1_p0 |
| 4454 | dwc_ddrphy_apb_wr(0x11130, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r1 |
| 4455 | dwc_ddrphy_apb_wr(0x11150, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r1 |
| 4456 | dwc_ddrphy_apb_wr(0x11160, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r1 |
| 4457 | dwc_ddrphy_apb_wr(0x11240, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r2_p0 |
| 4458 | dwc_ddrphy_apb_wr(0x11230, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r2 |
| 4459 | dwc_ddrphy_apb_wr(0x11250, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r2 |
| 4460 | dwc_ddrphy_apb_wr(0x11260, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r2 |
| 4461 | dwc_ddrphy_apb_wr(0x11340, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r3_p0 |
| 4462 | dwc_ddrphy_apb_wr(0x11330, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r3 |
| 4463 | dwc_ddrphy_apb_wr(0x11350, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r3 |
| 4464 | dwc_ddrphy_apb_wr(0x11360, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r3 |
| 4465 | dwc_ddrphy_apb_wr(0x11440, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r4_p0 |
| 4466 | dwc_ddrphy_apb_wr(0x11430, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r4 |
| 4467 | dwc_ddrphy_apb_wr(0x11450, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r4 |
| 4468 | dwc_ddrphy_apb_wr(0x11460, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r4 |
| 4469 | dwc_ddrphy_apb_wr(0x11540, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r5_p0 |
| 4470 | dwc_ddrphy_apb_wr(0x11530, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r5 |
| 4471 | dwc_ddrphy_apb_wr(0x11550, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r5 |
| 4472 | dwc_ddrphy_apb_wr(0x11560, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r5 |
| 4473 | dwc_ddrphy_apb_wr(0x11640, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r6_p0 |
| 4474 | dwc_ddrphy_apb_wr(0x11630, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r6 |
| 4475 | dwc_ddrphy_apb_wr(0x11650, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r6 |
| 4476 | dwc_ddrphy_apb_wr(0x11660, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r6 |
| 4477 | dwc_ddrphy_apb_wr(0x11740, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r7_p0 |
| 4478 | dwc_ddrphy_apb_wr(0x11730, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r7 |
| 4479 | dwc_ddrphy_apb_wr(0x11750, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r7 |
| 4480 | dwc_ddrphy_apb_wr(0x11760, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r7 |
| 4481 | dwc_ddrphy_apb_wr(0x11840, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC0_r8_p0 |
| 4482 | dwc_ddrphy_apb_wr(0x11830, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC1_r8 |
| 4483 | dwc_ddrphy_apb_wr(0x11850, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC2_r8 |
| 4484 | dwc_ddrphy_apb_wr(0x11860, 0x3f); // DWC_DDRPHYA_DBYTE1_base0_VrefDAC3_r8 |
| 4485 | //// [phyinit_C_initPhyConfig] Pstate=0, Memclk=1600MHz, Programming DfiFreqRatio_p0 to 0x1 |
| 4486 | dwc_ddrphy_apb_wr(0x200fa, 0x1); // DWC_DDRPHYA_MASTER0_base0_DfiFreqRatio_p0 |
| 4487 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg0 (dbyte=0) to 0x0 |
| 4488 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg1 (dbyte=0) to 0x0 |
| 4489 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg2 (dbyte=0) to 0x0 |
| 4490 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg3 (dbyte=0) to 0x0 |
| 4491 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg0 (dbyte=0) to 0x0 |
| 4492 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg1 (dbyte=0) to 0x0 |
| 4493 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg2 (dbyte=0) to 0x0 |
| 4494 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg3 (dbyte=0) to 0x0 |
| 4495 | dwc_ddrphy_apb_wr(0x100aa, 0x0); // DWC_DDRPHYA_DBYTE0_base0_PptCtlStatic |
| 4496 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg0 (dbyte=1) to 0x0 |
| 4497 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg1 (dbyte=1) to 0x0 |
| 4498 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg2 (dbyte=1) to 0x0 |
| 4499 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::DOCByteSelTg3 (dbyte=1) to 0x0 |
| 4500 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg0 (dbyte=1) to 0x0 |
| 4501 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg1 (dbyte=1) to 0x0 |
| 4502 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg2 (dbyte=1) to 0x0 |
| 4503 | //// [phyinit_C_initPhyConfig] Programming PptCtlStatic::NoX4onUpperNibbleTg3 (dbyte=1) to 0x0 |
| 4504 | dwc_ddrphy_apb_wr(0x110aa, 0x0); // DWC_DDRPHYA_DBYTE1_base0_PptCtlStatic |
| 4505 | //// [phyinit_C_initPhyConfig] Programming ForceClkGaterEnables::ForcePubDxClkEnLow to 0x0 |
| 4506 | dwc_ddrphy_apb_wr(0x200a6, 0x0); // DWC_DDRPHYA_MASTER0_base0_ForceClkGaterEnables |
| 4507 | //// [phyinit_C_initPhyConfig] Programming AForceTriCont (anib=0) to 0xc |
| 4508 | //// [phyinit_C_initPhyConfig] Programming AForceTriCont (anib=4) to 0x8 |
| 4509 | //// [phyinit_C_initPhyConfig] Programming AForceTriCont (anib=6) to 0xf |
| 4510 | //// [phyinit_C_initPhyConfig] Programming AForceTriCont (anib=7) to 0xf |
| 4511 | //// [phyinit_C_initPhyConfig] Programming AForceTriCont (anib=8) to 0xf |
| 4512 | //// [phyinit_C_initPhyConfig] Programming AForceTriCont (anib=9) to 0xf |
| 4513 | dwc_ddrphy_apb_wr(0x28, 0xc); // DWC_DDRPHYA_ANIB0_base0_AForceTriCont |
| 4514 | dwc_ddrphy_apb_wr(0x4028, 0x8); // DWC_DDRPHYA_ANIB4_base0_AForceTriCont |
| 4515 | dwc_ddrphy_apb_wr(0x6028, 0xf); // DWC_DDRPHYA_ANIB6_base0_AForceTriCont |
| 4516 | dwc_ddrphy_apb_wr(0x7028, 0xf); // DWC_DDRPHYA_ANIB7_base0_AForceTriCont |
| 4517 | dwc_ddrphy_apb_wr(0x8028, 0xf); // DWC_DDRPHYA_ANIB8_base0_AForceTriCont |
| 4518 | dwc_ddrphy_apb_wr(0x9028, 0xf); // DWC_DDRPHYA_ANIB9_base0_AForceTriCont |
| 4519 | //// [phyinit_C_initPhyConfig] End of dwc_ddrphy_phyinit_C_initPhyConfig() |
| 4520 | // |
| 4521 | // |
| 4522 | ////############################################################## |
| 4523 | //// |
| 4524 | //// dwc_ddrphy_phyinit_userCustom_customPreTrain is a user-editable function. |
| 4525 | //// |
| 4526 | //// The purpose of dwc_ddrphy_phyinit_userCustom_customPreTrain() is to override any |
| 4527 | //// any message block fields calculated by Phyinit in dwc_ddrphy_phyinit_calcMb() or to |
| 4528 | //// override any CSR values programmed by Phyinit in dwc_ddrphy_phyinit_C_initPhyConfig(). |
| 4529 | //// This function is executed before training and thus any override here might affect |
| 4530 | //// training result. |
| 4531 | //// |
| 4532 | //// IMPORTANT: in this function, user shall not override any values in userInputBasic and |
| 4533 | //// userInputAdvanced data structures. Use dwc_ddrphy_phyinit_userCustom_overrideUserInput() |
| 4534 | //// to modify values in those data structures. |
| 4535 | //// |
| 4536 | ////############################################################## |
| 4537 | // |
| 4538 | //// [phyinit_userCustom_customPreTrain] Start of dwc_ddrphy_phyinit_userCustom_customPreTrain() |
| 4539 | //// [phyinit_userCustom_customPreTrain] End of dwc_ddrphy_phyinit_userCustom_customPreTrain() |
| 4540 | //// [dwc_ddrphy_phyinit_D_loadIMEM, 1D] Start of dwc_ddrphy_phyinit_D_loadIMEM (Train2D=0) |
| 4541 | // |
| 4542 | // |
| 4543 | ////############################################################## |
| 4544 | //// |
| 4545 | //// (D) Load the 1D IMEM image |
| 4546 | //// |
| 4547 | //// This function loads the training firmware IMEM image into the SRAM. |
| 4548 | //// See PhyInit App Note for detailed description and function usage |
| 4549 | //// |
| 4550 | ////############################################################## |
| 4551 | // |
| 4552 | // |
| 4553 | //// [dwc_ddrphy_phyinit_D_loadIMEM, 1D] Programming MemResetL to 0x2 |
| 4554 | dwc_ddrphy_apb_wr(0x20060, 0x2); // DWC_DDRPHYA_MASTER0_base0_MemResetL |
| 4555 | // [dwc_ddrphy_phyinit_storeIncvFile] Reading input file: /home/jerry_ku/Project/Development/ast2700dev/ddr45phy_tsmc12/coreConsultant/config3_3.50a/2022-12-12-17-01-49/firmware/Latest/training/ddr5/ddr5_pmu_train_imem.incv |
| 4556 | |
| 4557 | //// 1. Enable access to the internal CSRs by setting the MicroContMuxSel CSR to 0. |
| 4558 | //// This allows the memory controller unrestricted access to the configuration CSRs. |
| 4559 | dwc_ddrphy_apb_wr(0xd0000, 0x0); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 4560 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 4561 | //// [dwc_ddrphy_phyinit_WriteOutMem] STARTING 32bit write. offset 0x50000 size 0x8000 |
| 4562 | dwc_ddrphy_phyinit_userCustom_D_loadIMEM(sdrammc, 0); |
| 4563 | |
| 4564 | //// [dwc_ddrphy_phyinit_WriteOutMem] DONE. Index 0x8000 |
| 4565 | //// 2. Isolate the APB access from the internal CSRs by setting the MicroContMuxSel CSR to 1. |
| 4566 | //// This allows the firmware unrestricted access to the configuration CSRs. |
| 4567 | dwc_ddrphy_apb_wr(0xd0000, 0x1); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 4568 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 4569 | //// [dwc_ddrphy_phyinit_D_loadIMEM, 1D] End of dwc_ddrphy_phyinit_D_loadIMEM() |
| 4570 | // |
| 4571 | // |
| 4572 | ////############################################################## |
| 4573 | //// |
| 4574 | //// 4.3.5(E) Set the PHY input clocks to the desired frequency for pstate 0 |
| 4575 | //// |
| 4576 | //// Set the PHY input Dfi Clk to the desired operating frequency associated with the given Pstate. Before proceeding to the next step, |
| 4577 | //// the clock should be stable at the new frequency. For more information on clocking requirements, see "Clocks" on page <XXX>. |
| 4578 | //// |
| 4579 | ////############################################################## |
| 4580 | // |
| 4581 | dwc_ddrphy_phyinit_userCustom_E_setDfiClk(sdrammc); |
| 4582 | |
| 4583 | // |
| 4584 | //// [dwc_ddrphy_phyinit_userCustom_E_setDfiClk] End of dwc_ddrphy_phyinit_userCustom_E_setDfiClk() |
| 4585 | //// [phyinit_F_loadDMEM, 1D] Start of dwc_ddrphy_phyinit_F_loadDMEM (pstate=0, Train2D=0) |
| 4586 | // |
| 4587 | // |
| 4588 | ////############################################################## |
| 4589 | //// |
| 4590 | //// 4.3.5(F) Load the 1D DMEM image and write the 1D Message Block parameters for the training firmware |
| 4591 | //// |
| 4592 | //// The procedure is as follows: |
| 4593 | //// |
| 4594 | ////############################################################## |
| 4595 | // |
| 4596 | // |
| 4597 | // |
| 4598 | //// 1. Load the firmware DMEM segment to initialize the data structures. |
| 4599 | // |
| 4600 | //// 2. Write the Firmware Message Block with the required contents detailing the training parameters. |
| 4601 | // |
| 4602 | // [dwc_ddrphy_phyinit_storeIncvFile] Reading input file: /home/jerry_ku/Project/Development/ast2700dev/ddr45phy_tsmc12/coreConsultant/config3_3.50a/2022-12-12-17-01-49/firmware/Latest/training/ddr5/ddr5_pmu_train_dmem.incv |
| 4603 | |
| 4604 | //// 1. Enable access to the internal CSRs by setting the MicroContMuxSel CSR to 0. |
| 4605 | //// This allows the memory controller unrestricted access to the configuration CSRs. |
| 4606 | dwc_ddrphy_apb_wr(0xd0000, 0x0); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 4607 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 4608 | //// [dwc_ddrphy_phyinit_WriteOutMem] STARTING 32bit write. offset 0x58000 size 0x8000 |
| 4609 | |
| 4610 | dwc_ddrphy_phyinit_userCustom_F_loadDMEM(sdrammc, 0, 0); |
| 4611 | |
| 4612 | dwc_ddrphy_apb_wr_32b(0x58000, 0x100); |
| 4613 | dwc_ddrphy_apb_wr_32b(0x58002, 0xc800000); |
| 4614 | dwc_ddrphy_apb_wr_32b(0x58004, 0x0); |
| 4615 | dwc_ddrphy_apb_wr_32b(0x58006, 0x40); |
| 4616 | if (IS_ENABLED(CONFIG_ASPEED_PHY_TRAINING_MESSAGE)) |
| 4617 | dwc_ddrphy_apb_wr_32b(0x58008, 0x04827f); |
| 4618 | else |
| 4619 | dwc_ddrphy_apb_wr_32b(0x58008, 0xc8827f); |
| 4620 | // Redmine 1392: Set X16Present=1 by Synopsys's comment |
| 4621 | // 0x5800b[7:0]=DFIMRLMargin, 0x5800b[15:8]=X16Present |
| 4622 | dwc_ddrphy_apb_wr_32b(0x5800a, 0x01020000); |
| 4623 | // Redmine 1456: Skip_CA13_during_CAtraining during DDR5 |
| 4624 | dwc_ddrphy_apb_wr_32b(0x5800c, 0x10000001); |
| 4625 | // Redmine 1392: To speed up data collection, set the voltage and delay step size in Rx2D_TrainOpt and Tx2D_TrainOpt to its maximum value. |
| 4626 | // uint8_t RX2D_TrainOpt; // Byte offset 0x1d, CSR Addr 0x5800e, Direction=In |
| 4627 | // uint8_t TX2D_TrainOpt; // Byte offset 0x1e, CSR Addr 0x5800f, Direction=In |
| 4628 | //dwc_ddrphy_apb_wr_32b(0x5800e, 0x001e1e00); |
| 4629 | //#elif defined(TRAIN_1D) |
| 4630 | //printf("- <DWC_DDRPHY TRAIN>: Enable RdDQS1D, WrDQ1D for 1D training"); |
| 4631 | // #ifdef DWC_DEBUG |
| 4632 | //printf("- <DWC_DDRPHY TRAIN>: Debug level = 0x05: Detailed debug messages (e.g. Eye delays)"); |
| 4633 | //dwc_ddrphy_apb_wr_32b(0x58008, 0x05821f); |
| 4634 | // #else |
| 4635 | //printf("- <DWC_DDRPHY TRAIN>: Debug level = 0xC8: Stage completion"); |
| 4636 | //dwc_ddrphy_apb_wr_32b(0x58008, 0xc8821f); |
| 4637 | // #endif |
| 4638 | //// Redmine 1392: Set X16Present=1 by Synopsys's comment |
| 4639 | //dwc_ddrphy_apb_wr_32b(0x5800a, 0x01020000); |
| 4640 | //// Redmine 1456: Skip_CA13_during_CAtraining during DDR5 |
| 4641 | //dwc_ddrphy_apb_wr_32b(0x5800c, 0x18000001); |
| 4642 | //// Redmine 1392: To speed up data collection, set the voltage and delay step size in Rx2D_TrainOpt and Tx2D_TrainOpt to its maximum value. |
| 4643 | //// uint8_t RX2D_TrainOpt; // Byte offset 0x1d, CSR Addr 0x5800e, Direction=In |
| 4644 | //// uint8_t TX2D_TrainOpt; // Byte offset 0x1e, CSR Addr 0x5800f, Direction=In |
| 4645 | //dwc_ddrphy_apb_wr_32b(0x5800e, 0x001e1e00); |
| 4646 | //#else |
| 4647 | //dwc_ddrphy_apb_wr_32b(0x58008, 0xc8837f); |
| 4648 | //dwc_ddrphy_apb_wr_32b(0x5800a, 0x20000); |
| 4649 | //dwc_ddrphy_apb_wr_32b(0x5800c, 0x8000001); |
| 4650 | //dwc_ddrphy_apb_wr_32b(0x5800e, 0x0); |
| 4651 | //#endif |
| 4652 | dwc_ddrphy_apb_wr_32b(0x58010, 0x0); |
| 4653 | dwc_ddrphy_apb_wr_32b(0x58012, 0x110); |
| 4654 | dwc_ddrphy_apb_wr_32b(0x58014, 0x0); |
| 4655 | dwc_ddrphy_apb_wr_32b(0x58016, 0x0); |
| 4656 | dwc_ddrphy_apb_wr_32b(0x58018, 0x0); |
| 4657 | dwc_ddrphy_apb_wr_32b(0x5801a, 0x0); |
| 4658 | dwc_ddrphy_apb_wr_32b(0x5801c, 0x0); |
| 4659 | dwc_ddrphy_apb_wr_32b(0x5801e, 0x0); |
| 4660 | dwc_ddrphy_apb_wr_32b(0x58020, 0x0); |
| 4661 | dwc_ddrphy_apb_wr_32b(0x58022, 0x0); |
| 4662 | dwc_ddrphy_apb_wr_32b(0x58024, 0x0); |
| 4663 | dwc_ddrphy_apb_wr_32b(0x58026, 0x0); |
| 4664 | dwc_ddrphy_apb_wr_32b(0x58028, 0x0); |
| 4665 | dwc_ddrphy_apb_wr_32b(0x5802a, 0x0); |
| 4666 | dwc_ddrphy_apb_wr_32b(0x5802c, 0x0); |
| 4667 | dwc_ddrphy_apb_wr_32b(0x5802e, 0x84080000); //MR0 0x5802f=0x8(CL=26), MR2 0x5802f=0x84(OP[2]=1 2N mode, OP[7]=enable internal WL training) |
| 4668 | dwc_ddrphy_apb_wr_32b(0x58030, 0x200000); //MR5 0x58031=0x20(OP[5]=1 DM enable, OP[2:1]=0 pu 34ohm, 1=40ohm, 2=48ohm, OP7:6]=pd) |
| 4669 | dwc_ddrphy_apb_wr_32b(0x58032, 0x2d000800); //MR8 0x58032=0x08(OP[4:3]=1 Write preamble 2 tCK) MR10 0x58033=0x2d(Vref 75%) |
| 4670 | dwc_ddrphy_apb_wr_32b(0x58034, 0xd62d); |
| 4671 | dwc_ddrphy_apb_wr_32b(0x58036, 0x04240003); //MR32 0x58037=0x24(OP[2:0]=4 CK ODT 80, OP[5:3]=4 CS ODT 80ohm), MR33 0x58037=0x4(OP[2:0]=4 CA ODTt 80ohm) |
| 4672 | dwc_ddrphy_apb_wr_32b(0x58038, 0x2c000499); //MR34 0x58038(OP[5:3]=3 RTT_WR 80) |
| 4673 | dwc_ddrphy_apb_wr_32b(0x5803a, 0x2c2c); |
| 4674 | dwc_ddrphy_apb_wr_32b(0x5803c, 0x0); |
| 4675 | dwc_ddrphy_apb_wr_32b(0x5803e, 0x0); |
| 4676 | dwc_ddrphy_apb_wr_32b(0x58040, 0x0); |
| 4677 | dwc_ddrphy_apb_wr_32b(0x58042, 0x408); |
| 4678 | dwc_ddrphy_apb_wr_32b(0x58044, 0x8000020); |
| 4679 | dwc_ddrphy_apb_wr_32b(0x58046, 0xd62d2d00); |
| 4680 | dwc_ddrphy_apb_wr_32b(0x58048, 0x30000); |
| 4681 | dwc_ddrphy_apb_wr_32b(0x5804a, 0x4110000); |
| 4682 | dwc_ddrphy_apb_wr_32b(0x5804c, 0x2c2c2c00); |
| 4683 | dwc_ddrphy_apb_wr_32b(0x5804e, 0x0); |
| 4684 | dwc_ddrphy_apb_wr_32b(0x58050, 0x0); |
| 4685 | dwc_ddrphy_apb_wr_32b(0x58052, 0x0); |
| 4686 | dwc_ddrphy_apb_wr_32b(0x58054, 0x4080000); |
| 4687 | dwc_ddrphy_apb_wr_32b(0x58056, 0x200000); |
| 4688 | dwc_ddrphy_apb_wr_32b(0x58058, 0x2d000800); |
| 4689 | dwc_ddrphy_apb_wr_32b(0x5805a, 0xd62d); |
| 4690 | dwc_ddrphy_apb_wr_32b(0x5805c, 0x3); |
| 4691 | dwc_ddrphy_apb_wr_32b(0x5805e, 0x2c000411); |
| 4692 | dwc_ddrphy_apb_wr_32b(0x58060, 0x2c2c); |
| 4693 | dwc_ddrphy_apb_wr_32b(0x58062, 0x0); |
| 4694 | dwc_ddrphy_apb_wr_32b(0x58064, 0x0); |
| 4695 | dwc_ddrphy_apb_wr_32b(0x58066, 0x0); |
| 4696 | dwc_ddrphy_apb_wr_32b(0x58068, 0x408); |
| 4697 | dwc_ddrphy_apb_wr_32b(0x5806a, 0x8000020); |
| 4698 | dwc_ddrphy_apb_wr_32b(0x5806c, 0xd62d2d00); |
| 4699 | dwc_ddrphy_apb_wr_32b(0x5806e, 0x30000); |
| 4700 | dwc_ddrphy_apb_wr_32b(0x58070, 0x4110000); |
| 4701 | dwc_ddrphy_apb_wr_32b(0x58072, 0x2c2c2c00); |
| 4702 | dwc_ddrphy_apb_wr_32b(0x58074, 0x0); |
| 4703 | dwc_ddrphy_apb_wr_32b(0x58076, 0x0); |
| 4704 | dwc_ddrphy_apb_wr_32b(0x58078, 0x0); |
| 4705 | dwc_ddrphy_apb_wr_32b(0x5807a, 0x0); |
| 4706 | dwc_ddrphy_apb_wr_32b(0x5807c, 0x0); |
| 4707 | dwc_ddrphy_apb_wr_32b(0x5807e, 0x0); |
| 4708 | dwc_ddrphy_apb_wr_32b(0x58080, 0x0); |
| 4709 | dwc_ddrphy_apb_wr_32b(0x58082, 0x0); |
| 4710 | dwc_ddrphy_apb_wr_32b(0x58084, 0x0); |
| 4711 | dwc_ddrphy_apb_wr_32b(0x58086, 0x0); |
| 4712 | dwc_ddrphy_apb_wr_32b(0x58088, 0x0); |
| 4713 | dwc_ddrphy_apb_wr_32b(0x5808a, 0x0); |
| 4714 | dwc_ddrphy_apb_wr_32b(0x5808c, 0x0); |
| 4715 | dwc_ddrphy_apb_wr_32b(0x5808e, 0x0); |
| 4716 | dwc_ddrphy_apb_wr_32b(0x58090, 0x0); |
| 4717 | dwc_ddrphy_apb_wr_32b(0x58092, 0x0); |
| 4718 | dwc_ddrphy_apb_wr_32b(0x58094, 0x0); |
| 4719 | dwc_ddrphy_apb_wr_32b(0x58096, 0x0); |
| 4720 | dwc_ddrphy_apb_wr_32b(0x58098, 0x0); |
| 4721 | dwc_ddrphy_apb_wr_32b(0x5809a, 0x0); |
| 4722 | dwc_ddrphy_apb_wr_32b(0x5809c, 0x0); |
| 4723 | dwc_ddrphy_apb_wr_32b(0x5809e, 0x0); |
| 4724 | dwc_ddrphy_apb_wr_32b(0x580a0, 0x0); |
| 4725 | dwc_ddrphy_apb_wr_32b(0x580a2, 0x0); |
| 4726 | dwc_ddrphy_apb_wr_32b(0x580a4, 0x4080000); |
| 4727 | dwc_ddrphy_apb_wr_32b(0x580a6, 0x200000); |
| 4728 | dwc_ddrphy_apb_wr_32b(0x580a8, 0x2d000800); |
| 4729 | dwc_ddrphy_apb_wr_32b(0x580aa, 0xd62d); |
| 4730 | dwc_ddrphy_apb_wr_32b(0x580ac, 0x3); |
| 4731 | dwc_ddrphy_apb_wr_32b(0x580ae, 0x2c000411); |
| 4732 | dwc_ddrphy_apb_wr_32b(0x580b0, 0x2c2c); |
| 4733 | dwc_ddrphy_apb_wr_32b(0x580b2, 0x0); |
| 4734 | dwc_ddrphy_apb_wr_32b(0x580b4, 0x0); |
| 4735 | dwc_ddrphy_apb_wr_32b(0x580b6, 0x0); |
| 4736 | dwc_ddrphy_apb_wr_32b(0x580b8, 0x408); |
| 4737 | dwc_ddrphy_apb_wr_32b(0x580ba, 0x8000020); |
| 4738 | dwc_ddrphy_apb_wr_32b(0x580bc, 0xd62d2d00); |
| 4739 | dwc_ddrphy_apb_wr_32b(0x580be, 0x30000); |
| 4740 | dwc_ddrphy_apb_wr_32b(0x580c0, 0x4110000); |
| 4741 | dwc_ddrphy_apb_wr_32b(0x580c2, 0x2c2c2c00); |
| 4742 | dwc_ddrphy_apb_wr_32b(0x580c4, 0x0); |
| 4743 | dwc_ddrphy_apb_wr_32b(0x580c6, 0x0); |
| 4744 | dwc_ddrphy_apb_wr_32b(0x580c8, 0x0); |
| 4745 | dwc_ddrphy_apb_wr_32b(0x580ca, 0x4080000); |
| 4746 | dwc_ddrphy_apb_wr_32b(0x580cc, 0x200000); |
| 4747 | dwc_ddrphy_apb_wr_32b(0x580ce, 0x2d000800); |
| 4748 | dwc_ddrphy_apb_wr_32b(0x580d0, 0xd62d); |
| 4749 | dwc_ddrphy_apb_wr_32b(0x580d2, 0x3); |
| 4750 | dwc_ddrphy_apb_wr_32b(0x580d4, 0x2c000411); |
| 4751 | dwc_ddrphy_apb_wr_32b(0x580d6, 0x2c2c); |
| 4752 | dwc_ddrphy_apb_wr_32b(0x580d8, 0x0); |
| 4753 | dwc_ddrphy_apb_wr_32b(0x580da, 0x0); |
| 4754 | dwc_ddrphy_apb_wr_32b(0x580dc, 0x0); |
| 4755 | dwc_ddrphy_apb_wr_32b(0x580de, 0x408); |
| 4756 | dwc_ddrphy_apb_wr_32b(0x580e0, 0x8000020); |
| 4757 | dwc_ddrphy_apb_wr_32b(0x580e2, 0xd62d2d00); |
| 4758 | dwc_ddrphy_apb_wr_32b(0x580e4, 0x30000); |
| 4759 | dwc_ddrphy_apb_wr_32b(0x580e6, 0x4110000); |
| 4760 | dwc_ddrphy_apb_wr_32b(0x580e8, 0x2c2c2c00); |
| 4761 | dwc_ddrphy_apb_wr_32b(0x580ea, 0x0); |
| 4762 | dwc_ddrphy_apb_wr_32b(0x580ec, 0x0); |
| 4763 | dwc_ddrphy_apb_wr_32b(0x580ee, 0x0); |
| 4764 | dwc_ddrphy_apb_wr_32b(0x580f0, 0x0); |
| 4765 | dwc_ddrphy_apb_wr_32b(0x580f2, 0x0); |
| 4766 | dwc_ddrphy_apb_wr_32b(0x580f4, 0x0); |
| 4767 | dwc_ddrphy_apb_wr_32b(0x580f6, 0x0); |
| 4768 | dwc_ddrphy_apb_wr_32b(0x580f8, 0x0); |
| 4769 | dwc_ddrphy_apb_wr_32b(0x580fa, 0x0); |
| 4770 | dwc_ddrphy_apb_wr_32b(0x580fc, 0x0); |
| 4771 | dwc_ddrphy_apb_wr_32b(0x580fe, 0xa00060); // WL_ADJ_START, WL_ADJ_END |
| 4772 | dwc_ddrphy_apb_wr_32b(0x58100, 0x1); |
| 4773 | dwc_ddrphy_apb_wr_32b(0x58102, 0x0); |
| 4774 | dwc_ddrphy_apb_wr_32b(0x58104, 0x0); |
| 4775 | dwc_ddrphy_apb_wr_32b(0x58106, 0x0); |
| 4776 | dwc_ddrphy_apb_wr_32b(0x58108, 0x0); |
| 4777 | dwc_ddrphy_apb_wr_32b(0x5810a, 0x0); |
| 4778 | dwc_ddrphy_apb_wr_32b(0x5810c, 0x0); |
| 4779 | dwc_ddrphy_apb_wr_32b(0x5810e, 0x0); |
| 4780 | dwc_ddrphy_apb_wr_32b(0x58110, 0x0); |
| 4781 | dwc_ddrphy_apb_wr_32b(0x58112, 0x0); |
| 4782 | dwc_ddrphy_apb_wr_32b(0x58114, 0x0); |
| 4783 | dwc_ddrphy_apb_wr_32b(0x58116, 0x0); |
| 4784 | dwc_ddrphy_apb_wr_32b(0x58118, 0x0); |
| 4785 | dwc_ddrphy_apb_wr_32b(0x5811a, 0x0); |
| 4786 | dwc_ddrphy_apb_wr_32b(0x5811c, 0x0); |
| 4787 | dwc_ddrphy_apb_wr_32b(0x5811e, 0x0); |
| 4788 | dwc_ddrphy_apb_wr_32b(0x58120, 0x0); |
| 4789 | dwc_ddrphy_apb_wr_32b(0x58122, 0x0); |
| 4790 | dwc_ddrphy_apb_wr_32b(0x58124, 0x0); |
| 4791 | dwc_ddrphy_apb_wr_32b(0x58126, 0x0); |
| 4792 | dwc_ddrphy_apb_wr_32b(0x58128, 0x0); |
| 4793 | dwc_ddrphy_apb_wr_32b(0x5812a, 0x0); |
| 4794 | dwc_ddrphy_apb_wr_32b(0x5812c, 0x0); |
| 4795 | dwc_ddrphy_apb_wr_32b(0x5812e, 0x0); |
| 4796 | dwc_ddrphy_apb_wr_32b(0x58130, 0x0); |
| 4797 | dwc_ddrphy_apb_wr_32b(0x58132, 0x0); |
| 4798 | dwc_ddrphy_apb_wr_32b(0x58134, 0x0); |
| 4799 | dwc_ddrphy_apb_wr_32b(0x58136, 0x0); |
| 4800 | dwc_ddrphy_apb_wr_32b(0x58138, 0x0); |
| 4801 | dwc_ddrphy_apb_wr_32b(0x5813a, 0x0); |
| 4802 | dwc_ddrphy_apb_wr_32b(0x5813c, 0x0); |
| 4803 | dwc_ddrphy_apb_wr_32b(0x5813e, 0x0); |
| 4804 | dwc_ddrphy_apb_wr_32b(0x58140, 0x0); |
| 4805 | dwc_ddrphy_apb_wr_32b(0x58142, 0x0); |
| 4806 | dwc_ddrphy_apb_wr_32b(0x58144, 0x0); |
| 4807 | dwc_ddrphy_apb_wr_32b(0x58146, 0x0); |
| 4808 | dwc_ddrphy_apb_wr_32b(0x58148, 0x0); |
| 4809 | dwc_ddrphy_apb_wr_32b(0x5814a, 0x0); |
| 4810 | dwc_ddrphy_apb_wr_32b(0x5814c, 0x0); |
| 4811 | dwc_ddrphy_apb_wr_32b(0x5814e, 0x0); |
| 4812 | dwc_ddrphy_apb_wr_32b(0x58150, 0x0); |
| 4813 | dwc_ddrphy_apb_wr_32b(0x58152, 0x0); |
| 4814 | dwc_ddrphy_apb_wr_32b(0x58154, 0x0); |
| 4815 | dwc_ddrphy_apb_wr_32b(0x58156, 0x0); |
| 4816 | dwc_ddrphy_apb_wr_32b(0x58158, 0x0); |
| 4817 | dwc_ddrphy_apb_wr_32b(0x5815a, 0x0); |
| 4818 | dwc_ddrphy_apb_wr_32b(0x5815c, 0x0); |
| 4819 | dwc_ddrphy_apb_wr_32b(0x5815e, 0x0); |
| 4820 | dwc_ddrphy_apb_wr_32b(0x58160, 0x0); |
| 4821 | dwc_ddrphy_apb_wr_32b(0x58162, 0x0); |
| 4822 | dwc_ddrphy_apb_wr_32b(0x58164, 0x0); |
| 4823 | dwc_ddrphy_apb_wr_32b(0x58166, 0x0); |
| 4824 | dwc_ddrphy_apb_wr_32b(0x58168, 0x0); |
| 4825 | dwc_ddrphy_apb_wr_32b(0x5816a, 0x0); |
| 4826 | dwc_ddrphy_apb_wr_32b(0x5816c, 0x0); |
| 4827 | dwc_ddrphy_apb_wr_32b(0x5816e, 0x0); |
| 4828 | dwc_ddrphy_apb_wr_32b(0x58170, 0x0); |
| 4829 | dwc_ddrphy_apb_wr_32b(0x58172, 0x0); |
| 4830 | dwc_ddrphy_apb_wr_32b(0x58174, 0x0); |
| 4831 | dwc_ddrphy_apb_wr_32b(0x58176, 0x0); |
| 4832 | dwc_ddrphy_apb_wr_32b(0x58178, 0x0); |
| 4833 | dwc_ddrphy_apb_wr_32b(0x5817a, 0x0); |
| 4834 | dwc_ddrphy_apb_wr_32b(0x5817c, 0x0); |
| 4835 | dwc_ddrphy_apb_wr_32b(0x5817e, 0x0); |
| 4836 | dwc_ddrphy_apb_wr_32b(0x58180, 0x1); |
| 4837 | dwc_ddrphy_apb_wr_32b(0x58182, 0x0); |
| 4838 | dwc_ddrphy_apb_wr_32b(0x58184, 0x0); |
| 4839 | dwc_ddrphy_apb_wr_32b(0x58186, 0x0); |
| 4840 | dwc_ddrphy_apb_wr_32b(0x58188, 0x0); |
| 4841 | dwc_ddrphy_apb_wr_32b(0x5818a, 0x0); |
| 4842 | dwc_ddrphy_apb_wr_32b(0x5818c, 0x0); |
| 4843 | dwc_ddrphy_apb_wr_32b(0x5818e, 0x0); |
| 4844 | dwc_ddrphy_apb_wr_32b(0x58190, 0x0); |
| 4845 | dwc_ddrphy_apb_wr_32b(0x58192, 0x0); |
| 4846 | dwc_ddrphy_apb_wr_32b(0x58194, 0x0); |
| 4847 | dwc_ddrphy_apb_wr_32b(0x58196, 0x0); |
| 4848 | dwc_ddrphy_apb_wr_32b(0x58198, 0x0); |
| 4849 | dwc_ddrphy_apb_wr_32b(0x5819a, 0x0); |
| 4850 | dwc_ddrphy_apb_wr_32b(0x5819c, 0x0); |
| 4851 | dwc_ddrphy_apb_wr_32b(0x5819e, 0x0); |
| 4852 | dwc_ddrphy_apb_wr_32b(0x581a0, 0x0); |
| 4853 | dwc_ddrphy_apb_wr_32b(0x581a2, 0x0); |
| 4854 | dwc_ddrphy_apb_wr_32b(0x581a4, 0x0); |
| 4855 | dwc_ddrphy_apb_wr_32b(0x581a6, 0x0); |
| 4856 | dwc_ddrphy_apb_wr_32b(0x581a8, 0x0); |
| 4857 | dwc_ddrphy_apb_wr_32b(0x581aa, 0x0); |
| 4858 | dwc_ddrphy_apb_wr_32b(0x581ac, 0x0); |
| 4859 | dwc_ddrphy_apb_wr_32b(0x581ae, 0x0); |
| 4860 | dwc_ddrphy_apb_wr_32b(0x581b0, 0x0); |
| 4861 | dwc_ddrphy_apb_wr_32b(0x581b2, 0x0); |
| 4862 | dwc_ddrphy_apb_wr_32b(0x581b4, 0x0); |
| 4863 | dwc_ddrphy_apb_wr_32b(0x581b6, 0x0); |
| 4864 | dwc_ddrphy_apb_wr_32b(0x581b8, 0x0); |
| 4865 | dwc_ddrphy_apb_wr_32b(0x581ba, 0x0); |
| 4866 | dwc_ddrphy_apb_wr_32b(0x581bc, 0x0); |
| 4867 | dwc_ddrphy_apb_wr_32b(0x581be, 0x0); |
| 4868 | dwc_ddrphy_apb_wr_32b(0x581c0, 0x0); |
| 4869 | dwc_ddrphy_apb_wr_32b(0x581c2, 0x0); |
| 4870 | dwc_ddrphy_apb_wr_32b(0x581c4, 0x0); |
| 4871 | dwc_ddrphy_apb_wr_32b(0x581c6, 0x0); |
| 4872 | dwc_ddrphy_apb_wr_32b(0x581c8, 0x0); |
| 4873 | dwc_ddrphy_apb_wr_32b(0x581ca, 0x0); |
| 4874 | dwc_ddrphy_apb_wr_32b(0x581cc, 0x0); |
| 4875 | dwc_ddrphy_apb_wr_32b(0x581ce, 0x0); |
| 4876 | dwc_ddrphy_apb_wr_32b(0x581d0, 0x0); |
| 4877 | dwc_ddrphy_apb_wr_32b(0x581d2, 0x0); |
| 4878 | dwc_ddrphy_apb_wr_32b(0x581d4, 0x0); |
| 4879 | dwc_ddrphy_apb_wr_32b(0x581d6, 0x0); |
| 4880 | dwc_ddrphy_apb_wr_32b(0x581d8, 0x0); |
| 4881 | dwc_ddrphy_apb_wr_32b(0x581da, 0x0); |
| 4882 | dwc_ddrphy_apb_wr_32b(0x581dc, 0x0); |
| 4883 | dwc_ddrphy_apb_wr_32b(0x581de, 0x0); |
| 4884 | dwc_ddrphy_apb_wr_32b(0x581e0, 0x0); |
| 4885 | dwc_ddrphy_apb_wr_32b(0x581e2, 0x0); |
| 4886 | dwc_ddrphy_apb_wr_32b(0x581e4, 0x0); |
| 4887 | dwc_ddrphy_apb_wr_32b(0x581e6, 0x0); |
| 4888 | dwc_ddrphy_apb_wr_32b(0x581e8, 0x0); |
| 4889 | dwc_ddrphy_apb_wr_32b(0x581ea, 0x0); |
| 4890 | dwc_ddrphy_apb_wr_32b(0x581ec, 0x0); |
| 4891 | dwc_ddrphy_apb_wr_32b(0x581ee, 0x0); |
| 4892 | dwc_ddrphy_apb_wr_32b(0x581f0, 0x0); |
| 4893 | dwc_ddrphy_apb_wr_32b(0x581f2, 0x0); |
| 4894 | dwc_ddrphy_apb_wr_32b(0x581f4, 0x0); |
| 4895 | dwc_ddrphy_apb_wr_32b(0x581f6, 0x0); |
| 4896 | dwc_ddrphy_apb_wr_32b(0x581f8, 0x0); |
| 4897 | dwc_ddrphy_apb_wr_32b(0x581fa, 0x0); |
| 4898 | dwc_ddrphy_apb_wr_32b(0x581fc, 0x0); |
| 4899 | dwc_ddrphy_apb_wr_32b(0x581fe, 0x0); |
| 4900 | dwc_ddrphy_apb_wr_32b(0x58200, 0x1); |
| 4901 | dwc_ddrphy_apb_wr_32b(0x58202, 0x0); |
| 4902 | dwc_ddrphy_apb_wr_32b(0x58204, 0x0); |
| 4903 | dwc_ddrphy_apb_wr_32b(0x58206, 0x0); |
| 4904 | dwc_ddrphy_apb_wr_32b(0x58208, 0x0); |
| 4905 | dwc_ddrphy_apb_wr_32b(0x5820a, 0x0); |
| 4906 | dwc_ddrphy_apb_wr_32b(0x5820c, 0x0); |
| 4907 | dwc_ddrphy_apb_wr_32b(0x5820e, 0x0); |
| 4908 | dwc_ddrphy_apb_wr_32b(0x58210, 0x0); |
| 4909 | dwc_ddrphy_apb_wr_32b(0x58212, 0x0); |
| 4910 | dwc_ddrphy_apb_wr_32b(0x58214, 0x0); |
| 4911 | dwc_ddrphy_apb_wr_32b(0x58216, 0x0); |
| 4912 | dwc_ddrphy_apb_wr_32b(0x58218, 0x0); |
| 4913 | dwc_ddrphy_apb_wr_32b(0x5821a, 0x0); |
| 4914 | dwc_ddrphy_apb_wr_32b(0x5821c, 0x0); |
| 4915 | dwc_ddrphy_apb_wr_32b(0x5821e, 0x0); |
| 4916 | dwc_ddrphy_apb_wr_32b(0x58220, 0x0); |
| 4917 | dwc_ddrphy_apb_wr_32b(0x58222, 0x0); |
| 4918 | dwc_ddrphy_apb_wr_32b(0x58224, 0x0); |
| 4919 | dwc_ddrphy_apb_wr_32b(0x58226, 0x0); |
| 4920 | dwc_ddrphy_apb_wr_32b(0x58228, 0x0); |
| 4921 | dwc_ddrphy_apb_wr_32b(0x5822a, 0x0); |
| 4922 | dwc_ddrphy_apb_wr_32b(0x5822c, 0x0); |
| 4923 | dwc_ddrphy_apb_wr_32b(0x5822e, 0x0); |
| 4924 | dwc_ddrphy_apb_wr_32b(0x58230, 0x0); |
| 4925 | dwc_ddrphy_apb_wr_32b(0x58232, 0x0); |
| 4926 | dwc_ddrphy_apb_wr_32b(0x58234, 0x0); |
| 4927 | dwc_ddrphy_apb_wr_32b(0x58236, 0x0); |
| 4928 | dwc_ddrphy_apb_wr_32b(0x58238, 0x0); |
| 4929 | dwc_ddrphy_apb_wr_32b(0x5823a, 0x0); |
| 4930 | dwc_ddrphy_apb_wr_32b(0x5823c, 0x0); |
| 4931 | dwc_ddrphy_apb_wr_32b(0x5823e, 0x0); |
| 4932 | dwc_ddrphy_apb_wr_32b(0x58240, 0x0); |
| 4933 | dwc_ddrphy_apb_wr_32b(0x58242, 0x0); |
| 4934 | dwc_ddrphy_apb_wr_32b(0x58244, 0x0); |
| 4935 | dwc_ddrphy_apb_wr_32b(0x58246, 0x0); |
| 4936 | dwc_ddrphy_apb_wr_32b(0x58248, 0x0); |
| 4937 | dwc_ddrphy_apb_wr_32b(0x5824a, 0x0); |
| 4938 | dwc_ddrphy_apb_wr_32b(0x5824c, 0x0); |
| 4939 | dwc_ddrphy_apb_wr_32b(0x5824e, 0x0); |
| 4940 | dwc_ddrphy_apb_wr_32b(0x58250, 0x0); |
| 4941 | dwc_ddrphy_apb_wr_32b(0x58252, 0x0); |
| 4942 | dwc_ddrphy_apb_wr_32b(0x58254, 0x0); |
| 4943 | dwc_ddrphy_apb_wr_32b(0x58256, 0x0); |
| 4944 | dwc_ddrphy_apb_wr_32b(0x58258, 0x0); |
| 4945 | dwc_ddrphy_apb_wr_32b(0x5825a, 0x0); |
| 4946 | dwc_ddrphy_apb_wr_32b(0x5825c, 0x0); |
| 4947 | dwc_ddrphy_apb_wr_32b(0x5825e, 0x0); |
| 4948 | dwc_ddrphy_apb_wr_32b(0x58260, 0x0); |
| 4949 | dwc_ddrphy_apb_wr_32b(0x58262, 0x0); |
| 4950 | dwc_ddrphy_apb_wr_32b(0x58264, 0x0); |
| 4951 | dwc_ddrphy_apb_wr_32b(0x58266, 0x0); |
| 4952 | dwc_ddrphy_apb_wr_32b(0x58268, 0x0); |
| 4953 | dwc_ddrphy_apb_wr_32b(0x5826a, 0x0); |
| 4954 | dwc_ddrphy_apb_wr_32b(0x5826c, 0x0); |
| 4955 | dwc_ddrphy_apb_wr_32b(0x5826e, 0x0); |
| 4956 | dwc_ddrphy_apb_wr_32b(0x58270, 0x0); |
| 4957 | dwc_ddrphy_apb_wr_32b(0x58272, 0x0); |
| 4958 | dwc_ddrphy_apb_wr_32b(0x58274, 0x0); |
| 4959 | dwc_ddrphy_apb_wr_32b(0x58276, 0x0); |
| 4960 | dwc_ddrphy_apb_wr_32b(0x58278, 0x0); |
| 4961 | dwc_ddrphy_apb_wr_32b(0x5827a, 0x0); |
| 4962 | dwc_ddrphy_apb_wr_32b(0x5827c, 0x0); |
| 4963 | dwc_ddrphy_apb_wr_32b(0x5827e, 0x0); |
| 4964 | dwc_ddrphy_apb_wr_32b(0x58280, 0x1); |
| 4965 | dwc_ddrphy_apb_wr_32b(0x58282, 0x0); |
| 4966 | dwc_ddrphy_apb_wr_32b(0x58284, 0x0); |
| 4967 | dwc_ddrphy_apb_wr_32b(0x58286, 0x0); |
| 4968 | dwc_ddrphy_apb_wr_32b(0x58288, 0x0); |
| 4969 | dwc_ddrphy_apb_wr_32b(0x5828a, 0x0); |
| 4970 | dwc_ddrphy_apb_wr_32b(0x5828c, 0x0); |
| 4971 | dwc_ddrphy_apb_wr_32b(0x5828e, 0x0); |
| 4972 | dwc_ddrphy_apb_wr_32b(0x58290, 0x0); |
| 4973 | dwc_ddrphy_apb_wr_32b(0x58292, 0x0); |
| 4974 | dwc_ddrphy_apb_wr_32b(0x58294, 0x0); |
| 4975 | dwc_ddrphy_apb_wr_32b(0x58296, 0x0); |
| 4976 | dwc_ddrphy_apb_wr_32b(0x58298, 0x0); |
| 4977 | dwc_ddrphy_apb_wr_32b(0x5829a, 0x0); |
| 4978 | dwc_ddrphy_apb_wr_32b(0x5829c, 0x0); |
| 4979 | dwc_ddrphy_apb_wr_32b(0x5829e, 0x0); |
| 4980 | dwc_ddrphy_apb_wr_32b(0x582a0, 0x0); |
| 4981 | dwc_ddrphy_apb_wr_32b(0x582a2, 0x0); |
| 4982 | dwc_ddrphy_apb_wr_32b(0x582a4, 0x0); |
| 4983 | dwc_ddrphy_apb_wr_32b(0x582a6, 0x0); |
| 4984 | dwc_ddrphy_apb_wr_32b(0x582a8, 0x0); |
| 4985 | dwc_ddrphy_apb_wr_32b(0x582aa, 0x0); |
| 4986 | dwc_ddrphy_apb_wr_32b(0x582ac, 0x0); |
| 4987 | dwc_ddrphy_apb_wr_32b(0x582ae, 0x0); |
| 4988 | dwc_ddrphy_apb_wr_32b(0x582b0, 0x0); |
| 4989 | dwc_ddrphy_apb_wr_32b(0x582b2, 0x0); |
| 4990 | dwc_ddrphy_apb_wr_32b(0x582b4, 0x0); |
| 4991 | dwc_ddrphy_apb_wr_32b(0x582b6, 0x0); |
| 4992 | dwc_ddrphy_apb_wr_32b(0x582b8, 0x0); |
| 4993 | dwc_ddrphy_apb_wr_32b(0x582ba, 0x0); |
| 4994 | dwc_ddrphy_apb_wr_32b(0x582bc, 0x0); |
| 4995 | dwc_ddrphy_apb_wr_32b(0x582be, 0x0); |
| 4996 | dwc_ddrphy_apb_wr_32b(0x582c0, 0x0); |
| 4997 | dwc_ddrphy_apb_wr_32b(0x582c2, 0x0); |
| 4998 | dwc_ddrphy_apb_wr_32b(0x582c4, 0x0); |
| 4999 | dwc_ddrphy_apb_wr_32b(0x582c6, 0x0); |
| 5000 | dwc_ddrphy_apb_wr_32b(0x582c8, 0x0); |
| 5001 | dwc_ddrphy_apb_wr_32b(0x582ca, 0x0); |
| 5002 | dwc_ddrphy_apb_wr_32b(0x582cc, 0x0); |
| 5003 | dwc_ddrphy_apb_wr_32b(0x582ce, 0x0); |
| 5004 | dwc_ddrphy_apb_wr_32b(0x582d0, 0x0); |
| 5005 | dwc_ddrphy_apb_wr_32b(0x582d2, 0x0); |
| 5006 | dwc_ddrphy_apb_wr_32b(0x582d4, 0x0); |
| 5007 | dwc_ddrphy_apb_wr_32b(0x582d6, 0x0); |
| 5008 | dwc_ddrphy_apb_wr_32b(0x582d8, 0x0); |
| 5009 | dwc_ddrphy_apb_wr_32b(0x582da, 0x0); |
| 5010 | dwc_ddrphy_apb_wr_32b(0x582dc, 0x0); |
| 5011 | dwc_ddrphy_apb_wr_32b(0x582de, 0x0); |
| 5012 | dwc_ddrphy_apb_wr_32b(0x582e0, 0x0); |
| 5013 | dwc_ddrphy_apb_wr_32b(0x582e2, 0x0); |
| 5014 | dwc_ddrphy_apb_wr_32b(0x582e4, 0x0); |
| 5015 | dwc_ddrphy_apb_wr_32b(0x582e6, 0x0); |
| 5016 | dwc_ddrphy_apb_wr_32b(0x582e8, 0x0); |
| 5017 | dwc_ddrphy_apb_wr_32b(0x582ea, 0x0); |
| 5018 | dwc_ddrphy_apb_wr_32b(0x582ec, 0x0); |
| 5019 | dwc_ddrphy_apb_wr_32b(0x582ee, 0x0); |
| 5020 | dwc_ddrphy_apb_wr_32b(0x582f0, 0x0); |
| 5021 | dwc_ddrphy_apb_wr_32b(0x582f2, 0x0); |
| 5022 | dwc_ddrphy_apb_wr_32b(0x582f4, 0x0); |
| 5023 | dwc_ddrphy_apb_wr_32b(0x582f6, 0x0); |
| 5024 | dwc_ddrphy_apb_wr_32b(0x582f8, 0x0); |
| 5025 | dwc_ddrphy_apb_wr_32b(0x582fa, 0x0); |
| 5026 | dwc_ddrphy_apb_wr_32b(0x582fc, 0x0); |
| 5027 | dwc_ddrphy_apb_wr_32b(0x582fe, 0x0); |
| 5028 | dwc_ddrphy_apb_wr_32b(0x58300, 0x17171717); |
| 5029 | dwc_ddrphy_apb_wr_32b(0x58302, 0x17171717); |
| 5030 | dwc_ddrphy_apb_wr_32b(0x58304, 0x17171717); |
| 5031 | dwc_ddrphy_apb_wr_32b(0x58306, 0x17171717); |
| 5032 | dwc_ddrphy_apb_wr_32b(0x58308, 0x17171717); |
| 5033 | dwc_ddrphy_apb_wr_32b(0x5830a, 0x17171717); |
| 5034 | dwc_ddrphy_apb_wr_32b(0x5830c, 0x17171717); |
| 5035 | dwc_ddrphy_apb_wr_32b(0x5830e, 0x17171717); |
| 5036 | dwc_ddrphy_apb_wr_32b(0x58310, 0x17171717); |
| 5037 | dwc_ddrphy_apb_wr_32b(0x58312, 0x17171717); |
| 5038 | dwc_ddrphy_apb_wr_32b(0x58314, 0x17171717); |
| 5039 | dwc_ddrphy_apb_wr_32b(0x58316, 0x17171717); |
| 5040 | dwc_ddrphy_apb_wr_32b(0x58318, 0x17171717); |
| 5041 | dwc_ddrphy_apb_wr_32b(0x5831a, 0x17171717); |
| 5042 | dwc_ddrphy_apb_wr_32b(0x5831c, 0x17171717); |
| 5043 | dwc_ddrphy_apb_wr_32b(0x5831e, 0x17171717); |
| 5044 | dwc_ddrphy_apb_wr_32b(0x58320, 0x17171717); |
| 5045 | dwc_ddrphy_apb_wr_32b(0x58322, 0x17171717); |
| 5046 | dwc_ddrphy_apb_wr_32b(0x58324, 0x17171717); |
| 5047 | dwc_ddrphy_apb_wr_32b(0x58326, 0x17171717); |
| 5048 | dwc_ddrphy_apb_wr_32b(0x58328, 0x0); |
| 5049 | dwc_ddrphy_apb_wr_32b(0x5832a, 0x0); |
| 5050 | dwc_ddrphy_apb_wr_32b(0x5832c, 0x0); |
| 5051 | dwc_ddrphy_apb_wr_32b(0x5832e, 0x0); |
| 5052 | dwc_ddrphy_apb_wr_32b(0x58330, 0x0); |
| 5053 | dwc_ddrphy_apb_wr_32b(0x58332, 0x0); |
| 5054 | dwc_ddrphy_apb_wr_32b(0x58334, 0x0); |
| 5055 | dwc_ddrphy_apb_wr_32b(0x58336, 0x0); |
| 5056 | dwc_ddrphy_apb_wr_32b(0x58338, 0x0); |
| 5057 | dwc_ddrphy_apb_wr_32b(0x5833a, 0x0); |
| 5058 | dwc_ddrphy_apb_wr_32b(0x5833c, 0x0); |
| 5059 | dwc_ddrphy_apb_wr_32b(0x5833e, 0x0); |
| 5060 | dwc_ddrphy_apb_wr_32b(0x58340, 0x0); |
| 5061 | dwc_ddrphy_apb_wr_32b(0x58342, 0x0); |
| 5062 | dwc_ddrphy_apb_wr_32b(0x58344, 0x0); |
| 5063 | dwc_ddrphy_apb_wr_32b(0x58346, 0x0); |
| 5064 | dwc_ddrphy_apb_wr_32b(0x58348, 0x0); |
| 5065 | dwc_ddrphy_apb_wr_32b(0x5834a, 0x0); |
| 5066 | dwc_ddrphy_apb_wr_32b(0x5834c, 0x0); |
| 5067 | dwc_ddrphy_apb_wr_32b(0x5834e, 0x0); |
| 5068 | dwc_ddrphy_apb_wr_32b(0x58350, 0x0); |
| 5069 | dwc_ddrphy_apb_wr_32b(0x58352, 0x0); |
| 5070 | dwc_ddrphy_apb_wr_32b(0x58354, 0x0); |
| 5071 | dwc_ddrphy_apb_wr_32b(0x58356, 0x0); |
| 5072 | dwc_ddrphy_apb_wr_32b(0x58358, 0x0); |
| 5073 | dwc_ddrphy_apb_wr_32b(0x5835a, 0x0); |
| 5074 | dwc_ddrphy_apb_wr_32b(0x5835c, 0x0); |
| 5075 | dwc_ddrphy_apb_wr_32b(0x5835e, 0x0); |
| 5076 | dwc_ddrphy_apb_wr_32b(0x58360, 0x0); |
| 5077 | dwc_ddrphy_apb_wr_32b(0x58362, 0x0); |
| 5078 | dwc_ddrphy_apb_wr_32b(0x58364, 0x0); |
| 5079 | dwc_ddrphy_apb_wr_32b(0x58366, 0x0); |
| 5080 | dwc_ddrphy_apb_wr_32b(0x58368, 0x0); |
| 5081 | dwc_ddrphy_apb_wr_32b(0x5836a, 0x0); |
| 5082 | dwc_ddrphy_apb_wr_32b(0x5836c, 0x0); |
| 5083 | dwc_ddrphy_apb_wr_32b(0x5836e, 0x0); |
| 5084 | dwc_ddrphy_apb_wr_32b(0x58370, 0x0); |
| 5085 | dwc_ddrphy_apb_wr_32b(0x58372, 0x0); |
| 5086 | dwc_ddrphy_apb_wr_32b(0x58374, 0x0); |
| 5087 | dwc_ddrphy_apb_wr_32b(0x58376, 0x0); |
| 5088 | dwc_ddrphy_apb_wr_32b(0x58378, 0x0); |
| 5089 | dwc_ddrphy_apb_wr_32b(0x5837a, 0x0); |
| 5090 | dwc_ddrphy_apb_wr_32b(0x5837c, 0x0); |
| 5091 | dwc_ddrphy_apb_wr_32b(0x5837e, 0x0); |
| 5092 | dwc_ddrphy_apb_wr_32b(0x58380, 0x0); |
| 5093 | dwc_ddrphy_apb_wr_32b(0x58382, 0x0); |
| 5094 | dwc_ddrphy_apb_wr_32b(0x58384, 0x0); |
| 5095 | dwc_ddrphy_apb_wr_32b(0x58386, 0x0); |
| 5096 | dwc_ddrphy_apb_wr_32b(0x58388, 0x0); |
| 5097 | dwc_ddrphy_apb_wr_32b(0x5838a, 0x0); |
| 5098 | dwc_ddrphy_apb_wr_32b(0x5838c, 0x0); |
| 5099 | dwc_ddrphy_apb_wr_32b(0x5838e, 0x0); |
| 5100 | dwc_ddrphy_apb_wr_32b(0x58390, 0x0); |
| 5101 | dwc_ddrphy_apb_wr_32b(0x58392, 0x0); |
| 5102 | dwc_ddrphy_apb_wr_32b(0x58394, 0x0); |
| 5103 | dwc_ddrphy_apb_wr_32b(0x58396, 0x0); |
| 5104 | dwc_ddrphy_apb_wr_32b(0x58398, 0x0); |
| 5105 | dwc_ddrphy_apb_wr_32b(0x5839a, 0x0); |
| 5106 | dwc_ddrphy_apb_wr_32b(0x5839c, 0x0); |
| 5107 | dwc_ddrphy_apb_wr_32b(0x5839e, 0x0); |
| 5108 | dwc_ddrphy_apb_wr_32b(0x583a0, 0x0); |
| 5109 | dwc_ddrphy_apb_wr_32b(0x583a2, 0x0); |
| 5110 | dwc_ddrphy_apb_wr_32b(0x583a4, 0x0); |
| 5111 | dwc_ddrphy_apb_wr_32b(0x583a6, 0x0); |
| 5112 | dwc_ddrphy_apb_wr_32b(0x583a8, 0x0); |
| 5113 | dwc_ddrphy_apb_wr_32b(0x583aa, 0x0); |
| 5114 | dwc_ddrphy_apb_wr_32b(0x583ac, 0x0); |
| 5115 | dwc_ddrphy_apb_wr_32b(0x583ae, 0x0); |
| 5116 | dwc_ddrphy_apb_wr_32b(0x583b0, 0x0); |
| 5117 | dwc_ddrphy_apb_wr_32b(0x583b2, 0x0); |
| 5118 | dwc_ddrphy_apb_wr_32b(0x583b4, 0x0); |
| 5119 | dwc_ddrphy_apb_wr_32b(0x583b6, 0x0); |
| 5120 | dwc_ddrphy_apb_wr_32b(0x583b8, 0x0); |
| 5121 | dwc_ddrphy_apb_wr_32b(0x583ba, 0x0); |
| 5122 | dwc_ddrphy_apb_wr_32b(0x583bc, 0x0); |
| 5123 | dwc_ddrphy_apb_wr_32b(0x583be, 0x0); |
| 5124 | dwc_ddrphy_apb_wr_32b(0x583c0, 0x0); |
| 5125 | dwc_ddrphy_apb_wr_32b(0x583c2, 0x0); |
| 5126 | dwc_ddrphy_apb_wr_32b(0x583c4, 0x0); |
| 5127 | dwc_ddrphy_apb_wr_32b(0x583c6, 0x0); |
| 5128 | dwc_ddrphy_apb_wr_32b(0x583c8, 0x0); |
| 5129 | dwc_ddrphy_apb_wr_32b(0x583ca, 0x0); |
| 5130 | dwc_ddrphy_apb_wr_32b(0x583cc, 0x0); |
| 5131 | dwc_ddrphy_apb_wr_32b(0x583ce, 0x0); |
| 5132 | dwc_ddrphy_apb_wr_32b(0x583d0, 0x0); |
| 5133 | dwc_ddrphy_apb_wr_32b(0x583d2, 0x0); |
| 5134 | dwc_ddrphy_apb_wr_32b(0x583d4, 0x0); |
| 5135 | dwc_ddrphy_apb_wr_32b(0x583d6, 0x0); |
| 5136 | dwc_ddrphy_apb_wr_32b(0x583d8, 0x0); |
| 5137 | dwc_ddrphy_apb_wr_32b(0x583da, 0x0); |
| 5138 | dwc_ddrphy_apb_wr_32b(0x583dc, 0x0); |
| 5139 | dwc_ddrphy_apb_wr_32b(0x583de, 0x0); |
| 5140 | dwc_ddrphy_apb_wr_32b(0x583e0, 0x0); |
| 5141 | dwc_ddrphy_apb_wr_32b(0x583e2, 0x0); |
| 5142 | dwc_ddrphy_apb_wr_32b(0x583e4, 0x0); |
| 5143 | dwc_ddrphy_apb_wr_32b(0x583e6, 0x0); |
| 5144 | dwc_ddrphy_apb_wr_32b(0x583e8, 0x0); |
| 5145 | dwc_ddrphy_apb_wr_32b(0x583ea, 0x0); |
| 5146 | dwc_ddrphy_apb_wr_32b(0x583ec, 0x0); |
| 5147 | dwc_ddrphy_apb_wr_32b(0x583ee, 0x0); |
| 5148 | dwc_ddrphy_apb_wr_32b(0x583f0, 0x0); |
| 5149 | dwc_ddrphy_apb_wr_32b(0x583f2, 0x0); |
| 5150 | dwc_ddrphy_apb_wr_32b(0x583f4, 0x0); |
| 5151 | dwc_ddrphy_apb_wr_32b(0x583f6, 0x0); |
| 5152 | dwc_ddrphy_apb_wr_32b(0x583f8, 0x0); |
| 5153 | dwc_ddrphy_apb_wr_32b(0x583fa, 0x0); |
| 5154 | dwc_ddrphy_apb_wr_32b(0x583fc, 0x0); |
| 5155 | dwc_ddrphy_apb_wr_32b(0x583fe, 0x0); |
| 5156 | //// [dwc_ddrphy_phyinit_WriteOutMem] DONE. Index 0x8000 |
| 5157 | //// 2. Isolate the APB access from the internal CSRs by setting the MicroContMuxSel CSR to 1. |
| 5158 | //// This allows the firmware unrestricted access to the configuration CSRs. |
| 5159 | dwc_ddrphy_apb_wr(0xd0000, 0x1); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 5160 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 5161 | //// [phyinit_F_loadDMEM, 1D] End of dwc_ddrphy_phyinit_F_loadDMEM() |
| 5162 | // |
| 5163 | // |
| 5164 | ////############################################################## |
| 5165 | //// |
| 5166 | //// 4.3.7(G) Execute the Training Firmware |
| 5167 | //// |
| 5168 | //// The training firmware is executed with the following procedure: |
| 5169 | //// |
| 5170 | ////############################################################## |
| 5171 | // |
| 5172 | // |
| 5173 | //// 1. Reset the firmware microcontroller by writing the MicroReset CSR to set the StallToMicro and |
| 5174 | //// ResetToMicro fields to 1 (all other fields should be zero). |
| 5175 | //// Then rewrite the CSR so that only the StallToMicro remains set (all other fields should be zero). |
| 5176 | dwc_ddrphy_apb_wr(0xd0000, 0x1); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 5177 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 5178 | dwc_ddrphy_apb_wr(0xd0099, 0x9); // DWC_DDRPHYA_APBONLY0_MicroReset |
| 5179 | dwc_ddrphy_apb_wr(0xd0099, 0x1); // DWC_DDRPHYA_APBONLY0_MicroReset |
| 5180 | // |
| 5181 | //// 2. Begin execution of the training firmware by setting the MicroReset CSR to 4'b0000. |
| 5182 | dwc_ddrphy_apb_wr(0xd0099, 0x0); // DWC_DDRPHYA_APBONLY0_MicroReset |
| 5183 | // |
| 5184 | //// 3. Wait for the training firmware to complete by following the procedure in "uCtrl Initialization and Mailbox Messaging" |
| 5185 | //// 4.3.7 3. Wait for the training firmware to complete. Implement timeout function or follow the procedure in "3.4 Running the firmware" of the Training Firmware Application Note to poll the Mailbox message. |
| 5186 | dwc_ddrphy_phyinit_userCustom_G_waitFwDone(sdrammc); |
| 5187 | |
| 5188 | //// [dwc_ddrphy_phyinit_userCustom_G_waitFwDone] End of dwc_ddrphy_phyinit_userCustom_G_waitFwDone() |
| 5189 | //// 4. Halt the microcontroller." |
| 5190 | dwc_ddrphy_apb_wr(0xd0099, 0x1); // DWC_DDRPHYA_APBONLY0_MicroReset |
| 5191 | dwc_ddrphy_apb_wr(0x20089, 0x0); // DWC_DDRPHYA_MASTER0_base0_CalZap |
| 5192 | //// [dwc_ddrphy_phyinit_G_execFW] End of dwc_ddrphy_phyinit_G_execFW() |
| 5193 | // |
| 5194 | // |
| 5195 | ////############################################################## |
| 5196 | //// |
| 5197 | //// 4.3.8(H) Read the Message Block results |
| 5198 | //// |
| 5199 | //// The procedure is as follows: |
| 5200 | //// |
| 5201 | ////############################################################## |
| 5202 | // |
| 5203 | // |
| 5204 | //// 1. Enable access to the internal CSRs by setting the MicroContMuxSel CSR to 0. |
| 5205 | dwc_ddrphy_apb_wr(0xd0000, 0x0); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 5206 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 5207 | // |
| 5208 | //2. Read the Firmware Message Block to obtain the results from the training. |
| 5209 | //This can be accomplished by issuing APB read commands to the DMEM addresses. |
| 5210 | //Example: |
| 5211 | //if (Train2D) |
| 5212 | //{ |
| 5213 | // _read_2d_message_block_outputs_ |
| 5214 | //} |
| 5215 | //else |
| 5216 | //{ |
| 5217 | // _read_1d_message_block_outputs_ |
| 5218 | //} |
| 5219 | //This can be accomplished by issuing APB read commands to the DMEM addresses. |
| 5220 | dwc_ddrphy_phyinit_userCustom_H_readMsgBlock(sdrammc, 0); |
| 5221 | |
| 5222 | //[dwc_ddrphy_phyinit_userCustom_H_readMsgBlock] End of dwc_ddrphy_phyinit_userCustom_H_readMsgBlock() |
| 5223 | //// 3. Isolate the APB access from the internal CSRs by setting the MicroContMuxSel CSR to 1. |
| 5224 | dwc_ddrphy_apb_wr(0xd0000, 0x1); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 5225 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 5226 | //// 4. If training is required at another frequency, repeat the operations starting at step (E). |
| 5227 | //// [dwc_ddrphy_phyinit_H_readMsgBlock] End of dwc_ddrphy_phyinit_H_readMsgBlock() |
| 5228 | //// [initRuntimeConfigEnableBits] Start of initRuntimeConfigEnableBits() |
| 5229 | //// [initRuntimeConfigEnableBits] enableBits[0] = 0x00000009 |
| 5230 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_A0 = 0x00000000, rtt_required = 0x00000001 |
| 5231 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_A1 = 0x00000000, rtt_required = 0x00000002 |
| 5232 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_A2 = 0x00000000, rtt_required = 0x00000004 |
| 5233 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_A3 = 0x00000000, rtt_required = 0x00000008 |
| 5234 | //// [initRuntimeConfigEnableBits] enableBits[1] = 0x00000000 |
| 5235 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_B0 = 0x00000000, rtt_required = 0x00000001 |
| 5236 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_B1 = 0x00000000, rtt_required = 0x00000002 |
| 5237 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_B2 = 0x00000000, rtt_required = 0x00000004 |
| 5238 | //// [initRuntimeConfigEnableBits] WR_RD_RTT_PARK_B3 = 0x00000000, rtt_required = 0x00000008 |
| 5239 | //// [initRuntimeConfigEnableBits] enableBits[2] = 0x00000000 |
| 5240 | //// [initRuntimeConfigEnableBits] End of initRuntimeConfigEnableBits() |
| 5241 | //// [phyinit_I_loadPIEImage] Start of dwc_ddrphy_phyinit_I_loadPIEImage() |
| 5242 | // |
| 5243 | // |
| 5244 | ////############################################################## |
| 5245 | //// |
| 5246 | //// 4.3.9(I) Load PHY Init Engine Image |
| 5247 | //// |
| 5248 | //// Load the PHY Initialization Engine memory with the provided initialization sequence. |
| 5249 | //// |
| 5250 | ////############################################################## |
| 5251 | // |
| 5252 | // |
| 5253 | //// Enable access to the internal CSRs by setting the MicroContMuxSel CSR to 0. |
| 5254 | //// This allows the memory controller unrestricted access to the configuration CSRs. |
| 5255 | dwc_ddrphy_apb_wr(0xd0000, 0x0); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 5256 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 5257 | //// [phyinit_I_loadPIEImage] Programming ForceClkGaterEnables::ForcePubDxClkEnLow to 0x1 |
| 5258 | dwc_ddrphy_apb_wr(0x200a6, 0x2); // DWC_DDRPHYA_MASTER0_base0_ForceClkGaterEnables |
| 5259 | //// [phyinit_I_loadPIEImage] Programming PIE Production Code |
| 5260 | //// [phyinit_LoadPIECodeSections] Start of dwc_ddrphy_phyinit_LoadPIECodeSections() |
| 5261 | //// [phyinit_LoadPIECodeSections] Moving start address from 0 to 90000 |
| 5262 | dwc_ddrphy_apb_wr(0x90000, 0x10); // DWC_DDRPHYA_INITENG0_base0_PreSequenceReg0b0s0 |
| 5263 | dwc_ddrphy_apb_wr(0x90001, 0x400); // DWC_DDRPHYA_INITENG0_base0_PreSequenceReg0b0s1 |
| 5264 | dwc_ddrphy_apb_wr(0x90002, 0x10e); // DWC_DDRPHYA_INITENG0_base0_PreSequenceReg0b0s2 |
| 5265 | dwc_ddrphy_apb_wr(0x90003, 0x0); // DWC_DDRPHYA_INITENG0_base0_PreSequenceReg0b1s0 |
| 5266 | dwc_ddrphy_apb_wr(0x90004, 0x0); // DWC_DDRPHYA_INITENG0_base0_PreSequenceReg0b1s1 |
| 5267 | dwc_ddrphy_apb_wr(0x90005, 0x8); // DWC_DDRPHYA_INITENG0_base0_PreSequenceReg0b1s2 |
| 5268 | //// [phyinit_LoadPIECodeSections] Moving start address from 90006 to 41000 |
| 5269 | dwc_ddrphy_apb_wr(0x41000, 0x3fff); |
| 5270 | dwc_ddrphy_apb_wr(0x41001, 0xff00); |
| 5271 | dwc_ddrphy_apb_wr(0x41002, 0x3f); |
| 5272 | dwc_ddrphy_apb_wr(0x41003, 0x2c1); |
| 5273 | dwc_ddrphy_apb_wr(0x41004, 0x3fff); |
| 5274 | dwc_ddrphy_apb_wr(0x41005, 0xff00); |
| 5275 | dwc_ddrphy_apb_wr(0x41006, 0x3f); |
| 5276 | dwc_ddrphy_apb_wr(0x41007, 0xa01); |
| 5277 | dwc_ddrphy_apb_wr(0x41008, 0x3fff); |
| 5278 | dwc_ddrphy_apb_wr(0x41009, 0xff00); |
| 5279 | dwc_ddrphy_apb_wr(0x4100a, 0x3f); |
| 5280 | dwc_ddrphy_apb_wr(0x4100b, 0x1); |
| 5281 | dwc_ddrphy_apb_wr(0x4100c, 0xffff); |
| 5282 | dwc_ddrphy_apb_wr(0x4100d, 0xff03); |
| 5283 | dwc_ddrphy_apb_wr(0x4100e, 0x3ff); |
| 5284 | dwc_ddrphy_apb_wr(0x4100f, 0x0); |
| 5285 | dwc_ddrphy_apb_wr(0x41010, 0xffff); |
| 5286 | dwc_ddrphy_apb_wr(0x41011, 0xff03); |
| 5287 | dwc_ddrphy_apb_wr(0x41012, 0x3ff); |
| 5288 | dwc_ddrphy_apb_wr(0x41013, 0x1c1); |
| 5289 | dwc_ddrphy_apb_wr(0x41014, 0xffff); |
| 5290 | dwc_ddrphy_apb_wr(0x41015, 0xff03); |
| 5291 | dwc_ddrphy_apb_wr(0x41016, 0x3ff); |
| 5292 | dwc_ddrphy_apb_wr(0x41017, 0x1); |
| 5293 | dwc_ddrphy_apb_wr(0x41018, 0xffff); |
| 5294 | dwc_ddrphy_apb_wr(0x41019, 0xff03); |
| 5295 | dwc_ddrphy_apb_wr(0x4101a, 0x3ff); |
| 5296 | dwc_ddrphy_apb_wr(0x4101b, 0x2c1); |
| 5297 | dwc_ddrphy_apb_wr(0x4101c, 0xffff); |
| 5298 | dwc_ddrphy_apb_wr(0x4101d, 0xff03); |
| 5299 | dwc_ddrphy_apb_wr(0x4101e, 0x3ff); |
| 5300 | dwc_ddrphy_apb_wr(0x4101f, 0x101); |
| 5301 | dwc_ddrphy_apb_wr(0x41020, 0x3fff); |
| 5302 | dwc_ddrphy_apb_wr(0x41021, 0xff00); |
| 5303 | dwc_ddrphy_apb_wr(0x41022, 0x3f); |
| 5304 | dwc_ddrphy_apb_wr(0x41023, 0x1); |
| 5305 | dwc_ddrphy_apb_wr(0x41024, 0x3fff); |
| 5306 | dwc_ddrphy_apb_wr(0x41025, 0xff00); |
| 5307 | dwc_ddrphy_apb_wr(0x41026, 0x3ff); |
| 5308 | dwc_ddrphy_apb_wr(0x41027, 0x1); |
| 5309 | dwc_ddrphy_apb_wr(0x41028, 0xffff); |
| 5310 | dwc_ddrphy_apb_wr(0x41029, 0xff03); |
| 5311 | dwc_ddrphy_apb_wr(0x4102a, 0x3ff); |
| 5312 | dwc_ddrphy_apb_wr(0x4102b, 0x2c1); |
| 5313 | dwc_ddrphy_apb_wr(0x4102c, 0xffff); |
| 5314 | dwc_ddrphy_apb_wr(0x4102d, 0xff03); |
| 5315 | dwc_ddrphy_apb_wr(0x4102e, 0x3ff); |
| 5316 | dwc_ddrphy_apb_wr(0x4102f, 0xf901); |
| 5317 | dwc_ddrphy_apb_wr(0x41030, 0xffff); |
| 5318 | dwc_ddrphy_apb_wr(0x41031, 0xff03); |
| 5319 | dwc_ddrphy_apb_wr(0x41032, 0x3ff); |
| 5320 | dwc_ddrphy_apb_wr(0x41033, 0x2c1); |
| 5321 | dwc_ddrphy_apb_wr(0x41034, 0xffff); |
| 5322 | dwc_ddrphy_apb_wr(0x41035, 0xff03); |
| 5323 | dwc_ddrphy_apb_wr(0x41036, 0x3ff); |
| 5324 | dwc_ddrphy_apb_wr(0x41037, 0x5901); |
| 5325 | dwc_ddrphy_apb_wr(0x41038, 0x5a5); |
| 5326 | dwc_ddrphy_apb_wr(0x41039, 0x4000); |
| 5327 | dwc_ddrphy_apb_wr(0x4103a, 0x3c0); |
| 5328 | dwc_ddrphy_apb_wr(0x4103b, 0x1); |
| 5329 | dwc_ddrphy_apb_wr(0x4103c, 0xc000); |
| 5330 | dwc_ddrphy_apb_wr(0x4103d, 0x3); |
| 5331 | dwc_ddrphy_apb_wr(0x4103e, 0x3c0); |
| 5332 | dwc_ddrphy_apb_wr(0x4103f, 0x0); |
| 5333 | dwc_ddrphy_apb_wr(0x41040, 0xc000); |
| 5334 | dwc_ddrphy_apb_wr(0x41041, 0x3); |
| 5335 | dwc_ddrphy_apb_wr(0x41042, 0x3c0); |
| 5336 | dwc_ddrphy_apb_wr(0x41043, 0x2c1); |
| 5337 | dwc_ddrphy_apb_wr(0x41044, 0xc000); |
| 5338 | dwc_ddrphy_apb_wr(0x41045, 0x3); |
| 5339 | dwc_ddrphy_apb_wr(0x41046, 0x3c0); |
| 5340 | dwc_ddrphy_apb_wr(0x41047, 0xa01); |
| 5341 | dwc_ddrphy_apb_wr(0x41048, 0xef); |
| 5342 | dwc_ddrphy_apb_wr(0x41049, 0xef00); |
| 5343 | dwc_ddrphy_apb_wr(0x4104a, 0x3c0); |
| 5344 | dwc_ddrphy_apb_wr(0x4104b, 0x1); |
| 5345 | dwc_ddrphy_apb_wr(0x4104c, 0xc000); |
| 5346 | dwc_ddrphy_apb_wr(0x4104d, 0x3); |
| 5347 | dwc_ddrphy_apb_wr(0x4104e, 0x3c0); |
| 5348 | dwc_ddrphy_apb_wr(0x4104f, 0x0); |
| 5349 | dwc_ddrphy_apb_wr(0x41050, 0xc000); |
| 5350 | dwc_ddrphy_apb_wr(0x41051, 0x3); |
| 5351 | dwc_ddrphy_apb_wr(0x41052, 0x3c0); |
| 5352 | dwc_ddrphy_apb_wr(0x41053, 0x2c1); |
| 5353 | dwc_ddrphy_apb_wr(0x41054, 0xc000); |
| 5354 | dwc_ddrphy_apb_wr(0x41055, 0x3); |
| 5355 | dwc_ddrphy_apb_wr(0x41056, 0x3c0); |
| 5356 | dwc_ddrphy_apb_wr(0x41057, 0xff01); |
| 5357 | dwc_ddrphy_apb_wr(0x41058, 0xc000); |
| 5358 | dwc_ddrphy_apb_wr(0x41059, 0x3); |
| 5359 | dwc_ddrphy_apb_wr(0x4105a, 0x3c0); |
| 5360 | dwc_ddrphy_apb_wr(0x4105b, 0x2c1); |
| 5361 | dwc_ddrphy_apb_wr(0x4105c, 0xc000); |
| 5362 | dwc_ddrphy_apb_wr(0x4105d, 0x3); |
| 5363 | dwc_ddrphy_apb_wr(0x4105e, 0x3c0); |
| 5364 | dwc_ddrphy_apb_wr(0x4105f, 0xff01); |
| 5365 | dwc_ddrphy_apb_wr(0x41060, 0xc000); |
| 5366 | dwc_ddrphy_apb_wr(0x41061, 0x3); |
| 5367 | dwc_ddrphy_apb_wr(0x41062, 0x3c0); |
| 5368 | dwc_ddrphy_apb_wr(0x41063, 0x2c1); |
| 5369 | dwc_ddrphy_apb_wr(0x41064, 0xc000); |
| 5370 | dwc_ddrphy_apb_wr(0x41065, 0x3); |
| 5371 | dwc_ddrphy_apb_wr(0x41066, 0x3c0); |
| 5372 | dwc_ddrphy_apb_wr(0x41067, 0xa01); |
| 5373 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1, type = 1 |
| 5374 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2, type = 1 |
| 5375 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4, type = 1 |
| 5376 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8, type = 1 |
| 5377 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 1 |
| 5378 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 1 |
| 5379 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 1 |
| 5380 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 1 |
| 5381 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 1 |
| 5382 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200, type = 1 |
| 5383 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400, type = 1 |
| 5384 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800, type = 1 |
| 5385 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000, type = 1 |
| 5386 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000, type = 1 |
| 5387 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000, type = 1 |
| 5388 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000, type = 1 |
| 5389 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000, type = 1 |
| 5390 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000, type = 1 |
| 5391 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000, type = 1 |
| 5392 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000, type = 1 |
| 5393 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100000, type = 1 |
| 5394 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200000, type = 1 |
| 5395 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400000, type = 1 |
| 5396 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800000, type = 1 |
| 5397 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000000, type = 1 |
| 5398 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000000, type = 1 |
| 5399 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000000, type = 1 |
| 5400 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000000, type = 1 |
| 5401 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000000, type = 1 |
| 5402 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000000, type = 1 |
| 5403 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000000, type = 1 |
| 5404 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000000, type = 1 |
| 5405 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 0 |
| 5406 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 4, type = 0 |
| 5407 | dwc_ddrphy_apb_wr(0x41068, 0x85d5); |
| 5408 | dwc_ddrphy_apb_wr(0x41069, 0x63); |
| 5409 | dwc_ddrphy_apb_wr(0x4106a, 0x3c0); |
| 5410 | dwc_ddrphy_apb_wr(0x4106b, 0x400); |
| 5411 | dwc_ddrphy_apb_wr(0x4106c, 0xc000); |
| 5412 | dwc_ddrphy_apb_wr(0x4106d, 0x3); |
| 5413 | dwc_ddrphy_apb_wr(0x4106e, 0x3c0); |
| 5414 | dwc_ddrphy_apb_wr(0x4106f, 0x0); |
| 5415 | dwc_ddrphy_apb_wr(0x41070, 0xc000); |
| 5416 | dwc_ddrphy_apb_wr(0x41071, 0x3); |
| 5417 | dwc_ddrphy_apb_wr(0x41072, 0x3c0); |
| 5418 | dwc_ddrphy_apb_wr(0x41073, 0x2c1); |
| 5419 | dwc_ddrphy_apb_wr(0x41074, 0xc000); |
| 5420 | dwc_ddrphy_apb_wr(0x41075, 0x3); |
| 5421 | dwc_ddrphy_apb_wr(0x41076, 0x3c0); |
| 5422 | dwc_ddrphy_apb_wr(0x41077, 0x1001); |
| 5423 | dwc_ddrphy_apb_wr(0x41078, 0x85f5); |
| 5424 | dwc_ddrphy_apb_wr(0x41079, 0x63); |
| 5425 | dwc_ddrphy_apb_wr(0x4107a, 0x3c0); |
| 5426 | dwc_ddrphy_apb_wr(0x4107b, 0x800); |
| 5427 | dwc_ddrphy_apb_wr(0x4107c, 0xc000); |
| 5428 | dwc_ddrphy_apb_wr(0x4107d, 0x3); |
| 5429 | dwc_ddrphy_apb_wr(0x4107e, 0x3c0); |
| 5430 | dwc_ddrphy_apb_wr(0x4107f, 0x0); |
| 5431 | dwc_ddrphy_apb_wr(0x41080, 0xc000); |
| 5432 | dwc_ddrphy_apb_wr(0x41081, 0x3); |
| 5433 | dwc_ddrphy_apb_wr(0x41082, 0x3c0); |
| 5434 | dwc_ddrphy_apb_wr(0x41083, 0x2c1); |
| 5435 | dwc_ddrphy_apb_wr(0x41084, 0xc000); |
| 5436 | dwc_ddrphy_apb_wr(0x41085, 0x3); |
| 5437 | dwc_ddrphy_apb_wr(0x41086, 0x3c0); |
| 5438 | dwc_ddrphy_apb_wr(0x41087, 0x1001); |
| 5439 | dwc_ddrphy_apb_wr(0x41088, 0x45d5); |
| 5440 | dwc_ddrphy_apb_wr(0x41089, 0x63); |
| 5441 | dwc_ddrphy_apb_wr(0x4108a, 0x3c0); |
| 5442 | dwc_ddrphy_apb_wr(0x4108b, 0x401); |
| 5443 | dwc_ddrphy_apb_wr(0x4108c, 0xc000); |
| 5444 | dwc_ddrphy_apb_wr(0x4108d, 0x3); |
| 5445 | dwc_ddrphy_apb_wr(0x4108e, 0x3c0); |
| 5446 | dwc_ddrphy_apb_wr(0x4108f, 0x1); |
| 5447 | dwc_ddrphy_apb_wr(0x41090, 0xc000); |
| 5448 | dwc_ddrphy_apb_wr(0x41091, 0x3); |
| 5449 | dwc_ddrphy_apb_wr(0x41092, 0x3c0); |
| 5450 | dwc_ddrphy_apb_wr(0x41093, 0x2c1); |
| 5451 | dwc_ddrphy_apb_wr(0x41094, 0xc000); |
| 5452 | dwc_ddrphy_apb_wr(0x41095, 0x3); |
| 5453 | dwc_ddrphy_apb_wr(0x41096, 0x3c0); |
| 5454 | dwc_ddrphy_apb_wr(0x41097, 0x1001); |
| 5455 | dwc_ddrphy_apb_wr(0x41098, 0x45f5); |
| 5456 | dwc_ddrphy_apb_wr(0x41099, 0x63); |
| 5457 | dwc_ddrphy_apb_wr(0x4109a, 0x3c0); |
| 5458 | dwc_ddrphy_apb_wr(0x4109b, 0x801); |
| 5459 | dwc_ddrphy_apb_wr(0x4109c, 0xc000); |
| 5460 | dwc_ddrphy_apb_wr(0x4109d, 0x3); |
| 5461 | dwc_ddrphy_apb_wr(0x4109e, 0x3c0); |
| 5462 | dwc_ddrphy_apb_wr(0x4109f, 0x1); |
| 5463 | dwc_ddrphy_apb_wr(0x410a0, 0xc000); |
| 5464 | dwc_ddrphy_apb_wr(0x410a1, 0x3); |
| 5465 | dwc_ddrphy_apb_wr(0x410a2, 0x3c0); |
| 5466 | dwc_ddrphy_apb_wr(0x410a3, 0x2c1); |
| 5467 | dwc_ddrphy_apb_wr(0x410a4, 0xc000); |
| 5468 | dwc_ddrphy_apb_wr(0x410a5, 0x3); |
| 5469 | dwc_ddrphy_apb_wr(0x410a6, 0x3c0); |
| 5470 | dwc_ddrphy_apb_wr(0x410a7, 0x1001); |
| 5471 | dwc_ddrphy_apb_wr(0x410a8, 0xc5d5); |
| 5472 | dwc_ddrphy_apb_wr(0x410a9, 0x62); |
| 5473 | dwc_ddrphy_apb_wr(0x410aa, 0x3c0); |
| 5474 | dwc_ddrphy_apb_wr(0x410ab, 0x402); |
| 5475 | dwc_ddrphy_apb_wr(0x410ac, 0xc000); |
| 5476 | dwc_ddrphy_apb_wr(0x410ad, 0x3); |
| 5477 | dwc_ddrphy_apb_wr(0x410ae, 0x3c0); |
| 5478 | dwc_ddrphy_apb_wr(0x410af, 0x2); |
| 5479 | dwc_ddrphy_apb_wr(0x410b0, 0xc000); |
| 5480 | dwc_ddrphy_apb_wr(0x410b1, 0x3); |
| 5481 | dwc_ddrphy_apb_wr(0x410b2, 0x3c0); |
| 5482 | dwc_ddrphy_apb_wr(0x410b3, 0x2c1); |
| 5483 | dwc_ddrphy_apb_wr(0x410b4, 0xc000); |
| 5484 | dwc_ddrphy_apb_wr(0x410b5, 0x3); |
| 5485 | dwc_ddrphy_apb_wr(0x410b6, 0x3c0); |
| 5486 | dwc_ddrphy_apb_wr(0x410b7, 0x1001); |
| 5487 | dwc_ddrphy_apb_wr(0x410b8, 0xc5f5); |
| 5488 | dwc_ddrphy_apb_wr(0x410b9, 0x62); |
| 5489 | dwc_ddrphy_apb_wr(0x410ba, 0x3c0); |
| 5490 | dwc_ddrphy_apb_wr(0x410bb, 0x802); |
| 5491 | dwc_ddrphy_apb_wr(0x410bc, 0xc000); |
| 5492 | dwc_ddrphy_apb_wr(0x410bd, 0x3); |
| 5493 | dwc_ddrphy_apb_wr(0x410be, 0x3c0); |
| 5494 | dwc_ddrphy_apb_wr(0x410bf, 0x2); |
| 5495 | dwc_ddrphy_apb_wr(0x410c0, 0xc000); |
| 5496 | dwc_ddrphy_apb_wr(0x410c1, 0x3); |
| 5497 | dwc_ddrphy_apb_wr(0x410c2, 0x3c0); |
| 5498 | dwc_ddrphy_apb_wr(0x410c3, 0x2c1); |
| 5499 | dwc_ddrphy_apb_wr(0x410c4, 0xc000); |
| 5500 | dwc_ddrphy_apb_wr(0x410c5, 0x3); |
| 5501 | dwc_ddrphy_apb_wr(0x410c6, 0x3c0); |
| 5502 | dwc_ddrphy_apb_wr(0x410c7, 0x1001); |
| 5503 | dwc_ddrphy_apb_wr(0x410c8, 0xc5d5); |
| 5504 | dwc_ddrphy_apb_wr(0x410c9, 0x61); |
| 5505 | dwc_ddrphy_apb_wr(0x410ca, 0x3c0); |
| 5506 | dwc_ddrphy_apb_wr(0x410cb, 0x403); |
| 5507 | dwc_ddrphy_apb_wr(0x410cc, 0xc000); |
| 5508 | dwc_ddrphy_apb_wr(0x410cd, 0x3); |
| 5509 | dwc_ddrphy_apb_wr(0x410ce, 0x3c0); |
| 5510 | dwc_ddrphy_apb_wr(0x410cf, 0x3); |
| 5511 | dwc_ddrphy_apb_wr(0x410d0, 0xc000); |
| 5512 | dwc_ddrphy_apb_wr(0x410d1, 0x3); |
| 5513 | dwc_ddrphy_apb_wr(0x410d2, 0x3c0); |
| 5514 | dwc_ddrphy_apb_wr(0x410d3, 0x2c1); |
| 5515 | dwc_ddrphy_apb_wr(0x410d4, 0xc000); |
| 5516 | dwc_ddrphy_apb_wr(0x410d5, 0x3); |
| 5517 | dwc_ddrphy_apb_wr(0x410d6, 0x3c0); |
| 5518 | dwc_ddrphy_apb_wr(0x410d7, 0x1001); |
| 5519 | dwc_ddrphy_apb_wr(0x410d8, 0xc5f5); |
| 5520 | dwc_ddrphy_apb_wr(0x410d9, 0x61); |
| 5521 | dwc_ddrphy_apb_wr(0x410da, 0x3c0); |
| 5522 | dwc_ddrphy_apb_wr(0x410db, 0x803); |
| 5523 | dwc_ddrphy_apb_wr(0x410dc, 0xc000); |
| 5524 | dwc_ddrphy_apb_wr(0x410dd, 0x3); |
| 5525 | dwc_ddrphy_apb_wr(0x410de, 0x3c0); |
| 5526 | dwc_ddrphy_apb_wr(0x410df, 0x3); |
| 5527 | dwc_ddrphy_apb_wr(0x410e0, 0xc000); |
| 5528 | dwc_ddrphy_apb_wr(0x410e1, 0x3); |
| 5529 | dwc_ddrphy_apb_wr(0x410e2, 0x3c0); |
| 5530 | dwc_ddrphy_apb_wr(0x410e3, 0x2c1); |
| 5531 | dwc_ddrphy_apb_wr(0x410e4, 0xc000); |
| 5532 | dwc_ddrphy_apb_wr(0x410e5, 0x3); |
| 5533 | dwc_ddrphy_apb_wr(0x410e6, 0x3c0); |
| 5534 | dwc_ddrphy_apb_wr(0x410e7, 0x1d01); |
| 5535 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 2, type = 0 |
| 5536 | dwc_ddrphy_apb_wr(0x410e8, 0x213); |
| 5537 | dwc_ddrphy_apb_wr(0x410e9, 0x0); |
| 5538 | dwc_ddrphy_apb_wr(0x410ea, 0x3c0); |
| 5539 | dwc_ddrphy_apb_wr(0x410eb, 0x1); |
| 5540 | dwc_ddrphy_apb_wr(0x410ec, 0xc000); |
| 5541 | dwc_ddrphy_apb_wr(0x410ed, 0x3); |
| 5542 | dwc_ddrphy_apb_wr(0x410ee, 0x3c0); |
| 5543 | dwc_ddrphy_apb_wr(0x410ef, 0x0); |
| 5544 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 0 |
| 5545 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 0 |
| 5546 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 0 |
| 5547 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 0 |
| 5548 | dwc_ddrphy_apb_wr(0x410f0, 0xc000); |
| 5549 | dwc_ddrphy_apb_wr(0x410f1, 0x3); |
| 5550 | dwc_ddrphy_apb_wr(0x410f2, 0x3c0); |
| 5551 | dwc_ddrphy_apb_wr(0x410f3, 0x2c1); |
| 5552 | dwc_ddrphy_apb_wr(0x410f4, 0xc000); |
| 5553 | dwc_ddrphy_apb_wr(0x410f5, 0x3); |
| 5554 | dwc_ddrphy_apb_wr(0x410f6, 0x3c0); |
| 5555 | dwc_ddrphy_apb_wr(0x410f7, 0xef00); |
| 5556 | dwc_ddrphy_apb_wr(0x410f8, 0xc000); |
| 5557 | dwc_ddrphy_apb_wr(0x410f9, 0x3); |
| 5558 | dwc_ddrphy_apb_wr(0x410fa, 0x3c0); |
| 5559 | dwc_ddrphy_apb_wr(0x410fb, 0x2c1); |
| 5560 | dwc_ddrphy_apb_wr(0x410fc, 0xc000); |
| 5561 | dwc_ddrphy_apb_wr(0x410fd, 0x3); |
| 5562 | dwc_ddrphy_apb_wr(0x410fe, 0x3c0); |
| 5563 | dwc_ddrphy_apb_wr(0x410ff, 0x5900); |
| 5564 | dwc_ddrphy_apb_wr(0x41100, 0x217); |
| 5565 | dwc_ddrphy_apb_wr(0x41101, 0x1700); |
| 5566 | dwc_ddrphy_apb_wr(0x41102, 0x3c2); |
| 5567 | dwc_ddrphy_apb_wr(0x41103, 0x1); |
| 5568 | dwc_ddrphy_apb_wr(0x41104, 0xc000); |
| 5569 | dwc_ddrphy_apb_wr(0x41105, 0x3); |
| 5570 | dwc_ddrphy_apb_wr(0x41106, 0x3c0); |
| 5571 | dwc_ddrphy_apb_wr(0x41107, 0x0); |
| 5572 | dwc_ddrphy_apb_wr(0x41108, 0xc000); |
| 5573 | dwc_ddrphy_apb_wr(0x41109, 0x3); |
| 5574 | dwc_ddrphy_apb_wr(0x4110a, 0x3c0); |
| 5575 | dwc_ddrphy_apb_wr(0x4110b, 0x2c1); |
| 5576 | dwc_ddrphy_apb_wr(0x4110c, 0xc000); |
| 5577 | dwc_ddrphy_apb_wr(0x4110d, 0x3); |
| 5578 | dwc_ddrphy_apb_wr(0x4110e, 0x3c0); |
| 5579 | dwc_ddrphy_apb_wr(0x4110f, 0x400); |
| 5580 | dwc_ddrphy_apb_wr(0x41110, 0x3fff); |
| 5581 | dwc_ddrphy_apb_wr(0x41111, 0xff00); |
| 5582 | dwc_ddrphy_apb_wr(0x41112, 0x3f); |
| 5583 | dwc_ddrphy_apb_wr(0x41113, 0x2e1); |
| 5584 | dwc_ddrphy_apb_wr(0x41114, 0x3fff); |
| 5585 | dwc_ddrphy_apb_wr(0x41115, 0xff00); |
| 5586 | dwc_ddrphy_apb_wr(0x41116, 0x3f); |
| 5587 | dwc_ddrphy_apb_wr(0x41117, 0xa21); |
| 5588 | dwc_ddrphy_apb_wr(0x41118, 0x3fff); |
| 5589 | dwc_ddrphy_apb_wr(0x41119, 0xff00); |
| 5590 | dwc_ddrphy_apb_wr(0x4111a, 0x3f); |
| 5591 | dwc_ddrphy_apb_wr(0x4111b, 0x21); |
| 5592 | dwc_ddrphy_apb_wr(0x4111c, 0xffff); |
| 5593 | dwc_ddrphy_apb_wr(0x4111d, 0xff03); |
| 5594 | dwc_ddrphy_apb_wr(0x4111e, 0x3ff); |
| 5595 | dwc_ddrphy_apb_wr(0x4111f, 0x20); |
| 5596 | dwc_ddrphy_apb_wr(0x41120, 0xffff); |
| 5597 | dwc_ddrphy_apb_wr(0x41121, 0xff03); |
| 5598 | dwc_ddrphy_apb_wr(0x41122, 0x3ff); |
| 5599 | dwc_ddrphy_apb_wr(0x41123, 0x1e1); |
| 5600 | dwc_ddrphy_apb_wr(0x41124, 0xffff); |
| 5601 | dwc_ddrphy_apb_wr(0x41125, 0xff03); |
| 5602 | dwc_ddrphy_apb_wr(0x41126, 0x3ff); |
| 5603 | dwc_ddrphy_apb_wr(0x41127, 0x21); |
| 5604 | dwc_ddrphy_apb_wr(0x41128, 0xffff); |
| 5605 | dwc_ddrphy_apb_wr(0x41129, 0xff03); |
| 5606 | dwc_ddrphy_apb_wr(0x4112a, 0x3ff); |
| 5607 | dwc_ddrphy_apb_wr(0x4112b, 0x2e1); |
| 5608 | dwc_ddrphy_apb_wr(0x4112c, 0xffff); |
| 5609 | dwc_ddrphy_apb_wr(0x4112d, 0xff03); |
| 5610 | dwc_ddrphy_apb_wr(0x4112e, 0x3ff); |
| 5611 | dwc_ddrphy_apb_wr(0x4112f, 0x121); |
| 5612 | dwc_ddrphy_apb_wr(0x41130, 0x3fff); |
| 5613 | dwc_ddrphy_apb_wr(0x41131, 0xff00); |
| 5614 | dwc_ddrphy_apb_wr(0x41132, 0x3ff); |
| 5615 | dwc_ddrphy_apb_wr(0x41133, 0x21); |
| 5616 | dwc_ddrphy_apb_wr(0x41134, 0x3fff); |
| 5617 | dwc_ddrphy_apb_wr(0x41135, 0xff00); |
| 5618 | dwc_ddrphy_apb_wr(0x41136, 0x3ff); |
| 5619 | dwc_ddrphy_apb_wr(0x41137, 0x21); |
| 5620 | dwc_ddrphy_apb_wr(0x41138, 0x3fff); |
| 5621 | dwc_ddrphy_apb_wr(0x41139, 0xff00); |
| 5622 | dwc_ddrphy_apb_wr(0x4113a, 0x3ff); |
| 5623 | dwc_ddrphy_apb_wr(0x4113b, 0x21); |
| 5624 | dwc_ddrphy_apb_wr(0x4113c, 0xffff); |
| 5625 | dwc_ddrphy_apb_wr(0x4113d, 0xff03); |
| 5626 | dwc_ddrphy_apb_wr(0x4113e, 0x3ff); |
| 5627 | dwc_ddrphy_apb_wr(0x4113f, 0x21); |
| 5628 | dwc_ddrphy_apb_wr(0x41140, 0xffff); |
| 5629 | dwc_ddrphy_apb_wr(0x41141, 0xff03); |
| 5630 | dwc_ddrphy_apb_wr(0x41142, 0x3ff); |
| 5631 | dwc_ddrphy_apb_wr(0x41143, 0x2e1); |
| 5632 | dwc_ddrphy_apb_wr(0x41144, 0xffff); |
| 5633 | dwc_ddrphy_apb_wr(0x41145, 0xff03); |
| 5634 | dwc_ddrphy_apb_wr(0x41146, 0x3ff); |
| 5635 | dwc_ddrphy_apb_wr(0x41147, 0xf921); |
| 5636 | dwc_ddrphy_apb_wr(0x41148, 0xffff); |
| 5637 | dwc_ddrphy_apb_wr(0x41149, 0xff03); |
| 5638 | dwc_ddrphy_apb_wr(0x4114a, 0x3ff); |
| 5639 | dwc_ddrphy_apb_wr(0x4114b, 0x2e1); |
| 5640 | dwc_ddrphy_apb_wr(0x4114c, 0xffff); |
| 5641 | dwc_ddrphy_apb_wr(0x4114d, 0xff03); |
| 5642 | dwc_ddrphy_apb_wr(0x4114e, 0x3ff); |
| 5643 | dwc_ddrphy_apb_wr(0x4114f, 0x5921); |
| 5644 | dwc_ddrphy_apb_wr(0x41150, 0x5a5); |
| 5645 | dwc_ddrphy_apb_wr(0x41151, 0xa500); |
| 5646 | dwc_ddrphy_apb_wr(0x41152, 0x3c5); |
| 5647 | dwc_ddrphy_apb_wr(0x41153, 0x21); |
| 5648 | dwc_ddrphy_apb_wr(0x41154, 0xc040); |
| 5649 | dwc_ddrphy_apb_wr(0x41155, 0x4003); |
| 5650 | dwc_ddrphy_apb_wr(0x41156, 0x3c0); |
| 5651 | dwc_ddrphy_apb_wr(0x41157, 0x20); |
| 5652 | dwc_ddrphy_apb_wr(0x41158, 0xc000); |
| 5653 | dwc_ddrphy_apb_wr(0x41159, 0x3); |
| 5654 | dwc_ddrphy_apb_wr(0x4115a, 0x3c0); |
| 5655 | dwc_ddrphy_apb_wr(0x4115b, 0x2e1); |
| 5656 | dwc_ddrphy_apb_wr(0x4115c, 0xc000); |
| 5657 | dwc_ddrphy_apb_wr(0x4115d, 0x3); |
| 5658 | dwc_ddrphy_apb_wr(0x4115e, 0x3c0); |
| 5659 | dwc_ddrphy_apb_wr(0x4115f, 0xa21); |
| 5660 | dwc_ddrphy_apb_wr(0x41160, 0xef); |
| 5661 | dwc_ddrphy_apb_wr(0x41161, 0xef00); |
| 5662 | dwc_ddrphy_apb_wr(0x41162, 0x3c0); |
| 5663 | dwc_ddrphy_apb_wr(0x41163, 0x21); |
| 5664 | dwc_ddrphy_apb_wr(0x41164, 0xc000); |
| 5665 | dwc_ddrphy_apb_wr(0x41165, 0x3); |
| 5666 | dwc_ddrphy_apb_wr(0x41166, 0x3c0); |
| 5667 | dwc_ddrphy_apb_wr(0x41167, 0x20); |
| 5668 | dwc_ddrphy_apb_wr(0x41168, 0xc000); |
| 5669 | dwc_ddrphy_apb_wr(0x41169, 0x3); |
| 5670 | dwc_ddrphy_apb_wr(0x4116a, 0x3c0); |
| 5671 | dwc_ddrphy_apb_wr(0x4116b, 0x2e1); |
| 5672 | dwc_ddrphy_apb_wr(0x4116c, 0xc000); |
| 5673 | dwc_ddrphy_apb_wr(0x4116d, 0x3); |
| 5674 | dwc_ddrphy_apb_wr(0x4116e, 0x3c0); |
| 5675 | dwc_ddrphy_apb_wr(0x4116f, 0xff21); |
| 5676 | dwc_ddrphy_apb_wr(0x41170, 0xc000); |
| 5677 | dwc_ddrphy_apb_wr(0x41171, 0x3); |
| 5678 | dwc_ddrphy_apb_wr(0x41172, 0x3c0); |
| 5679 | dwc_ddrphy_apb_wr(0x41173, 0x2e1); |
| 5680 | dwc_ddrphy_apb_wr(0x41174, 0xc000); |
| 5681 | dwc_ddrphy_apb_wr(0x41175, 0x3); |
| 5682 | dwc_ddrphy_apb_wr(0x41176, 0x3c0); |
| 5683 | dwc_ddrphy_apb_wr(0x41177, 0xff21); |
| 5684 | dwc_ddrphy_apb_wr(0x41178, 0xc000); |
| 5685 | dwc_ddrphy_apb_wr(0x41179, 0x3); |
| 5686 | dwc_ddrphy_apb_wr(0x4117a, 0x3c0); |
| 5687 | dwc_ddrphy_apb_wr(0x4117b, 0x2e1); |
| 5688 | dwc_ddrphy_apb_wr(0x4117c, 0xc000); |
| 5689 | dwc_ddrphy_apb_wr(0x4117d, 0x3); |
| 5690 | dwc_ddrphy_apb_wr(0x4117e, 0x3c0); |
| 5691 | dwc_ddrphy_apb_wr(0x4117f, 0xa21); |
| 5692 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1, type = 1 |
| 5693 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2, type = 1 |
| 5694 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4, type = 1 |
| 5695 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8, type = 1 |
| 5696 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 1 |
| 5697 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 1 |
| 5698 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 1 |
| 5699 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 1 |
| 5700 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 1 |
| 5701 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200, type = 1 |
| 5702 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400, type = 1 |
| 5703 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800, type = 1 |
| 5704 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000, type = 1 |
| 5705 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000, type = 1 |
| 5706 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000, type = 1 |
| 5707 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000, type = 1 |
| 5708 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000, type = 1 |
| 5709 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000, type = 1 |
| 5710 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000, type = 1 |
| 5711 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000, type = 1 |
| 5712 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100000, type = 1 |
| 5713 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200000, type = 1 |
| 5714 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400000, type = 1 |
| 5715 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800000, type = 1 |
| 5716 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000000, type = 1 |
| 5717 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000000, type = 1 |
| 5718 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000000, type = 1 |
| 5719 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000000, type = 1 |
| 5720 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000000, type = 1 |
| 5721 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000000, type = 1 |
| 5722 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000000, type = 1 |
| 5723 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000000, type = 1 |
| 5724 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 0 |
| 5725 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 4, type = 0 |
| 5726 | dwc_ddrphy_apb_wr(0x41180, 0x85d5); |
| 5727 | dwc_ddrphy_apb_wr(0x41181, 0xd563); |
| 5728 | dwc_ddrphy_apb_wr(0x41182, 0x3c5); |
| 5729 | dwc_ddrphy_apb_wr(0x41183, 0x420); |
| 5730 | dwc_ddrphy_apb_wr(0x41184, 0xc000); |
| 5731 | dwc_ddrphy_apb_wr(0x41185, 0x3); |
| 5732 | dwc_ddrphy_apb_wr(0x41186, 0x3c0); |
| 5733 | dwc_ddrphy_apb_wr(0x41187, 0x20); |
| 5734 | dwc_ddrphy_apb_wr(0x41188, 0xc000); |
| 5735 | dwc_ddrphy_apb_wr(0x41189, 0x3); |
| 5736 | dwc_ddrphy_apb_wr(0x4118a, 0x3c0); |
| 5737 | dwc_ddrphy_apb_wr(0x4118b, 0x2c1); |
| 5738 | dwc_ddrphy_apb_wr(0x4118c, 0xc000); |
| 5739 | dwc_ddrphy_apb_wr(0x4118d, 0x3); |
| 5740 | dwc_ddrphy_apb_wr(0x4118e, 0x3c0); |
| 5741 | dwc_ddrphy_apb_wr(0x4118f, 0x1001); |
| 5742 | dwc_ddrphy_apb_wr(0x41190, 0x85f5); |
| 5743 | dwc_ddrphy_apb_wr(0x41191, 0xf563); |
| 5744 | dwc_ddrphy_apb_wr(0x41192, 0x3c5); |
| 5745 | dwc_ddrphy_apb_wr(0x41193, 0x820); |
| 5746 | dwc_ddrphy_apb_wr(0x41194, 0xc000); |
| 5747 | dwc_ddrphy_apb_wr(0x41195, 0x3); |
| 5748 | dwc_ddrphy_apb_wr(0x41196, 0x3c0); |
| 5749 | dwc_ddrphy_apb_wr(0x41197, 0x20); |
| 5750 | dwc_ddrphy_apb_wr(0x41198, 0xc000); |
| 5751 | dwc_ddrphy_apb_wr(0x41199, 0x3); |
| 5752 | dwc_ddrphy_apb_wr(0x4119a, 0x3c0); |
| 5753 | dwc_ddrphy_apb_wr(0x4119b, 0x2c1); |
| 5754 | dwc_ddrphy_apb_wr(0x4119c, 0xc000); |
| 5755 | dwc_ddrphy_apb_wr(0x4119d, 0x3); |
| 5756 | dwc_ddrphy_apb_wr(0x4119e, 0x3c0); |
| 5757 | dwc_ddrphy_apb_wr(0x4119f, 0x1001); |
| 5758 | dwc_ddrphy_apb_wr(0x411a0, 0x45d5); |
| 5759 | dwc_ddrphy_apb_wr(0x411a1, 0xd563); |
| 5760 | dwc_ddrphy_apb_wr(0x411a2, 0x3c5); |
| 5761 | dwc_ddrphy_apb_wr(0x411a3, 0x421); |
| 5762 | dwc_ddrphy_apb_wr(0x411a4, 0xc000); |
| 5763 | dwc_ddrphy_apb_wr(0x411a5, 0x3); |
| 5764 | dwc_ddrphy_apb_wr(0x411a6, 0x3c0); |
| 5765 | dwc_ddrphy_apb_wr(0x411a7, 0x21); |
| 5766 | dwc_ddrphy_apb_wr(0x411a8, 0xc000); |
| 5767 | dwc_ddrphy_apb_wr(0x411a9, 0x3); |
| 5768 | dwc_ddrphy_apb_wr(0x411aa, 0x3c0); |
| 5769 | dwc_ddrphy_apb_wr(0x411ab, 0x2c1); |
| 5770 | dwc_ddrphy_apb_wr(0x411ac, 0xc000); |
| 5771 | dwc_ddrphy_apb_wr(0x411ad, 0x3); |
| 5772 | dwc_ddrphy_apb_wr(0x411ae, 0x3c0); |
| 5773 | dwc_ddrphy_apb_wr(0x411af, 0x1001); |
| 5774 | dwc_ddrphy_apb_wr(0x411b0, 0x45f5); |
| 5775 | dwc_ddrphy_apb_wr(0x411b1, 0xf563); |
| 5776 | dwc_ddrphy_apb_wr(0x411b2, 0x3c5); |
| 5777 | dwc_ddrphy_apb_wr(0x411b3, 0x821); |
| 5778 | dwc_ddrphy_apb_wr(0x411b4, 0xc000); |
| 5779 | dwc_ddrphy_apb_wr(0x411b5, 0x3); |
| 5780 | dwc_ddrphy_apb_wr(0x411b6, 0x3c0); |
| 5781 | dwc_ddrphy_apb_wr(0x411b7, 0x21); |
| 5782 | dwc_ddrphy_apb_wr(0x411b8, 0xc000); |
| 5783 | dwc_ddrphy_apb_wr(0x411b9, 0x3); |
| 5784 | dwc_ddrphy_apb_wr(0x411ba, 0x3c0); |
| 5785 | dwc_ddrphy_apb_wr(0x411bb, 0x2c1); |
| 5786 | dwc_ddrphy_apb_wr(0x411bc, 0xc000); |
| 5787 | dwc_ddrphy_apb_wr(0x411bd, 0x3); |
| 5788 | dwc_ddrphy_apb_wr(0x411be, 0x3c0); |
| 5789 | dwc_ddrphy_apb_wr(0x411bf, 0x1001); |
| 5790 | dwc_ddrphy_apb_wr(0x411c0, 0xc5d5); |
| 5791 | dwc_ddrphy_apb_wr(0x411c1, 0xd562); |
| 5792 | dwc_ddrphy_apb_wr(0x411c2, 0x3c5); |
| 5793 | dwc_ddrphy_apb_wr(0x411c3, 0x422); |
| 5794 | dwc_ddrphy_apb_wr(0x411c4, 0xc000); |
| 5795 | dwc_ddrphy_apb_wr(0x411c5, 0x3); |
| 5796 | dwc_ddrphy_apb_wr(0x411c6, 0x3c0); |
| 5797 | dwc_ddrphy_apb_wr(0x411c7, 0x22); |
| 5798 | dwc_ddrphy_apb_wr(0x411c8, 0xc000); |
| 5799 | dwc_ddrphy_apb_wr(0x411c9, 0x3); |
| 5800 | dwc_ddrphy_apb_wr(0x411ca, 0x3c0); |
| 5801 | dwc_ddrphy_apb_wr(0x411cb, 0x2c1); |
| 5802 | dwc_ddrphy_apb_wr(0x411cc, 0xc000); |
| 5803 | dwc_ddrphy_apb_wr(0x411cd, 0x3); |
| 5804 | dwc_ddrphy_apb_wr(0x411ce, 0x3c0); |
| 5805 | dwc_ddrphy_apb_wr(0x411cf, 0x1001); |
| 5806 | dwc_ddrphy_apb_wr(0x411d0, 0xc5f5); |
| 5807 | dwc_ddrphy_apb_wr(0x411d1, 0xf562); |
| 5808 | dwc_ddrphy_apb_wr(0x411d2, 0x3c5); |
| 5809 | dwc_ddrphy_apb_wr(0x411d3, 0x822); |
| 5810 | dwc_ddrphy_apb_wr(0x411d4, 0xc000); |
| 5811 | dwc_ddrphy_apb_wr(0x411d5, 0x3); |
| 5812 | dwc_ddrphy_apb_wr(0x411d6, 0x3c0); |
| 5813 | dwc_ddrphy_apb_wr(0x411d7, 0x22); |
| 5814 | dwc_ddrphy_apb_wr(0x411d8, 0xc000); |
| 5815 | dwc_ddrphy_apb_wr(0x411d9, 0x3); |
| 5816 | dwc_ddrphy_apb_wr(0x411da, 0x3c0); |
| 5817 | dwc_ddrphy_apb_wr(0x411db, 0x2c1); |
| 5818 | dwc_ddrphy_apb_wr(0x411dc, 0xc000); |
| 5819 | dwc_ddrphy_apb_wr(0x411dd, 0x3); |
| 5820 | dwc_ddrphy_apb_wr(0x411de, 0x3c0); |
| 5821 | dwc_ddrphy_apb_wr(0x411df, 0x1001); |
| 5822 | dwc_ddrphy_apb_wr(0x411e0, 0xc5d5); |
| 5823 | dwc_ddrphy_apb_wr(0x411e1, 0xd561); |
| 5824 | dwc_ddrphy_apb_wr(0x411e2, 0x3c5); |
| 5825 | dwc_ddrphy_apb_wr(0x411e3, 0x423); |
| 5826 | dwc_ddrphy_apb_wr(0x411e4, 0xc000); |
| 5827 | dwc_ddrphy_apb_wr(0x411e5, 0x3); |
| 5828 | dwc_ddrphy_apb_wr(0x411e6, 0x3c0); |
| 5829 | dwc_ddrphy_apb_wr(0x411e7, 0x23); |
| 5830 | dwc_ddrphy_apb_wr(0x411e8, 0xc000); |
| 5831 | dwc_ddrphy_apb_wr(0x411e9, 0x3); |
| 5832 | dwc_ddrphy_apb_wr(0x411ea, 0x3c0); |
| 5833 | dwc_ddrphy_apb_wr(0x411eb, 0x2c1); |
| 5834 | dwc_ddrphy_apb_wr(0x411ec, 0xc000); |
| 5835 | dwc_ddrphy_apb_wr(0x411ed, 0x3); |
| 5836 | dwc_ddrphy_apb_wr(0x411ee, 0x3c0); |
| 5837 | dwc_ddrphy_apb_wr(0x411ef, 0x1001); |
| 5838 | dwc_ddrphy_apb_wr(0x411f0, 0xc5f5); |
| 5839 | dwc_ddrphy_apb_wr(0x411f1, 0xf561); |
| 5840 | dwc_ddrphy_apb_wr(0x411f2, 0x3c5); |
| 5841 | dwc_ddrphy_apb_wr(0x411f3, 0x823); |
| 5842 | dwc_ddrphy_apb_wr(0x411f4, 0xc000); |
| 5843 | dwc_ddrphy_apb_wr(0x411f5, 0x3); |
| 5844 | dwc_ddrphy_apb_wr(0x411f6, 0x3c0); |
| 5845 | dwc_ddrphy_apb_wr(0x411f7, 0x23); |
| 5846 | dwc_ddrphy_apb_wr(0x411f8, 0xc000); |
| 5847 | dwc_ddrphy_apb_wr(0x411f9, 0x3); |
| 5848 | dwc_ddrphy_apb_wr(0x411fa, 0x3c0); |
| 5849 | dwc_ddrphy_apb_wr(0x411fb, 0x2c1); |
| 5850 | dwc_ddrphy_apb_wr(0x411fc, 0xc000); |
| 5851 | dwc_ddrphy_apb_wr(0x411fd, 0x3); |
| 5852 | dwc_ddrphy_apb_wr(0x411fe, 0x3c0); |
| 5853 | dwc_ddrphy_apb_wr(0x411ff, 0x1d01); |
| 5854 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 2, type = 0 |
| 5855 | dwc_ddrphy_apb_wr(0x41200, 0x213); |
| 5856 | dwc_ddrphy_apb_wr(0x41201, 0x1300); |
| 5857 | dwc_ddrphy_apb_wr(0x41202, 0x3c2); |
| 5858 | dwc_ddrphy_apb_wr(0x41203, 0x21); |
| 5859 | dwc_ddrphy_apb_wr(0x41204, 0xc000); |
| 5860 | dwc_ddrphy_apb_wr(0x41205, 0x3); |
| 5861 | dwc_ddrphy_apb_wr(0x41206, 0x3c0); |
| 5862 | dwc_ddrphy_apb_wr(0x41207, 0x20); |
| 5863 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 0 |
| 5864 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 0 |
| 5865 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 0 |
| 5866 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 0 |
| 5867 | dwc_ddrphy_apb_wr(0x41208, 0xc000); |
| 5868 | dwc_ddrphy_apb_wr(0x41209, 0x3); |
| 5869 | dwc_ddrphy_apb_wr(0x4120a, 0x3c0); |
| 5870 | dwc_ddrphy_apb_wr(0x4120b, 0x2e1); |
| 5871 | dwc_ddrphy_apb_wr(0x4120c, 0xc000); |
| 5872 | dwc_ddrphy_apb_wr(0x4120d, 0x3); |
| 5873 | dwc_ddrphy_apb_wr(0x4120e, 0x3c0); |
| 5874 | dwc_ddrphy_apb_wr(0x4120f, 0xef20); |
| 5875 | dwc_ddrphy_apb_wr(0x41210, 0xc000); |
| 5876 | dwc_ddrphy_apb_wr(0x41211, 0x3); |
| 5877 | dwc_ddrphy_apb_wr(0x41212, 0x3c0); |
| 5878 | dwc_ddrphy_apb_wr(0x41213, 0x2e1); |
| 5879 | dwc_ddrphy_apb_wr(0x41214, 0xc000); |
| 5880 | dwc_ddrphy_apb_wr(0x41215, 0x3); |
| 5881 | dwc_ddrphy_apb_wr(0x41216, 0x3c0); |
| 5882 | dwc_ddrphy_apb_wr(0x41217, 0x5920); |
| 5883 | dwc_ddrphy_apb_wr(0x41218, 0x217); |
| 5884 | dwc_ddrphy_apb_wr(0x41219, 0x1700); |
| 5885 | dwc_ddrphy_apb_wr(0x4121a, 0x3c2); |
| 5886 | dwc_ddrphy_apb_wr(0x4121b, 0x21); |
| 5887 | dwc_ddrphy_apb_wr(0x4121c, 0xc000); |
| 5888 | dwc_ddrphy_apb_wr(0x4121d, 0x3); |
| 5889 | dwc_ddrphy_apb_wr(0x4121e, 0x3c0); |
| 5890 | dwc_ddrphy_apb_wr(0x4121f, 0x20); |
| 5891 | dwc_ddrphy_apb_wr(0x41220, 0xc000); |
| 5892 | dwc_ddrphy_apb_wr(0x41221, 0x3); |
| 5893 | dwc_ddrphy_apb_wr(0x41222, 0x3c0); |
| 5894 | dwc_ddrphy_apb_wr(0x41223, 0x2e1); |
| 5895 | dwc_ddrphy_apb_wr(0x41224, 0xc000); |
| 5896 | dwc_ddrphy_apb_wr(0x41225, 0x3); |
| 5897 | dwc_ddrphy_apb_wr(0x41226, 0x3c0); |
| 5898 | dwc_ddrphy_apb_wr(0x41227, 0x420); |
| 5899 | //// [phyinit_LoadPIECodeSections] Moving start address from 41228 to 42000 |
| 5900 | dwc_ddrphy_apb_wr(0x42000, 0x3fff); |
| 5901 | dwc_ddrphy_apb_wr(0x42001, 0xff00); |
| 5902 | dwc_ddrphy_apb_wr(0x42002, 0x3f); |
| 5903 | dwc_ddrphy_apb_wr(0x42003, 0x2c1); |
| 5904 | dwc_ddrphy_apb_wr(0x42004, 0x3fff); |
| 5905 | dwc_ddrphy_apb_wr(0x42005, 0xff00); |
| 5906 | dwc_ddrphy_apb_wr(0x42006, 0x3f); |
| 5907 | dwc_ddrphy_apb_wr(0x42007, 0xa01); |
| 5908 | dwc_ddrphy_apb_wr(0x42008, 0x3fff); |
| 5909 | dwc_ddrphy_apb_wr(0x42009, 0xff00); |
| 5910 | dwc_ddrphy_apb_wr(0x4200a, 0x3f); |
| 5911 | dwc_ddrphy_apb_wr(0x4200b, 0x1); |
| 5912 | dwc_ddrphy_apb_wr(0x4200c, 0xffff); |
| 5913 | dwc_ddrphy_apb_wr(0x4200d, 0xff03); |
| 5914 | dwc_ddrphy_apb_wr(0x4200e, 0x3ff); |
| 5915 | dwc_ddrphy_apb_wr(0x4200f, 0x0); |
| 5916 | dwc_ddrphy_apb_wr(0x42010, 0xffff); |
| 5917 | dwc_ddrphy_apb_wr(0x42011, 0xff03); |
| 5918 | dwc_ddrphy_apb_wr(0x42012, 0x3ff); |
| 5919 | dwc_ddrphy_apb_wr(0x42013, 0x1c1); |
| 5920 | dwc_ddrphy_apb_wr(0x42014, 0xffff); |
| 5921 | dwc_ddrphy_apb_wr(0x42015, 0xff03); |
| 5922 | dwc_ddrphy_apb_wr(0x42016, 0x3ff); |
| 5923 | dwc_ddrphy_apb_wr(0x42017, 0x1); |
| 5924 | dwc_ddrphy_apb_wr(0x42018, 0xffff); |
| 5925 | dwc_ddrphy_apb_wr(0x42019, 0xff03); |
| 5926 | dwc_ddrphy_apb_wr(0x4201a, 0x3ff); |
| 5927 | dwc_ddrphy_apb_wr(0x4201b, 0x2c1); |
| 5928 | dwc_ddrphy_apb_wr(0x4201c, 0xffff); |
| 5929 | dwc_ddrphy_apb_wr(0x4201d, 0xff03); |
| 5930 | dwc_ddrphy_apb_wr(0x4201e, 0x3ff); |
| 5931 | dwc_ddrphy_apb_wr(0x4201f, 0x101); |
| 5932 | dwc_ddrphy_apb_wr(0x42020, 0x3fff); |
| 5933 | dwc_ddrphy_apb_wr(0x42021, 0xff00); |
| 5934 | dwc_ddrphy_apb_wr(0x42022, 0x3f); |
| 5935 | dwc_ddrphy_apb_wr(0x42023, 0x1); |
| 5936 | dwc_ddrphy_apb_wr(0x42024, 0x3fff); |
| 5937 | dwc_ddrphy_apb_wr(0x42025, 0xff00); |
| 5938 | dwc_ddrphy_apb_wr(0x42026, 0x3ff); |
| 5939 | dwc_ddrphy_apb_wr(0x42027, 0x1); |
| 5940 | dwc_ddrphy_apb_wr(0x42028, 0xffff); |
| 5941 | dwc_ddrphy_apb_wr(0x42029, 0xff03); |
| 5942 | dwc_ddrphy_apb_wr(0x4202a, 0x3ff); |
| 5943 | dwc_ddrphy_apb_wr(0x4202b, 0x2c1); |
| 5944 | dwc_ddrphy_apb_wr(0x4202c, 0xffff); |
| 5945 | dwc_ddrphy_apb_wr(0x4202d, 0xff03); |
| 5946 | dwc_ddrphy_apb_wr(0x4202e, 0x3ff); |
| 5947 | dwc_ddrphy_apb_wr(0x4202f, 0xf901); |
| 5948 | dwc_ddrphy_apb_wr(0x42030, 0xffff); |
| 5949 | dwc_ddrphy_apb_wr(0x42031, 0xff03); |
| 5950 | dwc_ddrphy_apb_wr(0x42032, 0x3ff); |
| 5951 | dwc_ddrphy_apb_wr(0x42033, 0x2c1); |
| 5952 | dwc_ddrphy_apb_wr(0x42034, 0xffff); |
| 5953 | dwc_ddrphy_apb_wr(0x42035, 0xff03); |
| 5954 | dwc_ddrphy_apb_wr(0x42036, 0x3ff); |
| 5955 | dwc_ddrphy_apb_wr(0x42037, 0x5901); |
| 5956 | dwc_ddrphy_apb_wr(0x42038, 0x5a5); |
| 5957 | dwc_ddrphy_apb_wr(0x42039, 0x4000); |
| 5958 | dwc_ddrphy_apb_wr(0x4203a, 0x3c0); |
| 5959 | dwc_ddrphy_apb_wr(0x4203b, 0x1); |
| 5960 | dwc_ddrphy_apb_wr(0x4203c, 0xc000); |
| 5961 | dwc_ddrphy_apb_wr(0x4203d, 0x3); |
| 5962 | dwc_ddrphy_apb_wr(0x4203e, 0x3c0); |
| 5963 | dwc_ddrphy_apb_wr(0x4203f, 0x0); |
| 5964 | dwc_ddrphy_apb_wr(0x42040, 0xc000); |
| 5965 | dwc_ddrphy_apb_wr(0x42041, 0x3); |
| 5966 | dwc_ddrphy_apb_wr(0x42042, 0x3c0); |
| 5967 | dwc_ddrphy_apb_wr(0x42043, 0x2c1); |
| 5968 | dwc_ddrphy_apb_wr(0x42044, 0xc000); |
| 5969 | dwc_ddrphy_apb_wr(0x42045, 0x3); |
| 5970 | dwc_ddrphy_apb_wr(0x42046, 0x3c0); |
| 5971 | dwc_ddrphy_apb_wr(0x42047, 0xa01); |
| 5972 | dwc_ddrphy_apb_wr(0x42048, 0xef); |
| 5973 | dwc_ddrphy_apb_wr(0x42049, 0xef00); |
| 5974 | dwc_ddrphy_apb_wr(0x4204a, 0x3c0); |
| 5975 | dwc_ddrphy_apb_wr(0x4204b, 0x1); |
| 5976 | dwc_ddrphy_apb_wr(0x4204c, 0xc000); |
| 5977 | dwc_ddrphy_apb_wr(0x4204d, 0x3); |
| 5978 | dwc_ddrphy_apb_wr(0x4204e, 0x3c0); |
| 5979 | dwc_ddrphy_apb_wr(0x4204f, 0x0); |
| 5980 | dwc_ddrphy_apb_wr(0x42050, 0xc000); |
| 5981 | dwc_ddrphy_apb_wr(0x42051, 0x3); |
| 5982 | dwc_ddrphy_apb_wr(0x42052, 0x3c0); |
| 5983 | dwc_ddrphy_apb_wr(0x42053, 0x2c1); |
| 5984 | dwc_ddrphy_apb_wr(0x42054, 0xc000); |
| 5985 | dwc_ddrphy_apb_wr(0x42055, 0x3); |
| 5986 | dwc_ddrphy_apb_wr(0x42056, 0x3c0); |
| 5987 | dwc_ddrphy_apb_wr(0x42057, 0xff01); |
| 5988 | dwc_ddrphy_apb_wr(0x42058, 0xc000); |
| 5989 | dwc_ddrphy_apb_wr(0x42059, 0x3); |
| 5990 | dwc_ddrphy_apb_wr(0x4205a, 0x3c0); |
| 5991 | dwc_ddrphy_apb_wr(0x4205b, 0x2c1); |
| 5992 | dwc_ddrphy_apb_wr(0x4205c, 0xc000); |
| 5993 | dwc_ddrphy_apb_wr(0x4205d, 0x3); |
| 5994 | dwc_ddrphy_apb_wr(0x4205e, 0x3c0); |
| 5995 | dwc_ddrphy_apb_wr(0x4205f, 0xff01); |
| 5996 | dwc_ddrphy_apb_wr(0x42060, 0xc000); |
| 5997 | dwc_ddrphy_apb_wr(0x42061, 0x3); |
| 5998 | dwc_ddrphy_apb_wr(0x42062, 0x3c0); |
| 5999 | dwc_ddrphy_apb_wr(0x42063, 0x2c1); |
| 6000 | dwc_ddrphy_apb_wr(0x42064, 0xc000); |
| 6001 | dwc_ddrphy_apb_wr(0x42065, 0x3); |
| 6002 | dwc_ddrphy_apb_wr(0x42066, 0x3c0); |
| 6003 | dwc_ddrphy_apb_wr(0x42067, 0xa01); |
| 6004 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1, type = 2 |
| 6005 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2, type = 2 |
| 6006 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4, type = 2 |
| 6007 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8, type = 2 |
| 6008 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 2 |
| 6009 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 2 |
| 6010 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 2 |
| 6011 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 2 |
| 6012 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 2 |
| 6013 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200, type = 2 |
| 6014 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400, type = 2 |
| 6015 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800, type = 2 |
| 6016 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000, type = 2 |
| 6017 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000, type = 2 |
| 6018 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000, type = 2 |
| 6019 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000, type = 2 |
| 6020 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000, type = 2 |
| 6021 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000, type = 2 |
| 6022 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000, type = 2 |
| 6023 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000, type = 2 |
| 6024 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100000, type = 2 |
| 6025 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200000, type = 2 |
| 6026 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400000, type = 2 |
| 6027 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800000, type = 2 |
| 6028 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000000, type = 2 |
| 6029 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000000, type = 2 |
| 6030 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000000, type = 2 |
| 6031 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000000, type = 2 |
| 6032 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000000, type = 2 |
| 6033 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000000, type = 2 |
| 6034 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000000, type = 2 |
| 6035 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000000, type = 2 |
| 6036 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 0 |
| 6037 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 4, type = 0 |
| 6038 | dwc_ddrphy_apb_wr(0x42068, 0x85d5); |
| 6039 | dwc_ddrphy_apb_wr(0x42069, 0x63); |
| 6040 | dwc_ddrphy_apb_wr(0x4206a, 0x3c0); |
| 6041 | dwc_ddrphy_apb_wr(0x4206b, 0x400); |
| 6042 | dwc_ddrphy_apb_wr(0x4206c, 0xc000); |
| 6043 | dwc_ddrphy_apb_wr(0x4206d, 0x3); |
| 6044 | dwc_ddrphy_apb_wr(0x4206e, 0x3c0); |
| 6045 | dwc_ddrphy_apb_wr(0x4206f, 0x0); |
| 6046 | dwc_ddrphy_apb_wr(0x42070, 0xc000); |
| 6047 | dwc_ddrphy_apb_wr(0x42071, 0x3); |
| 6048 | dwc_ddrphy_apb_wr(0x42072, 0x3c0); |
| 6049 | dwc_ddrphy_apb_wr(0x42073, 0x2c1); |
| 6050 | dwc_ddrphy_apb_wr(0x42074, 0xc000); |
| 6051 | dwc_ddrphy_apb_wr(0x42075, 0x3); |
| 6052 | dwc_ddrphy_apb_wr(0x42076, 0x3c0); |
| 6053 | dwc_ddrphy_apb_wr(0x42077, 0x1001); |
| 6054 | dwc_ddrphy_apb_wr(0x42078, 0x85f5); |
| 6055 | dwc_ddrphy_apb_wr(0x42079, 0x63); |
| 6056 | dwc_ddrphy_apb_wr(0x4207a, 0x3c0); |
| 6057 | dwc_ddrphy_apb_wr(0x4207b, 0x800); |
| 6058 | dwc_ddrphy_apb_wr(0x4207c, 0xc000); |
| 6059 | dwc_ddrphy_apb_wr(0x4207d, 0x3); |
| 6060 | dwc_ddrphy_apb_wr(0x4207e, 0x3c0); |
| 6061 | dwc_ddrphy_apb_wr(0x4207f, 0x0); |
| 6062 | dwc_ddrphy_apb_wr(0x42080, 0xc000); |
| 6063 | dwc_ddrphy_apb_wr(0x42081, 0x3); |
| 6064 | dwc_ddrphy_apb_wr(0x42082, 0x3c0); |
| 6065 | dwc_ddrphy_apb_wr(0x42083, 0x2c1); |
| 6066 | dwc_ddrphy_apb_wr(0x42084, 0xc000); |
| 6067 | dwc_ddrphy_apb_wr(0x42085, 0x3); |
| 6068 | dwc_ddrphy_apb_wr(0x42086, 0x3c0); |
| 6069 | dwc_ddrphy_apb_wr(0x42087, 0x1001); |
| 6070 | dwc_ddrphy_apb_wr(0x42088, 0x45d5); |
| 6071 | dwc_ddrphy_apb_wr(0x42089, 0x63); |
| 6072 | dwc_ddrphy_apb_wr(0x4208a, 0x3c0); |
| 6073 | dwc_ddrphy_apb_wr(0x4208b, 0x401); |
| 6074 | dwc_ddrphy_apb_wr(0x4208c, 0xc000); |
| 6075 | dwc_ddrphy_apb_wr(0x4208d, 0x3); |
| 6076 | dwc_ddrphy_apb_wr(0x4208e, 0x3c0); |
| 6077 | dwc_ddrphy_apb_wr(0x4208f, 0x1); |
| 6078 | dwc_ddrphy_apb_wr(0x42090, 0xc000); |
| 6079 | dwc_ddrphy_apb_wr(0x42091, 0x3); |
| 6080 | dwc_ddrphy_apb_wr(0x42092, 0x3c0); |
| 6081 | dwc_ddrphy_apb_wr(0x42093, 0x2c1); |
| 6082 | dwc_ddrphy_apb_wr(0x42094, 0xc000); |
| 6083 | dwc_ddrphy_apb_wr(0x42095, 0x3); |
| 6084 | dwc_ddrphy_apb_wr(0x42096, 0x3c0); |
| 6085 | dwc_ddrphy_apb_wr(0x42097, 0x1001); |
| 6086 | dwc_ddrphy_apb_wr(0x42098, 0x45f5); |
| 6087 | dwc_ddrphy_apb_wr(0x42099, 0x63); |
| 6088 | dwc_ddrphy_apb_wr(0x4209a, 0x3c0); |
| 6089 | dwc_ddrphy_apb_wr(0x4209b, 0x801); |
| 6090 | dwc_ddrphy_apb_wr(0x4209c, 0xc000); |
| 6091 | dwc_ddrphy_apb_wr(0x4209d, 0x3); |
| 6092 | dwc_ddrphy_apb_wr(0x4209e, 0x3c0); |
| 6093 | dwc_ddrphy_apb_wr(0x4209f, 0x1); |
| 6094 | dwc_ddrphy_apb_wr(0x420a0, 0xc000); |
| 6095 | dwc_ddrphy_apb_wr(0x420a1, 0x3); |
| 6096 | dwc_ddrphy_apb_wr(0x420a2, 0x3c0); |
| 6097 | dwc_ddrphy_apb_wr(0x420a3, 0x2c1); |
| 6098 | dwc_ddrphy_apb_wr(0x420a4, 0xc000); |
| 6099 | dwc_ddrphy_apb_wr(0x420a5, 0x3); |
| 6100 | dwc_ddrphy_apb_wr(0x420a6, 0x3c0); |
| 6101 | dwc_ddrphy_apb_wr(0x420a7, 0x1001); |
| 6102 | dwc_ddrphy_apb_wr(0x420a8, 0xc5d5); |
| 6103 | dwc_ddrphy_apb_wr(0x420a9, 0x62); |
| 6104 | dwc_ddrphy_apb_wr(0x420aa, 0x3c0); |
| 6105 | dwc_ddrphy_apb_wr(0x420ab, 0x402); |
| 6106 | dwc_ddrphy_apb_wr(0x420ac, 0xc000); |
| 6107 | dwc_ddrphy_apb_wr(0x420ad, 0x3); |
| 6108 | dwc_ddrphy_apb_wr(0x420ae, 0x3c0); |
| 6109 | dwc_ddrphy_apb_wr(0x420af, 0x2); |
| 6110 | dwc_ddrphy_apb_wr(0x420b0, 0xc000); |
| 6111 | dwc_ddrphy_apb_wr(0x420b1, 0x3); |
| 6112 | dwc_ddrphy_apb_wr(0x420b2, 0x3c0); |
| 6113 | dwc_ddrphy_apb_wr(0x420b3, 0x2c1); |
| 6114 | dwc_ddrphy_apb_wr(0x420b4, 0xc000); |
| 6115 | dwc_ddrphy_apb_wr(0x420b5, 0x3); |
| 6116 | dwc_ddrphy_apb_wr(0x420b6, 0x3c0); |
| 6117 | dwc_ddrphy_apb_wr(0x420b7, 0x1001); |
| 6118 | dwc_ddrphy_apb_wr(0x420b8, 0xc5f5); |
| 6119 | dwc_ddrphy_apb_wr(0x420b9, 0x62); |
| 6120 | dwc_ddrphy_apb_wr(0x420ba, 0x3c0); |
| 6121 | dwc_ddrphy_apb_wr(0x420bb, 0x802); |
| 6122 | dwc_ddrphy_apb_wr(0x420bc, 0xc000); |
| 6123 | dwc_ddrphy_apb_wr(0x420bd, 0x3); |
| 6124 | dwc_ddrphy_apb_wr(0x420be, 0x3c0); |
| 6125 | dwc_ddrphy_apb_wr(0x420bf, 0x2); |
| 6126 | dwc_ddrphy_apb_wr(0x420c0, 0xc000); |
| 6127 | dwc_ddrphy_apb_wr(0x420c1, 0x3); |
| 6128 | dwc_ddrphy_apb_wr(0x420c2, 0x3c0); |
| 6129 | dwc_ddrphy_apb_wr(0x420c3, 0x2c1); |
| 6130 | dwc_ddrphy_apb_wr(0x420c4, 0xc000); |
| 6131 | dwc_ddrphy_apb_wr(0x420c5, 0x3); |
| 6132 | dwc_ddrphy_apb_wr(0x420c6, 0x3c0); |
| 6133 | dwc_ddrphy_apb_wr(0x420c7, 0x1001); |
| 6134 | dwc_ddrphy_apb_wr(0x420c8, 0xc5d5); |
| 6135 | dwc_ddrphy_apb_wr(0x420c9, 0x61); |
| 6136 | dwc_ddrphy_apb_wr(0x420ca, 0x3c0); |
| 6137 | dwc_ddrphy_apb_wr(0x420cb, 0x403); |
| 6138 | dwc_ddrphy_apb_wr(0x420cc, 0xc000); |
| 6139 | dwc_ddrphy_apb_wr(0x420cd, 0x3); |
| 6140 | dwc_ddrphy_apb_wr(0x420ce, 0x3c0); |
| 6141 | dwc_ddrphy_apb_wr(0x420cf, 0x3); |
| 6142 | dwc_ddrphy_apb_wr(0x420d0, 0xc000); |
| 6143 | dwc_ddrphy_apb_wr(0x420d1, 0x3); |
| 6144 | dwc_ddrphy_apb_wr(0x420d2, 0x3c0); |
| 6145 | dwc_ddrphy_apb_wr(0x420d3, 0x2c1); |
| 6146 | dwc_ddrphy_apb_wr(0x420d4, 0xc000); |
| 6147 | dwc_ddrphy_apb_wr(0x420d5, 0x3); |
| 6148 | dwc_ddrphy_apb_wr(0x420d6, 0x3c0); |
| 6149 | dwc_ddrphy_apb_wr(0x420d7, 0x1001); |
| 6150 | dwc_ddrphy_apb_wr(0x420d8, 0xc5f5); |
| 6151 | dwc_ddrphy_apb_wr(0x420d9, 0x61); |
| 6152 | dwc_ddrphy_apb_wr(0x420da, 0x3c0); |
| 6153 | dwc_ddrphy_apb_wr(0x420db, 0x803); |
| 6154 | dwc_ddrphy_apb_wr(0x420dc, 0xc000); |
| 6155 | dwc_ddrphy_apb_wr(0x420dd, 0x3); |
| 6156 | dwc_ddrphy_apb_wr(0x420de, 0x3c0); |
| 6157 | dwc_ddrphy_apb_wr(0x420df, 0x3); |
| 6158 | dwc_ddrphy_apb_wr(0x420e0, 0xc000); |
| 6159 | dwc_ddrphy_apb_wr(0x420e1, 0x3); |
| 6160 | dwc_ddrphy_apb_wr(0x420e2, 0x3c0); |
| 6161 | dwc_ddrphy_apb_wr(0x420e3, 0x2c1); |
| 6162 | dwc_ddrphy_apb_wr(0x420e4, 0xc000); |
| 6163 | dwc_ddrphy_apb_wr(0x420e5, 0x3); |
| 6164 | dwc_ddrphy_apb_wr(0x420e6, 0x3c0); |
| 6165 | dwc_ddrphy_apb_wr(0x420e7, 0x1d01); |
| 6166 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 2, type = 0 |
| 6167 | dwc_ddrphy_apb_wr(0x420e8, 0x213); |
| 6168 | dwc_ddrphy_apb_wr(0x420e9, 0x0); |
| 6169 | dwc_ddrphy_apb_wr(0x420ea, 0x3c0); |
| 6170 | dwc_ddrphy_apb_wr(0x420eb, 0x1); |
| 6171 | dwc_ddrphy_apb_wr(0x420ec, 0xc000); |
| 6172 | dwc_ddrphy_apb_wr(0x420ed, 0x3); |
| 6173 | dwc_ddrphy_apb_wr(0x420ee, 0x3c0); |
| 6174 | dwc_ddrphy_apb_wr(0x420ef, 0x0); |
| 6175 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 0 |
| 6176 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 0 |
| 6177 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 0 |
| 6178 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 0 |
| 6179 | dwc_ddrphy_apb_wr(0x420f0, 0xc000); |
| 6180 | dwc_ddrphy_apb_wr(0x420f1, 0x3); |
| 6181 | dwc_ddrphy_apb_wr(0x420f2, 0x3c0); |
| 6182 | dwc_ddrphy_apb_wr(0x420f3, 0x2c1); |
| 6183 | dwc_ddrphy_apb_wr(0x420f4, 0xc000); |
| 6184 | dwc_ddrphy_apb_wr(0x420f5, 0x3); |
| 6185 | dwc_ddrphy_apb_wr(0x420f6, 0x3c0); |
| 6186 | dwc_ddrphy_apb_wr(0x420f7, 0xef00); |
| 6187 | dwc_ddrphy_apb_wr(0x420f8, 0xc000); |
| 6188 | dwc_ddrphy_apb_wr(0x420f9, 0x3); |
| 6189 | dwc_ddrphy_apb_wr(0x420fa, 0x3c0); |
| 6190 | dwc_ddrphy_apb_wr(0x420fb, 0x2c1); |
| 6191 | dwc_ddrphy_apb_wr(0x420fc, 0xc000); |
| 6192 | dwc_ddrphy_apb_wr(0x420fd, 0x3); |
| 6193 | dwc_ddrphy_apb_wr(0x420fe, 0x3c0); |
| 6194 | dwc_ddrphy_apb_wr(0x420ff, 0x5900); |
| 6195 | dwc_ddrphy_apb_wr(0x42100, 0x217); |
| 6196 | dwc_ddrphy_apb_wr(0x42101, 0x1700); |
| 6197 | dwc_ddrphy_apb_wr(0x42102, 0x3c2); |
| 6198 | dwc_ddrphy_apb_wr(0x42103, 0x1); |
| 6199 | dwc_ddrphy_apb_wr(0x42104, 0xc000); |
| 6200 | dwc_ddrphy_apb_wr(0x42105, 0x3); |
| 6201 | dwc_ddrphy_apb_wr(0x42106, 0x3c0); |
| 6202 | dwc_ddrphy_apb_wr(0x42107, 0x0); |
| 6203 | dwc_ddrphy_apb_wr(0x42108, 0xc000); |
| 6204 | dwc_ddrphy_apb_wr(0x42109, 0x3); |
| 6205 | dwc_ddrphy_apb_wr(0x4210a, 0x3c0); |
| 6206 | dwc_ddrphy_apb_wr(0x4210b, 0x2c1); |
| 6207 | dwc_ddrphy_apb_wr(0x4210c, 0xc000); |
| 6208 | dwc_ddrphy_apb_wr(0x4210d, 0x3); |
| 6209 | dwc_ddrphy_apb_wr(0x4210e, 0x3c0); |
| 6210 | dwc_ddrphy_apb_wr(0x4210f, 0x400); |
| 6211 | dwc_ddrphy_apb_wr(0x42110, 0x3fff); |
| 6212 | dwc_ddrphy_apb_wr(0x42111, 0xff00); |
| 6213 | dwc_ddrphy_apb_wr(0x42112, 0x3f); |
| 6214 | dwc_ddrphy_apb_wr(0x42113, 0x2e1); |
| 6215 | dwc_ddrphy_apb_wr(0x42114, 0x3fff); |
| 6216 | dwc_ddrphy_apb_wr(0x42115, 0xff00); |
| 6217 | dwc_ddrphy_apb_wr(0x42116, 0x3f); |
| 6218 | dwc_ddrphy_apb_wr(0x42117, 0xa21); |
| 6219 | dwc_ddrphy_apb_wr(0x42118, 0x3fff); |
| 6220 | dwc_ddrphy_apb_wr(0x42119, 0xff00); |
| 6221 | dwc_ddrphy_apb_wr(0x4211a, 0x3f); |
| 6222 | dwc_ddrphy_apb_wr(0x4211b, 0x21); |
| 6223 | dwc_ddrphy_apb_wr(0x4211c, 0xffff); |
| 6224 | dwc_ddrphy_apb_wr(0x4211d, 0xff03); |
| 6225 | dwc_ddrphy_apb_wr(0x4211e, 0x3ff); |
| 6226 | dwc_ddrphy_apb_wr(0x4211f, 0x20); |
| 6227 | dwc_ddrphy_apb_wr(0x42120, 0xffff); |
| 6228 | dwc_ddrphy_apb_wr(0x42121, 0xff03); |
| 6229 | dwc_ddrphy_apb_wr(0x42122, 0x3ff); |
| 6230 | dwc_ddrphy_apb_wr(0x42123, 0x1e1); |
| 6231 | dwc_ddrphy_apb_wr(0x42124, 0xffff); |
| 6232 | dwc_ddrphy_apb_wr(0x42125, 0xff03); |
| 6233 | dwc_ddrphy_apb_wr(0x42126, 0x3ff); |
| 6234 | dwc_ddrphy_apb_wr(0x42127, 0x21); |
| 6235 | dwc_ddrphy_apb_wr(0x42128, 0xffff); |
| 6236 | dwc_ddrphy_apb_wr(0x42129, 0xff03); |
| 6237 | dwc_ddrphy_apb_wr(0x4212a, 0x3ff); |
| 6238 | dwc_ddrphy_apb_wr(0x4212b, 0x2e1); |
| 6239 | dwc_ddrphy_apb_wr(0x4212c, 0xffff); |
| 6240 | dwc_ddrphy_apb_wr(0x4212d, 0xff03); |
| 6241 | dwc_ddrphy_apb_wr(0x4212e, 0x3ff); |
| 6242 | dwc_ddrphy_apb_wr(0x4212f, 0x121); |
| 6243 | dwc_ddrphy_apb_wr(0x42130, 0x3fff); |
| 6244 | dwc_ddrphy_apb_wr(0x42131, 0xff00); |
| 6245 | dwc_ddrphy_apb_wr(0x42132, 0x3ff); |
| 6246 | dwc_ddrphy_apb_wr(0x42133, 0x21); |
| 6247 | dwc_ddrphy_apb_wr(0x42134, 0x3fff); |
| 6248 | dwc_ddrphy_apb_wr(0x42135, 0xff00); |
| 6249 | dwc_ddrphy_apb_wr(0x42136, 0x3ff); |
| 6250 | dwc_ddrphy_apb_wr(0x42137, 0x21); |
| 6251 | dwc_ddrphy_apb_wr(0x42138, 0x3fff); |
| 6252 | dwc_ddrphy_apb_wr(0x42139, 0xff00); |
| 6253 | dwc_ddrphy_apb_wr(0x4213a, 0x3ff); |
| 6254 | dwc_ddrphy_apb_wr(0x4213b, 0x21); |
| 6255 | dwc_ddrphy_apb_wr(0x4213c, 0xffff); |
| 6256 | dwc_ddrphy_apb_wr(0x4213d, 0xff03); |
| 6257 | dwc_ddrphy_apb_wr(0x4213e, 0x3ff); |
| 6258 | dwc_ddrphy_apb_wr(0x4213f, 0x21); |
| 6259 | dwc_ddrphy_apb_wr(0x42140, 0xffff); |
| 6260 | dwc_ddrphy_apb_wr(0x42141, 0xff03); |
| 6261 | dwc_ddrphy_apb_wr(0x42142, 0x3ff); |
| 6262 | dwc_ddrphy_apb_wr(0x42143, 0x2e1); |
| 6263 | dwc_ddrphy_apb_wr(0x42144, 0xffff); |
| 6264 | dwc_ddrphy_apb_wr(0x42145, 0xff03); |
| 6265 | dwc_ddrphy_apb_wr(0x42146, 0x3ff); |
| 6266 | dwc_ddrphy_apb_wr(0x42147, 0xf921); |
| 6267 | dwc_ddrphy_apb_wr(0x42148, 0xffff); |
| 6268 | dwc_ddrphy_apb_wr(0x42149, 0xff03); |
| 6269 | dwc_ddrphy_apb_wr(0x4214a, 0x3ff); |
| 6270 | dwc_ddrphy_apb_wr(0x4214b, 0x2e1); |
| 6271 | dwc_ddrphy_apb_wr(0x4214c, 0xffff); |
| 6272 | dwc_ddrphy_apb_wr(0x4214d, 0xff03); |
| 6273 | dwc_ddrphy_apb_wr(0x4214e, 0x3ff); |
| 6274 | dwc_ddrphy_apb_wr(0x4214f, 0x5921); |
| 6275 | dwc_ddrphy_apb_wr(0x42150, 0x5a5); |
| 6276 | dwc_ddrphy_apb_wr(0x42151, 0xa500); |
| 6277 | dwc_ddrphy_apb_wr(0x42152, 0x3c5); |
| 6278 | dwc_ddrphy_apb_wr(0x42153, 0x21); |
| 6279 | dwc_ddrphy_apb_wr(0x42154, 0xc040); |
| 6280 | dwc_ddrphy_apb_wr(0x42155, 0x4003); |
| 6281 | dwc_ddrphy_apb_wr(0x42156, 0x3c0); |
| 6282 | dwc_ddrphy_apb_wr(0x42157, 0x20); |
| 6283 | dwc_ddrphy_apb_wr(0x42158, 0xc000); |
| 6284 | dwc_ddrphy_apb_wr(0x42159, 0x3); |
| 6285 | dwc_ddrphy_apb_wr(0x4215a, 0x3c0); |
| 6286 | dwc_ddrphy_apb_wr(0x4215b, 0x2e1); |
| 6287 | dwc_ddrphy_apb_wr(0x4215c, 0xc000); |
| 6288 | dwc_ddrphy_apb_wr(0x4215d, 0x3); |
| 6289 | dwc_ddrphy_apb_wr(0x4215e, 0x3c0); |
| 6290 | dwc_ddrphy_apb_wr(0x4215f, 0xa21); |
| 6291 | dwc_ddrphy_apb_wr(0x42160, 0xef); |
| 6292 | dwc_ddrphy_apb_wr(0x42161, 0xef00); |
| 6293 | dwc_ddrphy_apb_wr(0x42162, 0x3c0); |
| 6294 | dwc_ddrphy_apb_wr(0x42163, 0x21); |
| 6295 | dwc_ddrphy_apb_wr(0x42164, 0xc000); |
| 6296 | dwc_ddrphy_apb_wr(0x42165, 0x3); |
| 6297 | dwc_ddrphy_apb_wr(0x42166, 0x3c0); |
| 6298 | dwc_ddrphy_apb_wr(0x42167, 0x20); |
| 6299 | dwc_ddrphy_apb_wr(0x42168, 0xc000); |
| 6300 | dwc_ddrphy_apb_wr(0x42169, 0x3); |
| 6301 | dwc_ddrphy_apb_wr(0x4216a, 0x3c0); |
| 6302 | dwc_ddrphy_apb_wr(0x4216b, 0x2e1); |
| 6303 | dwc_ddrphy_apb_wr(0x4216c, 0xc000); |
| 6304 | dwc_ddrphy_apb_wr(0x4216d, 0x3); |
| 6305 | dwc_ddrphy_apb_wr(0x4216e, 0x3c0); |
| 6306 | dwc_ddrphy_apb_wr(0x4216f, 0xff21); |
| 6307 | dwc_ddrphy_apb_wr(0x42170, 0xc000); |
| 6308 | dwc_ddrphy_apb_wr(0x42171, 0x3); |
| 6309 | dwc_ddrphy_apb_wr(0x42172, 0x3c0); |
| 6310 | dwc_ddrphy_apb_wr(0x42173, 0x2e1); |
| 6311 | dwc_ddrphy_apb_wr(0x42174, 0xc000); |
| 6312 | dwc_ddrphy_apb_wr(0x42175, 0x3); |
| 6313 | dwc_ddrphy_apb_wr(0x42176, 0x3c0); |
| 6314 | dwc_ddrphy_apb_wr(0x42177, 0xff21); |
| 6315 | dwc_ddrphy_apb_wr(0x42178, 0xc000); |
| 6316 | dwc_ddrphy_apb_wr(0x42179, 0x3); |
| 6317 | dwc_ddrphy_apb_wr(0x4217a, 0x3c0); |
| 6318 | dwc_ddrphy_apb_wr(0x4217b, 0x2e1); |
| 6319 | dwc_ddrphy_apb_wr(0x4217c, 0xc000); |
| 6320 | dwc_ddrphy_apb_wr(0x4217d, 0x3); |
| 6321 | dwc_ddrphy_apb_wr(0x4217e, 0x3c0); |
| 6322 | dwc_ddrphy_apb_wr(0x4217f, 0xa21); |
| 6323 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1, type = 2 |
| 6324 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2, type = 2 |
| 6325 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4, type = 2 |
| 6326 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8, type = 2 |
| 6327 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 2 |
| 6328 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 2 |
| 6329 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 2 |
| 6330 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 2 |
| 6331 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 2 |
| 6332 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200, type = 2 |
| 6333 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400, type = 2 |
| 6334 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800, type = 2 |
| 6335 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000, type = 2 |
| 6336 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000, type = 2 |
| 6337 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000, type = 2 |
| 6338 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000, type = 2 |
| 6339 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000, type = 2 |
| 6340 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000, type = 2 |
| 6341 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000, type = 2 |
| 6342 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000, type = 2 |
| 6343 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100000, type = 2 |
| 6344 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 200000, type = 2 |
| 6345 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 400000, type = 2 |
| 6346 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800000, type = 2 |
| 6347 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 1000000, type = 2 |
| 6348 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 2000000, type = 2 |
| 6349 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 4000000, type = 2 |
| 6350 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 8000000, type = 2 |
| 6351 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10000000, type = 2 |
| 6352 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20000000, type = 2 |
| 6353 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40000000, type = 2 |
| 6354 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80000000, type = 2 |
| 6355 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 10, type = 0 |
| 6356 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 4, type = 0 |
| 6357 | dwc_ddrphy_apb_wr(0x42180, 0x85d5); |
| 6358 | dwc_ddrphy_apb_wr(0x42181, 0xd563); |
| 6359 | dwc_ddrphy_apb_wr(0x42182, 0x3c5); |
| 6360 | dwc_ddrphy_apb_wr(0x42183, 0x420); |
| 6361 | dwc_ddrphy_apb_wr(0x42184, 0xc000); |
| 6362 | dwc_ddrphy_apb_wr(0x42185, 0x3); |
| 6363 | dwc_ddrphy_apb_wr(0x42186, 0x3c0); |
| 6364 | dwc_ddrphy_apb_wr(0x42187, 0x20); |
| 6365 | dwc_ddrphy_apb_wr(0x42188, 0xc000); |
| 6366 | dwc_ddrphy_apb_wr(0x42189, 0x3); |
| 6367 | dwc_ddrphy_apb_wr(0x4218a, 0x3c0); |
| 6368 | dwc_ddrphy_apb_wr(0x4218b, 0x2c1); |
| 6369 | dwc_ddrphy_apb_wr(0x4218c, 0xc000); |
| 6370 | dwc_ddrphy_apb_wr(0x4218d, 0x3); |
| 6371 | dwc_ddrphy_apb_wr(0x4218e, 0x3c0); |
| 6372 | dwc_ddrphy_apb_wr(0x4218f, 0x1001); |
| 6373 | dwc_ddrphy_apb_wr(0x42190, 0x85f5); |
| 6374 | dwc_ddrphy_apb_wr(0x42191, 0xf563); |
| 6375 | dwc_ddrphy_apb_wr(0x42192, 0x3c5); |
| 6376 | dwc_ddrphy_apb_wr(0x42193, 0x820); |
| 6377 | dwc_ddrphy_apb_wr(0x42194, 0xc000); |
| 6378 | dwc_ddrphy_apb_wr(0x42195, 0x3); |
| 6379 | dwc_ddrphy_apb_wr(0x42196, 0x3c0); |
| 6380 | dwc_ddrphy_apb_wr(0x42197, 0x20); |
| 6381 | dwc_ddrphy_apb_wr(0x42198, 0xc000); |
| 6382 | dwc_ddrphy_apb_wr(0x42199, 0x3); |
| 6383 | dwc_ddrphy_apb_wr(0x4219a, 0x3c0); |
| 6384 | dwc_ddrphy_apb_wr(0x4219b, 0x2c1); |
| 6385 | dwc_ddrphy_apb_wr(0x4219c, 0xc000); |
| 6386 | dwc_ddrphy_apb_wr(0x4219d, 0x3); |
| 6387 | dwc_ddrphy_apb_wr(0x4219e, 0x3c0); |
| 6388 | dwc_ddrphy_apb_wr(0x4219f, 0x1001); |
| 6389 | dwc_ddrphy_apb_wr(0x421a0, 0x45d5); |
| 6390 | dwc_ddrphy_apb_wr(0x421a1, 0xd563); |
| 6391 | dwc_ddrphy_apb_wr(0x421a2, 0x3c5); |
| 6392 | dwc_ddrphy_apb_wr(0x421a3, 0x421); |
| 6393 | dwc_ddrphy_apb_wr(0x421a4, 0xc000); |
| 6394 | dwc_ddrphy_apb_wr(0x421a5, 0x3); |
| 6395 | dwc_ddrphy_apb_wr(0x421a6, 0x3c0); |
| 6396 | dwc_ddrphy_apb_wr(0x421a7, 0x21); |
| 6397 | dwc_ddrphy_apb_wr(0x421a8, 0xc000); |
| 6398 | dwc_ddrphy_apb_wr(0x421a9, 0x3); |
| 6399 | dwc_ddrphy_apb_wr(0x421aa, 0x3c0); |
| 6400 | dwc_ddrphy_apb_wr(0x421ab, 0x2c1); |
| 6401 | dwc_ddrphy_apb_wr(0x421ac, 0xc000); |
| 6402 | dwc_ddrphy_apb_wr(0x421ad, 0x3); |
| 6403 | dwc_ddrphy_apb_wr(0x421ae, 0x3c0); |
| 6404 | dwc_ddrphy_apb_wr(0x421af, 0x1001); |
| 6405 | dwc_ddrphy_apb_wr(0x421b0, 0x45f5); |
| 6406 | dwc_ddrphy_apb_wr(0x421b1, 0xf563); |
| 6407 | dwc_ddrphy_apb_wr(0x421b2, 0x3c5); |
| 6408 | dwc_ddrphy_apb_wr(0x421b3, 0x821); |
| 6409 | dwc_ddrphy_apb_wr(0x421b4, 0xc000); |
| 6410 | dwc_ddrphy_apb_wr(0x421b5, 0x3); |
| 6411 | dwc_ddrphy_apb_wr(0x421b6, 0x3c0); |
| 6412 | dwc_ddrphy_apb_wr(0x421b7, 0x21); |
| 6413 | dwc_ddrphy_apb_wr(0x421b8, 0xc000); |
| 6414 | dwc_ddrphy_apb_wr(0x421b9, 0x3); |
| 6415 | dwc_ddrphy_apb_wr(0x421ba, 0x3c0); |
| 6416 | dwc_ddrphy_apb_wr(0x421bb, 0x2c1); |
| 6417 | dwc_ddrphy_apb_wr(0x421bc, 0xc000); |
| 6418 | dwc_ddrphy_apb_wr(0x421bd, 0x3); |
| 6419 | dwc_ddrphy_apb_wr(0x421be, 0x3c0); |
| 6420 | dwc_ddrphy_apb_wr(0x421bf, 0x1001); |
| 6421 | dwc_ddrphy_apb_wr(0x421c0, 0xc5d5); |
| 6422 | dwc_ddrphy_apb_wr(0x421c1, 0xd562); |
| 6423 | dwc_ddrphy_apb_wr(0x421c2, 0x3c5); |
| 6424 | dwc_ddrphy_apb_wr(0x421c3, 0x422); |
| 6425 | dwc_ddrphy_apb_wr(0x421c4, 0xc000); |
| 6426 | dwc_ddrphy_apb_wr(0x421c5, 0x3); |
| 6427 | dwc_ddrphy_apb_wr(0x421c6, 0x3c0); |
| 6428 | dwc_ddrphy_apb_wr(0x421c7, 0x22); |
| 6429 | dwc_ddrphy_apb_wr(0x421c8, 0xc000); |
| 6430 | dwc_ddrphy_apb_wr(0x421c9, 0x3); |
| 6431 | dwc_ddrphy_apb_wr(0x421ca, 0x3c0); |
| 6432 | dwc_ddrphy_apb_wr(0x421cb, 0x2c1); |
| 6433 | dwc_ddrphy_apb_wr(0x421cc, 0xc000); |
| 6434 | dwc_ddrphy_apb_wr(0x421cd, 0x3); |
| 6435 | dwc_ddrphy_apb_wr(0x421ce, 0x3c0); |
| 6436 | dwc_ddrphy_apb_wr(0x421cf, 0x1001); |
| 6437 | dwc_ddrphy_apb_wr(0x421d0, 0xc5f5); |
| 6438 | dwc_ddrphy_apb_wr(0x421d1, 0xf562); |
| 6439 | dwc_ddrphy_apb_wr(0x421d2, 0x3c5); |
| 6440 | dwc_ddrphy_apb_wr(0x421d3, 0x822); |
| 6441 | dwc_ddrphy_apb_wr(0x421d4, 0xc000); |
| 6442 | dwc_ddrphy_apb_wr(0x421d5, 0x3); |
| 6443 | dwc_ddrphy_apb_wr(0x421d6, 0x3c0); |
| 6444 | dwc_ddrphy_apb_wr(0x421d7, 0x22); |
| 6445 | dwc_ddrphy_apb_wr(0x421d8, 0xc000); |
| 6446 | dwc_ddrphy_apb_wr(0x421d9, 0x3); |
| 6447 | dwc_ddrphy_apb_wr(0x421da, 0x3c0); |
| 6448 | dwc_ddrphy_apb_wr(0x421db, 0x2c1); |
| 6449 | dwc_ddrphy_apb_wr(0x421dc, 0xc000); |
| 6450 | dwc_ddrphy_apb_wr(0x421dd, 0x3); |
| 6451 | dwc_ddrphy_apb_wr(0x421de, 0x3c0); |
| 6452 | dwc_ddrphy_apb_wr(0x421df, 0x1001); |
| 6453 | dwc_ddrphy_apb_wr(0x421e0, 0xc5d5); |
| 6454 | dwc_ddrphy_apb_wr(0x421e1, 0xd561); |
| 6455 | dwc_ddrphy_apb_wr(0x421e2, 0x3c5); |
| 6456 | dwc_ddrphy_apb_wr(0x421e3, 0x423); |
| 6457 | dwc_ddrphy_apb_wr(0x421e4, 0xc000); |
| 6458 | dwc_ddrphy_apb_wr(0x421e5, 0x3); |
| 6459 | dwc_ddrphy_apb_wr(0x421e6, 0x3c0); |
| 6460 | dwc_ddrphy_apb_wr(0x421e7, 0x23); |
| 6461 | dwc_ddrphy_apb_wr(0x421e8, 0xc000); |
| 6462 | dwc_ddrphy_apb_wr(0x421e9, 0x3); |
| 6463 | dwc_ddrphy_apb_wr(0x421ea, 0x3c0); |
| 6464 | dwc_ddrphy_apb_wr(0x421eb, 0x2c1); |
| 6465 | dwc_ddrphy_apb_wr(0x421ec, 0xc000); |
| 6466 | dwc_ddrphy_apb_wr(0x421ed, 0x3); |
| 6467 | dwc_ddrphy_apb_wr(0x421ee, 0x3c0); |
| 6468 | dwc_ddrphy_apb_wr(0x421ef, 0x1001); |
| 6469 | dwc_ddrphy_apb_wr(0x421f0, 0xc5f5); |
| 6470 | dwc_ddrphy_apb_wr(0x421f1, 0xf561); |
| 6471 | dwc_ddrphy_apb_wr(0x421f2, 0x3c5); |
| 6472 | dwc_ddrphy_apb_wr(0x421f3, 0x823); |
| 6473 | dwc_ddrphy_apb_wr(0x421f4, 0xc000); |
| 6474 | dwc_ddrphy_apb_wr(0x421f5, 0x3); |
| 6475 | dwc_ddrphy_apb_wr(0x421f6, 0x3c0); |
| 6476 | dwc_ddrphy_apb_wr(0x421f7, 0x23); |
| 6477 | dwc_ddrphy_apb_wr(0x421f8, 0xc000); |
| 6478 | dwc_ddrphy_apb_wr(0x421f9, 0x3); |
| 6479 | dwc_ddrphy_apb_wr(0x421fa, 0x3c0); |
| 6480 | dwc_ddrphy_apb_wr(0x421fb, 0x2c1); |
| 6481 | dwc_ddrphy_apb_wr(0x421fc, 0xc000); |
| 6482 | dwc_ddrphy_apb_wr(0x421fd, 0x3); |
| 6483 | dwc_ddrphy_apb_wr(0x421fe, 0x3c0); |
| 6484 | dwc_ddrphy_apb_wr(0x421ff, 0x1d01); |
| 6485 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 2, type = 0 |
| 6486 | dwc_ddrphy_apb_wr(0x42200, 0x213); |
| 6487 | dwc_ddrphy_apb_wr(0x42201, 0x1300); |
| 6488 | dwc_ddrphy_apb_wr(0x42202, 0x3c2); |
| 6489 | dwc_ddrphy_apb_wr(0x42203, 0x21); |
| 6490 | dwc_ddrphy_apb_wr(0x42204, 0xc000); |
| 6491 | dwc_ddrphy_apb_wr(0x42205, 0x3); |
| 6492 | dwc_ddrphy_apb_wr(0x42206, 0x3c0); |
| 6493 | dwc_ddrphy_apb_wr(0x42207, 0x20); |
| 6494 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 0 |
| 6495 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 0 |
| 6496 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 0 |
| 6497 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 0 |
| 6498 | dwc_ddrphy_apb_wr(0x42208, 0xc000); |
| 6499 | dwc_ddrphy_apb_wr(0x42209, 0x3); |
| 6500 | dwc_ddrphy_apb_wr(0x4220a, 0x3c0); |
| 6501 | dwc_ddrphy_apb_wr(0x4220b, 0x2e1); |
| 6502 | dwc_ddrphy_apb_wr(0x4220c, 0xc000); |
| 6503 | dwc_ddrphy_apb_wr(0x4220d, 0x3); |
| 6504 | dwc_ddrphy_apb_wr(0x4220e, 0x3c0); |
| 6505 | dwc_ddrphy_apb_wr(0x4220f, 0xef20); |
| 6506 | dwc_ddrphy_apb_wr(0x42210, 0xc000); |
| 6507 | dwc_ddrphy_apb_wr(0x42211, 0x3); |
| 6508 | dwc_ddrphy_apb_wr(0x42212, 0x3c0); |
| 6509 | dwc_ddrphy_apb_wr(0x42213, 0x2e1); |
| 6510 | dwc_ddrphy_apb_wr(0x42214, 0xc000); |
| 6511 | dwc_ddrphy_apb_wr(0x42215, 0x3); |
| 6512 | dwc_ddrphy_apb_wr(0x42216, 0x3c0); |
| 6513 | dwc_ddrphy_apb_wr(0x42217, 0x5920); |
| 6514 | dwc_ddrphy_apb_wr(0x42218, 0x217); |
| 6515 | dwc_ddrphy_apb_wr(0x42219, 0x1700); |
| 6516 | dwc_ddrphy_apb_wr(0x4221a, 0x3c2); |
| 6517 | dwc_ddrphy_apb_wr(0x4221b, 0x21); |
| 6518 | dwc_ddrphy_apb_wr(0x4221c, 0xc000); |
| 6519 | dwc_ddrphy_apb_wr(0x4221d, 0x3); |
| 6520 | dwc_ddrphy_apb_wr(0x4221e, 0x3c0); |
| 6521 | dwc_ddrphy_apb_wr(0x4221f, 0x20); |
| 6522 | dwc_ddrphy_apb_wr(0x42220, 0xc000); |
| 6523 | dwc_ddrphy_apb_wr(0x42221, 0x3); |
| 6524 | dwc_ddrphy_apb_wr(0x42222, 0x3c0); |
| 6525 | dwc_ddrphy_apb_wr(0x42223, 0x2e1); |
| 6526 | dwc_ddrphy_apb_wr(0x42224, 0xc000); |
| 6527 | dwc_ddrphy_apb_wr(0x42225, 0x3); |
| 6528 | dwc_ddrphy_apb_wr(0x42226, 0x3c0); |
| 6529 | dwc_ddrphy_apb_wr(0x42227, 0x420); |
| 6530 | //// [phyinit_LoadPIECodeSections] Moving start address from 42228 to 90029 |
| 6531 | dwc_ddrphy_apb_wr(0x90029, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b0s0 |
| 6532 | dwc_ddrphy_apb_wr(0x9002a, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b0s1 |
| 6533 | dwc_ddrphy_apb_wr(0x9002b, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b0s2 |
| 6534 | dwc_ddrphy_apb_wr(0x9002c, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b1s0 |
| 6535 | dwc_ddrphy_apb_wr(0x9002d, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b1s1 |
| 6536 | dwc_ddrphy_apb_wr(0x9002e, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b1s2 |
| 6537 | dwc_ddrphy_apb_wr(0x9002f, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b2s0 |
| 6538 | dwc_ddrphy_apb_wr(0x90030, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b2s1 |
| 6539 | dwc_ddrphy_apb_wr(0x90031, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b2s2 |
| 6540 | dwc_ddrphy_apb_wr(0x90032, 0xb); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b3s0 |
| 6541 | dwc_ddrphy_apb_wr(0x90033, 0x480); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b3s1 |
| 6542 | dwc_ddrphy_apb_wr(0x90034, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b3s2 |
| 6543 | dwc_ddrphy_apb_wr(0x90035, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b4s0 |
| 6544 | dwc_ddrphy_apb_wr(0x90036, 0x448); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b4s1 |
| 6545 | dwc_ddrphy_apb_wr(0x90037, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b4s2 |
| 6546 | dwc_ddrphy_apb_wr(0x90038, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b5s0 |
| 6547 | dwc_ddrphy_apb_wr(0x90039, 0x478); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b5s1 |
| 6548 | dwc_ddrphy_apb_wr(0x9003a, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b5s2 |
| 6549 | dwc_ddrphy_apb_wr(0x9003b, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b6s0 |
| 6550 | dwc_ddrphy_apb_wr(0x9003c, 0xe8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b6s1 |
| 6551 | dwc_ddrphy_apb_wr(0x9003d, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b6s2 |
| 6552 | dwc_ddrphy_apb_wr(0x9003e, 0x2); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b7s0 |
| 6553 | dwc_ddrphy_apb_wr(0x9003f, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b7s1 |
| 6554 | dwc_ddrphy_apb_wr(0x90040, 0x139); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b7s2 |
| 6555 | dwc_ddrphy_apb_wr(0x90041, 0xf); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b8s0 |
| 6556 | dwc_ddrphy_apb_wr(0x90042, 0x7c0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b8s1 |
| 6557 | dwc_ddrphy_apb_wr(0x90043, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b8s2 |
| 6558 | dwc_ddrphy_apb_wr(0x90044, 0x107); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b9s0 |
| 6559 | dwc_ddrphy_apb_wr(0x90045, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b9s1 |
| 6560 | dwc_ddrphy_apb_wr(0x90046, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b9s2 |
| 6561 | dwc_ddrphy_apb_wr(0x90047, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b10s0 |
| 6562 | dwc_ddrphy_apb_wr(0x90048, 0xe0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b10s1 |
| 6563 | dwc_ddrphy_apb_wr(0x90049, 0x139); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b10s2 |
| 6564 | dwc_ddrphy_apb_wr(0x9004a, 0x147); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b11s0 |
| 6565 | dwc_ddrphy_apb_wr(0x9004b, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b11s1 |
| 6566 | dwc_ddrphy_apb_wr(0x9004c, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b11s2 |
| 6567 | dwc_ddrphy_apb_wr(0x9004d, 0x14f); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b12s0 |
| 6568 | dwc_ddrphy_apb_wr(0x9004e, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b12s1 |
| 6569 | dwc_ddrphy_apb_wr(0x9004f, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b12s2 |
| 6570 | dwc_ddrphy_apb_wr(0x90050, 0x7); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b13s0 |
| 6571 | dwc_ddrphy_apb_wr(0x90051, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b13s1 |
| 6572 | dwc_ddrphy_apb_wr(0x90052, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b13s2 |
| 6573 | dwc_ddrphy_apb_wr(0x90053, 0x47); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b14s0 |
| 6574 | dwc_ddrphy_apb_wr(0x90054, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b14s1 |
| 6575 | dwc_ddrphy_apb_wr(0x90055, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b14s2 |
| 6576 | dwc_ddrphy_apb_wr(0x90056, 0x4f); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b15s0 |
| 6577 | dwc_ddrphy_apb_wr(0x90057, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b15s1 |
| 6578 | dwc_ddrphy_apb_wr(0x90058, 0x179); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b15s2 |
| 6579 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 800, type = 0 |
| 6580 | dwc_ddrphy_apb_wr(0x90059, 0x100); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b16s0 |
| 6581 | dwc_ddrphy_apb_wr(0x9005a, 0x15c); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b16s1 |
| 6582 | dwc_ddrphy_apb_wr(0x9005b, 0x139); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b16s2 |
| 6583 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800, type = 0 |
| 6584 | dwc_ddrphy_apb_wr(0x9005c, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b17s0 |
| 6585 | dwc_ddrphy_apb_wr(0x9005d, 0x7c8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b17s1 |
| 6586 | dwc_ddrphy_apb_wr(0x9005e, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b17s2 |
| 6587 | dwc_ddrphy_apb_wr(0x9005f, 0x11); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b18s0 |
| 6588 | dwc_ddrphy_apb_wr(0x90060, 0x530); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b18s1 |
| 6589 | dwc_ddrphy_apb_wr(0x90061, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b18s2 |
| 6590 | dwc_ddrphy_apb_wr(0x90062, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b19s0 |
| 6591 | dwc_ddrphy_apb_wr(0x90063, 0x1); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b19s1 |
| 6592 | dwc_ddrphy_apb_wr(0x90064, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b19s2 |
| 6593 | dwc_ddrphy_apb_wr(0x90065, 0x14f); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b20s0 |
| 6594 | dwc_ddrphy_apb_wr(0x90066, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b20s1 |
| 6595 | dwc_ddrphy_apb_wr(0x90067, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b20s2 |
| 6596 | dwc_ddrphy_apb_wr(0x90068, 0x2); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b21s0 |
| 6597 | dwc_ddrphy_apb_wr(0x90069, 0x45a); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b21s1 |
| 6598 | dwc_ddrphy_apb_wr(0x9006a, 0x9); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b21s2 |
| 6599 | dwc_ddrphy_apb_wr(0x9006b, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b22s0 |
| 6600 | dwc_ddrphy_apb_wr(0x9006c, 0x530); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b22s1 |
| 6601 | dwc_ddrphy_apb_wr(0x9006d, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b22s2 |
| 6602 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 800, type = 0 |
| 6603 | dwc_ddrphy_apb_wr(0x9006e, 0xc100); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b23s0 |
| 6604 | dwc_ddrphy_apb_wr(0x9006f, 0x15c); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b23s1 |
| 6605 | dwc_ddrphy_apb_wr(0x90070, 0x139); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b23s2 |
| 6606 | dwc_ddrphy_apb_wr(0x90071, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b24s0 |
| 6607 | dwc_ddrphy_apb_wr(0x90072, 0x65a); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b24s1 |
| 6608 | dwc_ddrphy_apb_wr(0x90073, 0x9); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b24s2 |
| 6609 | dwc_ddrphy_apb_wr(0x90074, 0x41); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b25s0 |
| 6610 | dwc_ddrphy_apb_wr(0x90075, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b25s1 |
| 6611 | dwc_ddrphy_apb_wr(0x90076, 0x179); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b25s2 |
| 6612 | dwc_ddrphy_apb_wr(0x90077, 0x1); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b26s0 |
| 6613 | dwc_ddrphy_apb_wr(0x90078, 0x618); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b26s1 |
| 6614 | dwc_ddrphy_apb_wr(0x90079, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b26s2 |
| 6615 | dwc_ddrphy_apb_wr(0x9007a, 0x40c0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b27s0 |
| 6616 | dwc_ddrphy_apb_wr(0x9007b, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b27s1 |
| 6617 | dwc_ddrphy_apb_wr(0x9007c, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b27s2 |
| 6618 | dwc_ddrphy_apb_wr(0x9007d, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b28s0 |
| 6619 | dwc_ddrphy_apb_wr(0x9007e, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b28s1 |
| 6620 | dwc_ddrphy_apb_wr(0x9007f, 0x48); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b28s2 |
| 6621 | dwc_ddrphy_apb_wr(0x90080, 0x4040); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b29s0 |
| 6622 | dwc_ddrphy_apb_wr(0x90081, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b29s1 |
| 6623 | dwc_ddrphy_apb_wr(0x90082, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b29s2 |
| 6624 | dwc_ddrphy_apb_wr(0x90083, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b30s0 |
| 6625 | dwc_ddrphy_apb_wr(0x90084, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b30s1 |
| 6626 | dwc_ddrphy_apb_wr(0x90085, 0x48); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b30s2 |
| 6627 | dwc_ddrphy_apb_wr(0x90086, 0x40); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b31s0 |
| 6628 | dwc_ddrphy_apb_wr(0x90087, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b31s1 |
| 6629 | dwc_ddrphy_apb_wr(0x90088, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b31s2 |
| 6630 | dwc_ddrphy_apb_wr(0x90089, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b32s0 |
| 6631 | dwc_ddrphy_apb_wr(0x9008a, 0x658); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b32s1 |
| 6632 | dwc_ddrphy_apb_wr(0x9008b, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b32s2 |
| 6633 | dwc_ddrphy_apb_wr(0x9008c, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b33s0 |
| 6634 | dwc_ddrphy_apb_wr(0x9008d, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b33s1 |
| 6635 | dwc_ddrphy_apb_wr(0x9008e, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b33s2 |
| 6636 | dwc_ddrphy_apb_wr(0x9008f, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b34s0 |
| 6637 | dwc_ddrphy_apb_wr(0x90090, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b34s1 |
| 6638 | dwc_ddrphy_apb_wr(0x90091, 0x78); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b34s2 |
| 6639 | dwc_ddrphy_apb_wr(0x90092, 0x549); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b35s0 |
| 6640 | dwc_ddrphy_apb_wr(0x90093, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b35s1 |
| 6641 | dwc_ddrphy_apb_wr(0x90094, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b35s2 |
| 6642 | dwc_ddrphy_apb_wr(0x90095, 0xd49); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b36s0 |
| 6643 | dwc_ddrphy_apb_wr(0x90096, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b36s1 |
| 6644 | dwc_ddrphy_apb_wr(0x90097, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b36s2 |
| 6645 | dwc_ddrphy_apb_wr(0x90098, 0x94c); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b37s0 |
| 6646 | dwc_ddrphy_apb_wr(0x90099, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b37s1 |
| 6647 | dwc_ddrphy_apb_wr(0x9009a, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b37s2 |
| 6648 | dwc_ddrphy_apb_wr(0x9009b, 0x94c); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b38s0 |
| 6649 | dwc_ddrphy_apb_wr(0x9009c, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b38s1 |
| 6650 | dwc_ddrphy_apb_wr(0x9009d, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b38s2 |
| 6651 | dwc_ddrphy_apb_wr(0x9009e, 0x442); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b39s0 |
| 6652 | dwc_ddrphy_apb_wr(0x9009f, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b39s1 |
| 6653 | dwc_ddrphy_apb_wr(0x900a0, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b39s2 |
| 6654 | dwc_ddrphy_apb_wr(0x900a1, 0x42); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b40s0 |
| 6655 | dwc_ddrphy_apb_wr(0x900a2, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b40s1 |
| 6656 | dwc_ddrphy_apb_wr(0x900a3, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b40s2 |
| 6657 | dwc_ddrphy_apb_wr(0x900a4, 0x1); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b41s0 |
| 6658 | dwc_ddrphy_apb_wr(0x900a5, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b41s1 |
| 6659 | dwc_ddrphy_apb_wr(0x900a6, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b41s2 |
| 6660 | dwc_ddrphy_apb_wr(0x900a7, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b42s0 |
| 6661 | dwc_ddrphy_apb_wr(0x900a8, 0xe0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b42s1 |
| 6662 | dwc_ddrphy_apb_wr(0x900a9, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b42s2 |
| 6663 | dwc_ddrphy_apb_wr(0x900aa, 0xa); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b43s0 |
| 6664 | dwc_ddrphy_apb_wr(0x900ab, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b43s1 |
| 6665 | dwc_ddrphy_apb_wr(0x900ac, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b43s2 |
| 6666 | dwc_ddrphy_apb_wr(0x900ad, 0x9); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b44s0 |
| 6667 | dwc_ddrphy_apb_wr(0x900ae, 0x3c0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b44s1 |
| 6668 | dwc_ddrphy_apb_wr(0x900af, 0x149); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b44s2 |
| 6669 | dwc_ddrphy_apb_wr(0x900b0, 0x9); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b45s0 |
| 6670 | dwc_ddrphy_apb_wr(0x900b1, 0x3c0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b45s1 |
| 6671 | dwc_ddrphy_apb_wr(0x900b2, 0x159); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b45s2 |
| 6672 | dwc_ddrphy_apb_wr(0x900b3, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b46s0 |
| 6673 | dwc_ddrphy_apb_wr(0x900b4, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b46s1 |
| 6674 | dwc_ddrphy_apb_wr(0x900b5, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b46s2 |
| 6675 | dwc_ddrphy_apb_wr(0x900b6, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b47s0 |
| 6676 | dwc_ddrphy_apb_wr(0x900b7, 0x3c0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b47s1 |
| 6677 | dwc_ddrphy_apb_wr(0x900b8, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b47s2 |
| 6678 | dwc_ddrphy_apb_wr(0x900b9, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b48s0 |
| 6679 | dwc_ddrphy_apb_wr(0x900ba, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b48s1 |
| 6680 | dwc_ddrphy_apb_wr(0x900bb, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b48s2 |
| 6681 | dwc_ddrphy_apb_wr(0x900bc, 0xc); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b49s0 |
| 6682 | dwc_ddrphy_apb_wr(0x900bd, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b49s1 |
| 6683 | dwc_ddrphy_apb_wr(0x900be, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b49s2 |
| 6684 | dwc_ddrphy_apb_wr(0x900bf, 0x3); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b50s0 |
| 6685 | dwc_ddrphy_apb_wr(0x900c0, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b50s1 |
| 6686 | dwc_ddrphy_apb_wr(0x900c1, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b50s2 |
| 6687 | dwc_ddrphy_apb_wr(0x900c2, 0x7); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b51s0 |
| 6688 | dwc_ddrphy_apb_wr(0x900c3, 0x7c0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b51s1 |
| 6689 | dwc_ddrphy_apb_wr(0x900c4, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b51s2 |
| 6690 | //// [phyinit_LoadPIECodeSections] Matched ANY enable_bits = 8, type = 0 |
| 6691 | dwc_ddrphy_apb_wr(0x900c5, 0x3a); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b52s0 |
| 6692 | dwc_ddrphy_apb_wr(0x900c6, 0x1e2); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b52s1 |
| 6693 | dwc_ddrphy_apb_wr(0x900c7, 0x9); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b52s2 |
| 6694 | dwc_ddrphy_apb_wr(0x900c8, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b53s0 |
| 6695 | dwc_ddrphy_apb_wr(0x900c9, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b53s1 |
| 6696 | dwc_ddrphy_apb_wr(0x900ca, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b53s2 |
| 6697 | dwc_ddrphy_apb_wr(0x900cb, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b54s0 |
| 6698 | dwc_ddrphy_apb_wr(0x900cc, 0x400); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b54s1 |
| 6699 | dwc_ddrphy_apb_wr(0x900cd, 0x16e); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b54s2 |
| 6700 | dwc_ddrphy_apb_wr(0x900ce, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b55s0 |
| 6701 | dwc_ddrphy_apb_wr(0x900cf, 0x7c8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b55s1 |
| 6702 | dwc_ddrphy_apb_wr(0x900d0, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b55s2 |
| 6703 | dwc_ddrphy_apb_wr(0x900d1, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b56s0 |
| 6704 | dwc_ddrphy_apb_wr(0x900d2, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b56s1 |
| 6705 | dwc_ddrphy_apb_wr(0x900d3, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b56s2 |
| 6706 | dwc_ddrphy_apb_wr(0x900d4, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b57s0 |
| 6707 | dwc_ddrphy_apb_wr(0x900d5, 0x978); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b57s1 |
| 6708 | dwc_ddrphy_apb_wr(0x900d6, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b57s2 |
| 6709 | dwc_ddrphy_apb_wr(0x900d7, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b58s0 |
| 6710 | dwc_ddrphy_apb_wr(0x900d8, 0xa78); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b58s1 |
| 6711 | dwc_ddrphy_apb_wr(0x900d9, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b58s2 |
| 6712 | dwc_ddrphy_apb_wr(0x900da, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b59s0 |
| 6713 | dwc_ddrphy_apb_wr(0x900db, 0x980); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b59s1 |
| 6714 | dwc_ddrphy_apb_wr(0x900dc, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b59s2 |
| 6715 | dwc_ddrphy_apb_wr(0x900dd, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b60s0 |
| 6716 | dwc_ddrphy_apb_wr(0x900de, 0xa80); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b60s1 |
| 6717 | dwc_ddrphy_apb_wr(0x900df, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b60s2 |
| 6718 | dwc_ddrphy_apb_wr(0x900e0, 0x32); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b61s0 |
| 6719 | dwc_ddrphy_apb_wr(0x900e1, 0x952); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b61s1 |
| 6720 | dwc_ddrphy_apb_wr(0x900e2, 0x69); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b61s2 |
| 6721 | dwc_ddrphy_apb_wr(0x900e3, 0x32); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b62s0 |
| 6722 | dwc_ddrphy_apb_wr(0x900e4, 0xa52); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b62s1 |
| 6723 | dwc_ddrphy_apb_wr(0x900e5, 0x69); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b62s2 |
| 6724 | dwc_ddrphy_apb_wr(0x900e6, 0x2); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b63s0 |
| 6725 | dwc_ddrphy_apb_wr(0x900e7, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b63s1 |
| 6726 | dwc_ddrphy_apb_wr(0x900e8, 0x68); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b63s2 |
| 6727 | dwc_ddrphy_apb_wr(0x900e9, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b64s0 |
| 6728 | dwc_ddrphy_apb_wr(0x900ea, 0x370); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b64s1 |
| 6729 | dwc_ddrphy_apb_wr(0x900eb, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b64s2 |
| 6730 | dwc_ddrphy_apb_wr(0x900ec, 0x1); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b65s0 |
| 6731 | dwc_ddrphy_apb_wr(0x900ed, 0x1400); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b65s1 |
| 6732 | dwc_ddrphy_apb_wr(0x900ee, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b65s2 |
| 6733 | dwc_ddrphy_apb_wr(0x900ef, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b66s0 |
| 6734 | dwc_ddrphy_apb_wr(0x900f0, 0x8e8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b66s1 |
| 6735 | dwc_ddrphy_apb_wr(0x900f1, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b66s2 |
| 6736 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 20, type = 0 |
| 6737 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 80, type = 0 |
| 6738 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 40, type = 0 |
| 6739 | //// [phyinit_LoadPIECodeSections] No match for ANY enable_bits = 100, type = 0 |
| 6740 | //// [phyinit_LoadPIECodeSections] Matched NO enable_bits = 2, type = 0 |
| 6741 | dwc_ddrphy_apb_wr(0x900f2, 0x2cd); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b67s0 |
| 6742 | dwc_ddrphy_apb_wr(0x900f3, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b67s1 |
| 6743 | dwc_ddrphy_apb_wr(0x900f4, 0x68); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b67s2 |
| 6744 | dwc_ddrphy_apb_wr(0x900f5, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b68s0 |
| 6745 | dwc_ddrphy_apb_wr(0x900f6, 0x8e8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b68s1 |
| 6746 | dwc_ddrphy_apb_wr(0x900f7, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b68s2 |
| 6747 | dwc_ddrphy_apb_wr(0x900f8, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b69s0 |
| 6748 | dwc_ddrphy_apb_wr(0x900f9, 0x3c8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b69s1 |
| 6749 | dwc_ddrphy_apb_wr(0x900fa, 0x1e9); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b69s2 |
| 6750 | dwc_ddrphy_apb_wr(0x900fb, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b70s0 |
| 6751 | dwc_ddrphy_apb_wr(0x900fc, 0x370); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b70s1 |
| 6752 | dwc_ddrphy_apb_wr(0x900fd, 0x169); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b70s2 |
| 6753 | dwc_ddrphy_apb_wr(0x900fe, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b71s0 |
| 6754 | dwc_ddrphy_apb_wr(0x900ff, 0xe8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b71s1 |
| 6755 | dwc_ddrphy_apb_wr(0x90100, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b71s2 |
| 6756 | dwc_ddrphy_apb_wr(0x90101, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b72s0 |
| 6757 | dwc_ddrphy_apb_wr(0x90102, 0x8140); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b72s1 |
| 6758 | dwc_ddrphy_apb_wr(0x90103, 0x10c); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b72s2 |
| 6759 | dwc_ddrphy_apb_wr(0x90104, 0x10); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b73s0 |
| 6760 | dwc_ddrphy_apb_wr(0x90105, 0x8138); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b73s1 |
| 6761 | dwc_ddrphy_apb_wr(0x90106, 0x10c); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b73s2 |
| 6762 | //// [phyinit_LoadPIECodeSections] Matched ANY enable_bits = 1, type = 0 |
| 6763 | dwc_ddrphy_apb_wr(0x90107, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b74s0 |
| 6764 | dwc_ddrphy_apb_wr(0x90108, 0x400); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b74s1 |
| 6765 | dwc_ddrphy_apb_wr(0x90109, 0x10e); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b74s2 |
| 6766 | dwc_ddrphy_apb_wr(0x9010a, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b75s0 |
| 6767 | dwc_ddrphy_apb_wr(0x9010b, 0x448); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b75s1 |
| 6768 | dwc_ddrphy_apb_wr(0x9010c, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b75s2 |
| 6769 | dwc_ddrphy_apb_wr(0x9010d, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b76s0 |
| 6770 | dwc_ddrphy_apb_wr(0x9010e, 0x7c8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b76s1 |
| 6771 | dwc_ddrphy_apb_wr(0x9010f, 0x101); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b76s2 |
| 6772 | dwc_ddrphy_apb_wr(0x90110, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b77s0 |
| 6773 | dwc_ddrphy_apb_wr(0x90111, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b77s1 |
| 6774 | dwc_ddrphy_apb_wr(0x90112, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b77s2 |
| 6775 | dwc_ddrphy_apb_wr(0x90113, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b78s0 |
| 6776 | dwc_ddrphy_apb_wr(0x90114, 0x448); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b78s1 |
| 6777 | dwc_ddrphy_apb_wr(0x90115, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b78s2 |
| 6778 | dwc_ddrphy_apb_wr(0x90116, 0xf); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b79s0 |
| 6779 | dwc_ddrphy_apb_wr(0x90117, 0x7c0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b79s1 |
| 6780 | dwc_ddrphy_apb_wr(0x90118, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b79s2 |
| 6781 | dwc_ddrphy_apb_wr(0x90119, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b80s0 |
| 6782 | dwc_ddrphy_apb_wr(0x9011a, 0xe8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b80s1 |
| 6783 | dwc_ddrphy_apb_wr(0x9011b, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b80s2 |
| 6784 | dwc_ddrphy_apb_wr(0x9011c, 0x7); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b81s0 |
| 6785 | dwc_ddrphy_apb_wr(0x9011d, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b81s1 |
| 6786 | dwc_ddrphy_apb_wr(0x9011e, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b81s2 |
| 6787 | dwc_ddrphy_apb_wr(0x9011f, 0x47); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b82s0 |
| 6788 | dwc_ddrphy_apb_wr(0x90120, 0x630); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b82s1 |
| 6789 | dwc_ddrphy_apb_wr(0x90121, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b82s2 |
| 6790 | dwc_ddrphy_apb_wr(0x90122, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b83s0 |
| 6791 | dwc_ddrphy_apb_wr(0x90123, 0x618); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b83s1 |
| 6792 | dwc_ddrphy_apb_wr(0x90124, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b83s2 |
| 6793 | dwc_ddrphy_apb_wr(0x90125, 0x18); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b84s0 |
| 6794 | dwc_ddrphy_apb_wr(0x90126, 0xe0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b84s1 |
| 6795 | dwc_ddrphy_apb_wr(0x90127, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b84s2 |
| 6796 | dwc_ddrphy_apb_wr(0x90128, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b85s0 |
| 6797 | dwc_ddrphy_apb_wr(0x90129, 0x7c8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b85s1 |
| 6798 | dwc_ddrphy_apb_wr(0x9012a, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b85s2 |
| 6799 | dwc_ddrphy_apb_wr(0x9012b, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b86s0 |
| 6800 | dwc_ddrphy_apb_wr(0x9012c, 0x8140); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b86s1 |
| 6801 | dwc_ddrphy_apb_wr(0x9012d, 0x10c); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b86s2 |
| 6802 | dwc_ddrphy_apb_wr(0x9012e, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b87s0 |
| 6803 | dwc_ddrphy_apb_wr(0x9012f, 0x478); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b87s1 |
| 6804 | dwc_ddrphy_apb_wr(0x90130, 0x109); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b87s2 |
| 6805 | dwc_ddrphy_apb_wr(0x90131, 0x0); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b88s0 |
| 6806 | dwc_ddrphy_apb_wr(0x90132, 0x1); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b88s1 |
| 6807 | dwc_ddrphy_apb_wr(0x90133, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b88s2 |
| 6808 | dwc_ddrphy_apb_wr(0x90134, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b89s0 |
| 6809 | dwc_ddrphy_apb_wr(0x90135, 0x4); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b89s1 |
| 6810 | dwc_ddrphy_apb_wr(0x90136, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b89s2 |
| 6811 | dwc_ddrphy_apb_wr(0x90137, 0x8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b90s0 |
| 6812 | dwc_ddrphy_apb_wr(0x90138, 0x7c8); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b90s1 |
| 6813 | dwc_ddrphy_apb_wr(0x90139, 0x101); // DWC_DDRPHYA_INITENG0_base0_SequenceReg0b90s2 |
| 6814 | //// [phyinit_LoadPIECodeSections] Moving start address from 9013a to 90006 |
| 6815 | dwc_ddrphy_apb_wr(0x90006, 0x0); // DWC_DDRPHYA_INITENG0_base0_PostSequenceReg0b0s0 |
| 6816 | dwc_ddrphy_apb_wr(0x90007, 0x0); // DWC_DDRPHYA_INITENG0_base0_PostSequenceReg0b0s1 |
| 6817 | dwc_ddrphy_apb_wr(0x90008, 0x8); // DWC_DDRPHYA_INITENG0_base0_PostSequenceReg0b0s2 |
| 6818 | dwc_ddrphy_apb_wr(0x90009, 0x0); // DWC_DDRPHYA_INITENG0_base0_PostSequenceReg0b1s0 |
| 6819 | dwc_ddrphy_apb_wr(0x9000a, 0x0); // DWC_DDRPHYA_INITENG0_base0_PostSequenceReg0b1s1 |
| 6820 | dwc_ddrphy_apb_wr(0x9000b, 0x0); // DWC_DDRPHYA_INITENG0_base0_PostSequenceReg0b1s2 |
| 6821 | //// [phyinit_LoadPIECodeSections] Moving start address from 9000c to d00e7 |
| 6822 | dwc_ddrphy_apb_wr(0xd00e7, 0x400); // DWC_DDRPHYA_APBONLY0_SequencerOverride |
| 6823 | //// [phyinit_LoadPIECodeSections] End of dwc_ddrphy_phyinit_LoadPIECodeSections() |
| 6824 | dwc_ddrphy_apb_wr(0x20240, 0x4300); // DWC_DDRPHYA_MASTER0_base0_D5ACSMPtrXlat0 |
| 6825 | dwc_ddrphy_apb_wr(0x20242, 0x8944); // DWC_DDRPHYA_MASTER0_base0_D5ACSMPtrXlat2 |
| 6826 | dwc_ddrphy_apb_wr(0x20241, 0x4300); // DWC_DDRPHYA_MASTER0_base0_D5ACSMPtrXlat1 |
| 6827 | dwc_ddrphy_apb_wr(0x20243, 0x8944); // DWC_DDRPHYA_MASTER0_base0_D5ACSMPtrXlat3 |
| 6828 | //seq0b_LoadPstateSeqProductionCode(): --------------------------------------------------------------------------------------------------- |
| 6829 | //seq0b_LoadPstateSeqProductionCode(): Programming the 0B sequencer 0b0000 start vector registers with 0. |
| 6830 | //seq0b_LoadPstateSeqProductionCode(): Programming the 0B sequencer 0b1000 start vector register with 54. |
| 6831 | //seq0b_LoadPstateSeqProductionCode(): Programming the 0B sequencer 0b1111 start vector register with 77. |
| 6832 | //seq0b_LoadPstateSeqProductionCode(): --------------------------------------------------------------------------------------------------- |
| 6833 | dwc_ddrphy_apb_wr(0x90017, 0x0); // DWC_DDRPHYA_INITENG0_base0_StartVector0b0 |
| 6834 | dwc_ddrphy_apb_wr(0x9001f, 0x36); // DWC_DDRPHYA_INITENG0_base0_StartVector0b8 |
| 6835 | dwc_ddrphy_apb_wr(0x90026, 0x4d); // DWC_DDRPHYA_INITENG0_base0_StartVector0b15 |
| 6836 | dwc_ddrphy_apb_wr(0x9000c, 0x0); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag0 |
| 6837 | dwc_ddrphy_apb_wr(0x9000d, 0x173); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag1 |
| 6838 | dwc_ddrphy_apb_wr(0x9000e, 0x60); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag2 |
| 6839 | dwc_ddrphy_apb_wr(0x9000f, 0x6110); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag3 |
| 6840 | dwc_ddrphy_apb_wr(0x90010, 0x2152); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag4 |
| 6841 | dwc_ddrphy_apb_wr(0x90011, 0xdfbd); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag5 |
| 6842 | dwc_ddrphy_apb_wr(0x90012, 0x8060); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag6 |
| 6843 | dwc_ddrphy_apb_wr(0x90013, 0x6152); // DWC_DDRPHYA_INITENG0_base0_Seq0BDisableFlag7 |
| 6844 | //// [phyinit_I_loadPIEImage] Enabling Phy Master Interface for DRAM drift compensation |
| 6845 | //// [phyinit_I_loadPIEImage] Pstate=0, Memclk=1600MHz, Programming PPTTrainSetup::PhyMstrTrainInterval to 0x0 |
| 6846 | //// [phyinit_I_loadPIEImage] Pstate=0, Memclk=1600MHz, Programming PPTTrainSetup::PhyMstrMaxReqToAck to 0x0 |
| 6847 | dwc_ddrphy_apb_wr(0x20010, 0x0); // DWC_DDRPHYA_MASTER0_base0_PPTTrainSetup_p0 |
| 6848 | //// [phyinit_I_loadPIEImage] Pstate=0, Memclk=1600MHz, Programming PPTTrainSetup2::PhyMstrFreqOverride to 0x3 |
| 6849 | dwc_ddrphy_apb_wr(0x20011, 0x3); // DWC_DDRPHYA_MASTER0_base0_PPTTrainSetup2_p0 |
| 6850 | //// [phyinit_I_loadPIEImage] Programming D5ACSMXlatSelect to 0x1 |
| 6851 | dwc_ddrphy_apb_wr(0x20281, 0x1); // DWC_DDRPHYA_MASTER0_base0_D5ACSMXlatSelect |
| 6852 | //// [phyinit_I_loadPIEImage] Programming DbyteRxEnTrain::EnDqsSampNegRxEn to 0x1 |
| 6853 | dwc_ddrphy_apb_wr(0x2003b, 0x2); // DWC_DDRPHYA_MASTER0_base0_DbyteRxEnTrain |
| 6854 | //// [phyinit_I_loadPIEImage] Pstate=0, Memclk=1600MHz, Programming TrackingModeCntrl to 0x131f |
| 6855 | dwc_ddrphy_apb_wr(0x20041, 0x131f); // DWC_DDRPHYA_MASTER0_base0_TrackingModeCntrl_p0 |
| 6856 | //// [phyinit_I_loadPIEImage] Programming D5ACSM0MaskCs to 0xe |
| 6857 | dwc_ddrphy_apb_wr(0x20131, 0xe); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0MaskCs |
| 6858 | //// [phyinit_I_loadPIEImage] Programming D5ACSM1MaskCs to 0xf |
| 6859 | dwc_ddrphy_apb_wr(0x20151, 0xf); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1MaskCs |
| 6860 | //// [phyinit_I_loadPIEImage] Pstate=0, Memclk=1600MHz, Programming Seq0BGPR6[0] with OuterLoopRepeatCnt values to 0x2 |
| 6861 | dwc_ddrphy_apb_wr(0x90306, 0x2); // DWC_DDRPHYA_INITENG0_base0_Seq0BGPR6_p0 |
| 6862 | //// [phyinit_I_loadPIEImage] Programming D5ACSM<0/1>OuterLoopRepeatCnt=2 |
| 6863 | dwc_ddrphy_apb_wr(0x2012a, 0x2); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0OuterLoopRepeatCnt |
| 6864 | dwc_ddrphy_apb_wr(0x2014a, 0x2); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1OuterLoopRepeatCnt |
| 6865 | //// [phyinit_I_loadPIEImage] Programming D5ACSM<0/1>AddressMask=7ff |
| 6866 | dwc_ddrphy_apb_wr(0x20126, 0x7ff); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0AddressMask |
| 6867 | dwc_ddrphy_apb_wr(0x20146, 0x7ff); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1AddressMask |
| 6868 | //// [phyinit_I_loadPIEImage] Programming D5ACSM<0/1>AlgaIncVal=1 |
| 6869 | dwc_ddrphy_apb_wr(0x20127, 0x1); // DWC_DDRPHYA_MASTER0_base0_D5ACSM0AlgaIncVal |
| 6870 | dwc_ddrphy_apb_wr(0x20147, 0x1); // DWC_DDRPHYA_MASTER0_base0_D5ACSM1AlgaIncVal |
| 6871 | //// [phyinit_I_loadPIEImage] Turn on calibration and hold idle until dfi_init_start is asserted sequence is triggered. |
| 6872 | //// [phyinit_I_loadPIEImage] Programming CalZap to 0x1 |
| 6873 | //// [phyinit_I_loadPIEImage] Programming CalRate::CalRun to 0x1 |
| 6874 | //// [phyinit_I_loadPIEImage] Programming CalRate to 0x19 |
| 6875 | dwc_ddrphy_apb_wr(0x20089, 0x1); // DWC_DDRPHYA_MASTER0_base0_CalZap |
| 6876 | dwc_ddrphy_apb_wr(0x20088, 0x19); // DWC_DDRPHYA_MASTER0_base0_CalRate |
| 6877 | //// [phyinit_I_loadPIEImage] Programming ForceClkGaterEnables::ForcePubDxClkEnLow to 0x0 |
| 6878 | dwc_ddrphy_apb_wr(0x200a6, 0x0); // DWC_DDRPHYA_MASTER0_base0_ForceClkGaterEnables |
| 6879 | //// Disabling Ucclk (PMU) and Hclk (training hardware) |
| 6880 | dwc_ddrphy_apb_wr(0xc0080, 0x0); // DWC_DDRPHYA_DRTUB0_UcclkHclkEnables |
| 6881 | //// Isolate the APB access from the internal CSRs by setting the MicroContMuxSel CSR to 1. |
| 6882 | dwc_ddrphy_apb_wr(0xd0000, 0x1); // DWC_DDRPHYA_APBONLY0_MicroContMuxSel |
| 6883 | //// [phyinit_userCustom_wait] Wait 40 DfiClks |
| 6884 | //// [phyinit_I_loadPIEImage] End of dwc_ddrphy_phyinit_I_loadPIEImage() |
| 6885 | // |
| 6886 | // |
| 6887 | ////############################################################## |
| 6888 | //// |
| 6889 | //// dwc_ddrphy_phyinit_userCustom_customPostTrain is a user-editable function. |
| 6890 | //// |
| 6891 | //// The purpose of dwc_ddrphy_phyinit_userCustom_customPostTrain() is to override any |
| 6892 | //// CSR values programmed by the training firmware or dwc_ddrphy_phyinit_progCsrSkipTrain() |
| 6893 | //// This function is executed after training |
| 6894 | //// |
| 6895 | //// IMPORTANT: in this function, user shall not override any values in userInputBasic and |
| 6896 | //// userInputAdvanced data structures. Only CSR programming should be done in this function. |
| 6897 | //// |
| 6898 | //// Sequence of Events in this function are: |
| 6899 | //// 1. Enable APB access. |
| 6900 | //// 2. Issue register writes |
| 6901 | //// 3. Isolate APB access. |
| 6902 | // |
| 6903 | ////############################################################## |
| 6904 | // |
| 6905 | dwc_ddrphy_phyinit_userCustom_customPostTrain(); |
| 6906 | |
| 6907 | //// [dwc_ddrphy_phyinit_userCustom_customPostTrain] End of dwc_ddrphy_phyinit_userCustom_customPostTrain() |
| 6908 | //// [dwc_ddrphy_phyinit_userCustom_J_enterMissionMode] Start of dwc_ddrphy_phyinit_userCustom_J_enterMissionMode() |
| 6909 | // |
| 6910 | // |
| 6911 | ////############################################################## |
| 6912 | //// |
| 6913 | //// 4.3.10(J) Initialize the PHY to Mission Mode through DFI Initialization |
| 6914 | //// |
| 6915 | //// Initialize the PHY to mission mode as follows: |
| 6916 | //// |
| 6917 | //// 1. Set the PHY input clocks to the desired frequency. |
| 6918 | //// 2. Initialize the PHY to mission mode by performing DFI Initialization. |
| 6919 | //// Please see the DFI specification for more information. See the DFI frequency bus encoding in section <XXX>. |
| 6920 | //// Note: The PHY training firmware initializes the DRAM state. if skip |
| 6921 | //// training is used, the DRAM state is not initialized. |
| 6922 | //// |
| 6923 | ////############################################################## |
| 6924 | // |
| 6925 | dwc_ddrphy_phyinit_userCustom_J_enterMissionMode(sdrammc); |
| 6926 | |
| 6927 | // |
| 6928 | //// [dwc_ddrphy_phyinit_userCustom_J_enterMissionMode] End of dwc_ddrphy_phyinit_userCustom_J_enterMissionMode() |
| 6929 | // [dwc_ddrphy_phyinit_sequence] End of dwc_ddrphy_phyinit_sequence() |
| 6930 | // [dwc_ddrphy_phyinit_main] End of dwc_ddrphy_phyinit_main() |