diff options
| author | Evan Lojewski <github@meklort.com> | 2019-02-18 20:28:17 -0700 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-02-18 20:28:17 -0700 |
| commit | c0232b297e816bcdfa630cc810f0e3235dc649b2 (patch) | |
| tree | 4468543b49f48fe1fe572b7a9a3a190e6f46795c /utils/bcmregtool/main.cpp | |
| parent | 662600507ad7aa58d773670d4a5f569215067573 (diff) | |
| download | bcm5719-ortega-c0232b297e816bcdfa630cc810f0e3235dc649b2.tar.gz bcm5719-ortega-c0232b297e816bcdfa630cc810f0e3235dc649b2.zip | |
Print out additional registers.
Diffstat (limited to 'utils/bcmregtool/main.cpp')
| -rw-r--r-- | utils/bcmregtool/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/bcmregtool/main.cpp b/utils/bcmregtool/main.cpp index 79d54f4..558f843 100644 --- a/utils/bcmregtool/main.cpp +++ b/utils/bcmregtool/main.cpp @@ -334,6 +334,12 @@ int main(int argc, char const *argv[]) printf("Reg 65f4: 0x%08X\n", (uint32_t)DEVICE._65f4.r32); printf("Reg 7c04: 0x%08X\n", (uint32_t)DEVICE._7c04.r32); + printf("LedControl: 0x%08X\n", (uint32_t)DEVICE.LedControl.r32); + printf("GrcModeControl: 0x%08X\n", (uint32_t)DEVICE.GrcModeControl.r32); + printf("GphyControlStatus: 0x%08X\n", (uint32_t)DEVICE.GphyControlStatus.r32); + printf("TopLevelMiscellaneousControl1: 0x%08X\n", (uint32_t)DEVICE.TopLevelMiscellaneousControl1.r32); + printf("MiscellaneousLocalControl: 0x%08X\n", (uint32_t)DEVICE.MiscellaneousLocalControl.r32); + exit(0); } |

