Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_e_aon.c73 if (wdogs >= r->wdogcmp0) { 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()
134 return r->wdogcmp0; in sifive_e_aon_wdt_read()
210 r->wdogcmp0 = (uint16_t) value; in sifive_e_aon_wdt_write()
271 r->wdogcmp0 = 0xbeef; in sifive_e_aon_reset()
/openbmc/qemu/include/hw/misc/
H A Dsifive_e_aon.h55 uint16_t wdogcmp0; member