Searched refs:RX62NState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/rx/ |
H A D | rx62n.h | 35 typedef struct RX62NState RX62NState; typedef 36 DECLARE_INSTANCE_CHECKER(RX62NState, RX62N_MCU, 50 struct RX62NState { struct
|
/openbmc/qemu/hw/rx/ |
H A D | rx62n.c | 131 static void register_icu(RX62NState *s) in register_icu() 159 static void register_tmr(RX62NState *s, int unit) in register_tmr() 178 static void register_cmt(RX62NState *s, int unit) in register_cmt() 197 static void register_sci(RX62NState *s, int unit) in register_sci() 219 RX62NState *s = RX62N_MCU(dev); in rx62n_realize() 261 DEFINE_PROP_LINK("main-bus", RX62NState, sysmem, TYPE_MEMORY_REGION, 263 DEFINE_PROP_BOOL("load-kernel", RX62NState, kernel, false), 264 DEFINE_PROP_UINT32("xtal-frequency-hz", RX62NState, xtal_freq_hz, 0), 306 .instance_size = sizeof(RX62NState),
|
H A D | rx-gdbsim.c | 49 RX62NState mcu;
|