aboutsummaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/omap.h b/hw/omap.h
index e19f8ac7c0..f819549518 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -534,6 +534,14 @@ struct omap_mpu_state_s {
struct omap_uwire_s *microwire;
+ struct {
+ target_phys_addr_t base;
+ uint8_t output;
+ uint8_t level;
+ uint8_t enable;
+ int clk;
+ } pwl;
+
/* MPU private TIPB peripherals */
struct omap_intr_handler_s *ih[2];
@@ -615,6 +623,9 @@ void omap_badwidth_write32(void *opaque, target_phys_addr_t addr,
# define OMAP_RO_REG(paddr) \
printf("%s: Read-only register " OMAP_FMT_plx "\n", \
__FUNCTION__, paddr)
+# define OMAP_8B_REG(paddr) \
+ printf("%s: 8-bit register " OMAP_FMT_plx "\n", \
+ __FUNCTION__, paddr)
# define OMAP_16B_REG(paddr) \
printf("%s: 16-bit register " OMAP_FMT_plx "\n", \
__FUNCTION__, paddr)