Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_e_aon.c48 static void sifive_e_aon_wdt_update_wdogcount(SiFiveEAONState *r) in sifive_e_aon_wdt_update_wdogcount()
65 static void sifive_e_aon_wdt_update_state(SiFiveEAONState *r) in sifive_e_aon_wdt_update_state()
108 SiFiveEAONState *r = SIFIVE_E_AON(opaque); in sifive_e_aon_wdt_expired_cb()
115 SiFiveEAONState *r = SIFIVE_E_AON(opaque); in sifive_e_aon_wdt_read()
147 SiFiveEAONState *r = SIFIVE_E_AON(opaque); in sifive_e_aon_wdt_write()
266 SiFiveEAONState *r = SIFIVE_E_AON(dev); in sifive_e_aon_reset()
279 SiFiveEAONState *r = SIFIVE_E_AON(obj); in sifive_e_aon_init()
293 DEFINE_PROP_UINT64("wdogclk-frequency", SiFiveEAONState, wdogclk_freq,
309 .instance_size = sizeof(SiFiveEAONState),
/openbmc/qemu/include/hw/misc/
H A Dsifive_e_aon.h26 OBJECT_DECLARE_SIMPLE_TYPE(SiFiveEAONState, SIFIVE_E_AON)
41 struct SiFiveEAONState { struct
/openbmc/qemu/include/hw/riscv/
H A Dsifive_e.h39 SiFiveEAONState aon;