Searched +full:cs +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
2 * QEMU PowerPC e500-based platforms20 #include "qemu/guest-random.h"24 #include "e500-ccsr.h"26 #include "qemu/config-file.h"28 #include "hw/char/serial-mm.h"30 #include "system/block-backend-io.h"40 #include "hw/qdev-properties.h"44 #include "qemu/host-utils.h"46 #include "hw/pci-host/ppce500.h"47 #include "qemu/error-report.h"[all …]
4 * Copyright (c) 2006-2007 CodeSourcery.16 #include "hw/qdev-properties.h"17 #include "hw/qdev-clock.h"20 #include "qemu/error-report.h"25 #include "target/arm/cpu-features.h"26 #include "target/arm/cpu-qom.h"34 return s->base | (offset & 0x1ffffff) >> 5; in bitband_addr()49 addr = bitband_addr(s, offset) & (-size); in bitband_read()50 res = address_space_read(&s->source_as, addr, attrs, buf, size); in bitband_read()55 bitpos = (offset >> 2) & ((size * 8) - 1); in bitband_read()[all …]
2 * ARM mach-virt emulation23 * + we want to present a very stripped-down minimalist platform,41 #include "hw/vfio/vfio-calxeda-xgmac.h"42 #include "hw/vfio/vfio-amd-xgbe.h"57 #include "qemu/error-report.h"59 #include "hw/pci-host/gpex.h"60 #include "hw/virtio/virtio-pci.h"61 #include "hw/core/sysbus-fdt.h"62 #include "hw/platform-bus.h"63 #include "hw/qdev-properties.h"[all …]
4 * Copyright (C) 2006-2008 Andrzej Zaborowski <balrog@zabor.org>22 #include "qemu/error-report.h"23 #include "qemu/main-loop.h"26 #include "system/address-spaces.h"29 #include "hw/qdev-properties.h"44 #include "target/arm/cpu-qom.h"49 qemu_log_mask(LOG_GUEST_ERROR, "%s: %d-bit register %#08" HWADDR_PRIx "\n", in omap_log_badwidth()127 uint64_t distance = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) - timer->time; in omap_timer_read()129 if (timer->st && timer->enable && timer->rate) in omap_timer_read()130 return timer->val - muldiv64(distance >> (timer->ptv + 1), in omap_timer_read()[all …]