Home
last modified time | relevance | path

Searched full:wdogint (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/watchdog/
H A Dcmsdk-apb-watchdog.c56 FIELD(WDOGITOP, WDOGINT, 1, 1)
99 bool wdogint; in cmsdk_apb_watchdog_update() local
107 wdogint = s->itop & R_WDOGITOP_WDOGINT_MASK; in cmsdk_apb_watchdog_update()
110 wdogint = cmsdk_apb_watchdog_intstatus(s); in cmsdk_apb_watchdog_update()
114 qemu_set_irq(s->wdogint, wdogint); in cmsdk_apb_watchdog_update()
350 sysbus_init_irq(sbd, &s->wdogint); in cmsdk_apb_watchdog_init()
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dstarfive,jh7100-wdt.yaml17 output(WDOGINT) will rise when counter is 0. The counter will reload
18 the timeout value. And then, if counter decreases to 0 again and WDOGINT
/openbmc/qemu/include/hw/watchdog/
H A Dcmsdk-apb-watchdog.h54 qemu_irq wdogint; member
/openbmc/qemu/tests/qtest/
H A Dcmsdk-apb-watchdog-test.c221 * Enable the interrupt event, WDOGINT. Set HIGH to enable the counter and the