summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--avivotool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avivotool.c b/avivotool.c
index 02ee6cc..dcbf988 100644
--- a/avivotool.c
+++ b/avivotool.c
@@ -1112,7 +1112,7 @@ void eg_cmd_regs(const char *type)
continue;
printf("\nHDMI block %d:\n", i);
- for (j = 0; j < 0xf0; j += 4) {
+ for (j = 0; j < 0x100; j += 4) {
tmp1 = EG_GET_MODE_REG(i, EVERGREEN_HDMI_BASE + j);
printf("%08lx\t%08x (%d)\n", EG_MODE_REG_OFFSET(i, EVERGREEN_HDMI_BASE + j), tmp1, tmp1);
}