mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw/intc/loongarch_pch: Rename memory region iomem32_low with iomem
Rename memory region iomem32_low with iomem, also change ops name as follows: loongarch_pch_pic_reg32_low_ops --> loongarch_pch_pic_ops loongarch_pch_pic_low_readw --> loongarch_pch_pic_read loongarch_pch_pic_low_writew --> loongarch_pch_pic_write Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20250507023754.1877445-3-maobibo@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn>
This commit is contained in:
parent
ba23cce0dc
commit
ce5efc2f44
2 changed files with 8 additions and 20 deletions
|
@ -65,7 +65,7 @@ struct LoongArchPICCommonState {
|
|||
uint8_t route_entry[64]; /* 0x100 - 0x138 */
|
||||
uint8_t htmsi_vector[64]; /* 0x200 - 0x238 */
|
||||
|
||||
MemoryRegion iomem32_low;
|
||||
MemoryRegion iomem;
|
||||
MemoryRegion iomem32_high;
|
||||
MemoryRegion iomem8;
|
||||
unsigned int irq_num;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue