Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c50 SBSA_GWDTState *s = SBSA_GWDT(opaque); in sbsa_gwdt_rread()
70 SBSA_GWDTState *s = SBSA_GWDT(opaque); in sbsa_gwdt_read()
128 SBSA_GWDTState *s = SBSA_GWDT(opaque); in sbsa_gwdt_rwrite()
142 SBSA_GWDTState *s = SBSA_GWDT(opaque); in sbsa_gwdt_write()
182 SBSA_GWDTState *s = SBSA_GWDT(dev); in wdt_sbsa_gwdt_reset()
196 SBSA_GWDTState *s = SBSA_GWDT(opaque); in sbsa_gwdt_timer_sysinterrupt()
243 SBSA_GWDTState *s = SBSA_GWDT(dev); in wdt_sbsa_gwdt_realize()
/openbmc/qemu/include/hw/watchdog/
H A Dsbsa_gwdt.h20 #define SBSA_GWDT(obj) \ macro