mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
hw/misc: Move NPCM7XX GCR to NPCM GCR
A lot of NPCM7XX and NPCM8XX GCR modules share the same code, this commit moves the NPCM7XX GCR to NPCM GCR for these properties. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Hao Wu <wuhaotsh@google.com> Message-id: 20250219184609.1839281-6-wuhaotsh@google.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
506af2330c
commit
c99064e637
4 changed files with 59 additions and 48 deletions
|
@ -89,7 +89,7 @@ struct NPCM7xxState {
|
|||
MemoryRegion ram3;
|
||||
MemoryRegion *dram;
|
||||
|
||||
NPCM7xxGCRState gcr;
|
||||
NPCMGCRState gcr;
|
||||
NPCM7xxCLKState clk;
|
||||
NPCM7xxTimerCtrlState tim[3];
|
||||
NPCM7xxADCState adc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue