]> Git Repo - qemu.git/blobdiff - hw/sh7750_regnames.c
use an uint64_t for the max_sz parameter in load_image_targphys
[qemu.git] / hw / sh7750_regnames.c
index 84d5c1a2e055760f502636bb972e64931719ba97..5a5a2d80de176fded36c7045c14f0f1a24065315 100644 (file)
@@ -1,5 +1,7 @@
-#include "vl.h"
+#include "hw.h"
+#include "sh.h"
 #include "sh7750_regs.h"
+#include "sh7750_regnames.h"
 
 #define REGNAME(r) {r, #r},
 
@@ -76,13 +78,10 @@ static regname_t regnames[] = {
        REGNAME(SH7750_PDTRB_A7)
        REGNAME(SH7750_GPIOIC_A7)
        REGNAME(SH7750_ICR_A7)
-       REGNAME(SH7750_IPRA_A7)
-       REGNAME(SH7750_IPRB_A7)
-       REGNAME(SH7750_IPRC_A7)
        REGNAME(SH7750_BCR3_A7)
        REGNAME(SH7750_BCR4_A7)
-       REGNAME(SH7750_PRECHARGE0_A7)
-    REGNAME(SH7750_PRECHARGE1_A7) {(uint32_t) - 1, 0}
+       REGNAME(SH7750_SDMR2_A7)
+       REGNAME(SH7750_SDMR3_A7) {(uint32_t) - 1, NULL}
 };
 
 const char *regname(uint32_t addr)
This page took 0.027708 seconds and 4 git commands to generate.