Home
last modified time | relevance | path

Searched refs:ioc_ranges (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/pci-host/
H A Dastro.c556 val = s->ioc_ranges[index]; in astro_chip_read_with_attrs()
635 put_val_in_arrary(s->ioc_ranges, 0x300, addr, size, val); in astro_chip_write_with_attrs()
721 VMSTATE_UINT64_ARRAY(ioc_ranges, AstroState, (0x03d8 - 0x300) / 8),
750 memset(&s->ioc_ranges, 0, sizeof(s->ioc_ranges)); in astro_reset()
752 s->ioc_ranges[(0x368 - 0x300) / 8] = 0xfc000000; /* LMMIO_DIST_MASK */ in astro_reset()
753 s->ioc_ranges[(0x370 - 0x300) / 8] = 0; /* LMMIO_DIST_ROUTE */ in astro_reset()
755 s->ioc_ranges[(0x398 - 0x300) / 8] = 0xffffff0000; /* IOS_DIST_MASK */ in astro_reset()
756 s->ioc_ranges[(0x3a0 - 0x300) / 8] = 0x3400000000000000ULL; /* IOS_DIST_ROUTE */ in astro_reset()
757 s->ioc_ranges[(0x3c0 - 0x300) / 8] = 0xfffee00000; /* IOS_DIRECT_BASE */ in astro_reset()
758 s->ioc_ranges[(0x3c8 - 0x300) / 8] = 0xffffff0000; /* IOS_DIRECT_MASK */ in astro_reset()
[all …]
/qemu/include/hw/pci-host/
H A Dastro.h72 uint64_t ioc_ranges[(0x03d8 - 0x300) / 8]; member