Searched +full:usb2 +full:- +full:phy (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/usb/ |
H A D | meson.build | 6 'combined-packet.c', 9 'desc-msos.c', 12 ), if_false: files('bus-stub.c')) 15 system_ss.add(when: 'CONFIG_USB_UHCI', if_true: files('hcd-uhci.c')) 16 system_ss.add(when: 'CONFIG_USB_OHCI', if_true: files('hcd-ohci.c')) 17 system_ss.add(when: 'CONFIG_USB_OHCI_PCI', if_true: files('hcd-ohci-pci.c')) 18 system_ss.add(when: 'CONFIG_USB_OHCI_SYSBUS', if_true: files('hcd-ohci-sysbus.c')) 19 system_ss.add(when: 'CONFIG_USB_EHCI', if_true: files('hcd-ehci.c')) 20 system_ss.add(when: 'CONFIG_USB_EHCI_PCI', if_true: files('hcd-ehci-pci.c')) 21 system_ss.add(when: 'CONFIG_USB_EHCI_SYSBUS', if_true: files('hcd-ehci-sysbus.c')) [all …]
|
/qemu/hw/arm/ |
H A D | allwinner-h3.c | 22 #include "qemu/error-report.h" 25 #include "hw/qdev-core.h" 27 #include "hw/char/serial-mm.h" 29 #include "hw/usb/hcd-ehci.h" 32 #include "hw/arm/allwinner-h3.h" 33 #include "target/arm/cpu-qom.h" 82 { "d-engine", 0x01000000, 4 * MiB }, 83 { "d-inter", 0x01400000, 128 * KiB }, 96 { "usb0-otg", 0x01c19000, 4 * KiB }, 97 { "usb0-phy", 0x01c1a000, 4 * KiB }, [all …]
|
H A D | allwinner-r40.c | 22 #include "qemu/error-report.h" 27 #include "hw/qdev-core.h" 29 #include "hw/char/serial-mm.h" 31 #include "hw/usb/hcd-ehci.h" 34 #include "hw/arm/allwinner-r40.h" 35 #include "hw/misc/allwinner-r40-dramc.h" 36 #include "target/arm/cpu-qom.h" 87 { "d-engine", 0x01000000, 4 * MiB }, 88 { "d-inter", 0x01400000, 128 * KiB }, 96 { "usb0-otg", 0x01c13000, 4 * KiB }, [all …]
|
H A D | fsl-imx8mp.c | 4 * Based on hw/arm/fsl-imx6.c 8 * SPDX-License-Identifier: GPL-2.0-or-later 12 #include "system/address-spaces.h" 14 #include "hw/arm/fsl-imx8mp.h" 19 #include "target/arm/cpu-qom.h" 46 [FSL_IMX8MP_USB2] = { 0x38200000, 0xc700, "usb2" }, 58 /* AIPS-5 Begin */ 80 /* AIPS-5 End */ 82 /* AIPS-4 Begin */ 98 /* AIPS-4 End */ [all …]
|
H A D | xlnx-versal.c | 22 #include "hw/arm/xlnx-versal.h" 24 #include "target/arm/cpu-qom.h" 27 #define XLNX_VERSAL_ACPU_TYPE ARM_CPU_TYPE_NAME("cortex-a72") 28 #define XLNX_VERSAL_RCPU_TYPE ARM_CPU_TYPE_NAME("cortex-r5f") 38 object_initialize_child(OBJECT(s), "apu-cluster", &s->fpd.apu.cluster, in versal_create_apu_cpus() 40 qdev_prop_set_uint32(DEVICE(&s->fpd.apu.cluster), "cluster-id", 0); in versal_create_apu_cpus() 42 for (i = 0; i < ARRAY_SIZE(s->fpd.apu.cpu); i++) { in versal_create_apu_cpus() 45 object_initialize_child(OBJECT(&s->fpd.apu.cluster), in versal_create_apu_cpus() 46 "apu-cpu[*]", &s->fpd.apu.cpu[i], in versal_create_apu_cpus() 48 obj = OBJECT(&s->fpd.apu.cpu[i]); in versal_create_apu_cpus() [all …]
|