Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/arm/
H A Dorangepi.c34 AwH3State *h3; in orangepi_init() local
52 h3 = AW_H3(object_new(TYPE_AW_H3)); in orangepi_init()
54 object_unref(OBJECT(h3)); in orangepi_init()
62 if (qemu_uuid_is_null(&h3->sid.identifier)) { in orangepi_init()
63 qdev_prop_set_string(DEVICE(h3), "identifier", in orangepi_init()
73 object_property_set_uint(OBJECT(h3), "ram-addr", h3->memmap[AW_H3_DEV_SDRAM], in orangepi_init()
79 qdev_realize(DEVICE(h3), NULL, &error_abort); in orangepi_init()
84 bus = qdev_get_child_bus(DEVICE(h3), "sd-bus"); in orangepi_init()
98 allwinner_h3_bootrom_setup(h3, blk); in orangepi_init()
100 orangepi_binfo.loader_start = h3->memmap[AW_H3_DEV_SDRAM]; in orangepi_init()
[all …]
H A Dmeson.build30 arm_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3.c', 'orangepi.c'))
/qemu/tests/rocker/
H A Dtut.dot6 sw1:swp3 -- h3:swp1;
/qemu/docs/system/arm/
H A Dorangepi.rst41 for a complete list of unimplemented I/O devices: ``./hw/arm/allwinner-h3.c``
114 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb
151 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb \
205 => ext2load mmc 0 0x43000000 sun8i-h3-orangepi-pc.dtb
249 => setenv fdtfile dtb/sun8i-h3-orangepi-pc.dtb
/qemu/hw/misc/
H A Dmeson.build45 system_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-ccu.c'))
47 system_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-dramc.c'))
48 system_ss.add(when: 'CONFIG_ALLWINNER_H3', if_true: files('allwinner-h3-sysctrl.c'))
H A Dtrace-events8 # allwinner-h3-dramc.c
/qemu/docs/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
/qemu/tests/data/qobject/
H A Dqdict.txt1983 board-h3.c: 9698
1984 board-h3.h: 1550
1985 board-h3-mmc.c: 1668
/qemu/
H A DMAINTAINERS638 Allwinner-h3
642 F: hw/*/allwinner-h3*
643 F: include/hw/*/allwinner-h3*