mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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 <smarkovic@wavecomp.com> Signed-off-by: Yongbok Kim <yongbok.kim@mips.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
This commit is contained in:
parent
5fb2dcd179
commit
e5345d9675
2 changed files with 25 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue