Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_e_aon.c67 uint16_t wdogs; in sifive_e_aon_wdt_update_state() local
70 wdogs = (uint16_t)(r->wdogcount >> in sifive_e_aon_wdt_update_state()
73 if (wdogs >= r->wdogcmp0) { in sifive_e_aon_wdt_update_state()
77 wdogs = 0; in sifive_e_aon_wdt_update_state()
90 if (wdogs < r->wdogcmp0 && in sifive_e_aon_wdt_update_state()
94 next += muldiv64((r->wdogcmp0 - wdogs) << in sifive_e_aon_wdt_update_state()