Home
last modified time | relevance | path

Searched refs:wdogclk_freq (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dsifive_e_aon.c58 r->wdogclk_freq, NANOSECONDS_PER_SECOND); in sifive_e_aon_wdt_update_wdogcount()
96 NANOSECONDS_PER_SECOND, r->wdogclk_freq); in sifive_e_aon_wdt_update_state()
288 r->wdogclk_freq = SIFIVE_E_LFCLK_DEFAULT_FREQ; in sifive_e_aon_init()
293 DEFINE_PROP_UINT64("wdogclk-frequency", SiFiveEAONState, wdogclk_freq,
/openbmc/qemu/include/hw/misc/
H A Dsifive_e_aon.h52 uint64_t wdogclk_freq; member