From e5345d96752a9dec441b022502be34e01bcacca8 Mon Sep 17 00:00:00 2001 From: Yongbok Kim Date: Thu, 3 Jan 2019 15:39:31 +0100 Subject: target/mips: Add field and R/W access to ITU control register ICR0 Add field and R/W access to ITU control register ICR0. Reviewed-by: Stefan Markovic Signed-off-by: Yongbok Kim Signed-off-by: Aleksandar Markovic --- include/hw/misc/mips_itu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/hw/misc') diff --git a/include/hw/misc/mips_itu.h b/include/hw/misc/mips_itu.h index 030eb4ac62..45a0c519b7 100644 --- a/include/hw/misc/mips_itu.h +++ b/include/hw/misc/mips_itu.h @@ -66,6 +66,10 @@ typedef struct MIPSITUState { /* ITC Configuration Tags */ uint64_t ITCAddressMap[ITC_ADDRESSMAP_NUM]; MemoryRegion tag_io; + + /* ITU Control Register */ + uint64_t icr0; + } MIPSITUState; /* Get ITC Configuration Tag memory region. */ -- cgit v1.2.3-55-g7522