diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-08-22 23:45:14 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-08-22 23:45:14 +0200 |
| commit | 67a16f9ae109bde8664f4d7f3b6b84581eebb46d (patch) | |
| tree | 52a3011372023dd4c089dcf717c8ca45f31401a0 /utils/regtools/qeditor/std_analysers.cpp | |
| parent | 92725394ebf1f5de3685a102e7b495802c41c797 (diff) | |
| download | rockbox-67a16f9ae109bde8664f4d7f3b6b84581eebb46d.zip rockbox-67a16f9ae109bde8664f4d7f3b6b84581eebb46d.tar.gz rockbox-67a16f9ae109bde8664f4d7f3b6b84581eebb46d.tar.bz2 rockbox-67a16f9ae109bde8664f4d7f3b6b84581eebb46d.tar.xz | |
regtools: various fix
Change-Id: I3a37221d1688c2f1cbc649bbd2fd27dc78d286a6
Diffstat (limited to 'utils/regtools/qeditor/std_analysers.cpp')
| -rw-r--r-- | utils/regtools/qeditor/std_analysers.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/regtools/qeditor/std_analysers.cpp b/utils/regtools/qeditor/std_analysers.cpp index 814ef30..d8e2769 100644 --- a/utils/regtools/qeditor/std_analysers.cpp +++ b/utils/regtools/qeditor/std_analysers.cpp @@ -601,10 +601,10 @@ void EmiAnalyser::FillTable() if(bypass_mode) { - if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_0_BYPASS", value)) + if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_BYPASS_0", value)) AddLine("DLL DQS Delay 0", value, "", "In 1/128 fraction of a cycle (bypass mode)"); - if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_1_BYPASS", value)) + if(helper.ReadRegisterField("DRAM", "CTL19", "DLL_DQS_DELAY_BYPASS_0", value)) AddLine("DLL DQS Delay 1", value, "", "In 1/128 fraction of a cycle (bypass mode)"); if(helper.ReadRegisterField("DRAM", "CTL19", "DQS_OUT_SHIFT_BYPASS", value)) |