Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsbsa_gwdt.c71 #define SBSA_GWDT_WCS_EN BIT(0) macro
218 writel(SBSA_GWDT_WCS_EN, gwdt->control_base + SBSA_GWDT_WCS); in sbsa_gwdt_start()
307 if (status & SBSA_GWDT_WCS_EN) in sbsa_gwdt_probe()
353 status & SBSA_GWDT_WCS_EN ? " [enabled]" : ""); in sbsa_gwdt_probe()
/openbmc/qemu/include/hw/watchdog/
H A Dsbsa_gwdt.h42 #define SBSA_GWDT_WCS_EN BIT(0) macro
/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c105 if (s->wcs & SBSA_GWDT_WCS_EN) { in sbsa_gwdt_update_timer()
146 s->wcs = data & SBSA_GWDT_WCS_EN; in sbsa_gwdt_write()