Lines Matching +full:sun8i +full:- +full:r40 +full:- +full:ccu
2 * Allwinner R40/A40i/T3 System on Chip emulation
24 #include "hw/timer/allwinner-a10-pit.h"
25 #include "hw/ide/ahci-sysbus.h"
27 #include "hw/sd/allwinner-sdhost.h"
28 #include "hw/misc/allwinner-r40-ccu.h"
29 #include "hw/misc/allwinner-r40-dramc.h"
30 #include "hw/misc/allwinner-sramc.h"
31 #include "hw/i2c/allwinner-i2c.h"
33 #include "hw/net/allwinner-sun8i-emac.h"
34 #include "hw/usb/hcd-ohci.h"
35 #include "hw/usb/hcd-ehci.h"
36 #include "hw/watchdog/allwinner-wdt.h"
38 #include "sysemu/block-backend.h"
82 * Allwinner R40 object model
86 /** Object type for the Allwinner R40 SoC */
87 #define TYPE_AW_R40 "allwinner-r40"
89 /** Convert input object to Allwinner R40 state object */
95 * Allwinner R40 object
98 * which are currently emulated by the R40 SoC code.
124 AwR40ClockCtlState ccu; member
139 * A real Allwinner R40 SoC contains a Boot ROM
151 * @s: Allwinner R40 state object pointer