Home
last modified time | relevance | path

Searched refs:RX62NState (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/rx/
H A Drx62n.h35 typedef struct RX62NState RX62NState; typedef
36 DECLARE_INSTANCE_CHECKER(RX62NState, RX62N_MCU,
50 struct RX62NState { struct
/openbmc/qemu/hw/rx/
H A Drx62n.c131 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 Drx-gdbsim.c49 RX62NState mcu;