Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsbsa_gwdt.c62 #define SBSA_GWDT_WCS 0x000 macro
178 !(readl(gwdt->control_base + SBSA_GWDT_WCS) & SBSA_GWDT_WCS_WS0)) in sbsa_gwdt_get_timeleft()
218 writel(SBSA_GWDT_WCS_EN, gwdt->control_base + SBSA_GWDT_WCS); in sbsa_gwdt_start()
228 writel(0, gwdt->control_base + SBSA_GWDT_WCS); in sbsa_gwdt_stop()
302 status = readl(cf_base + SBSA_GWDT_WCS); in sbsa_gwdt_probe()
/openbmc/qemu/include/hw/watchdog/
H A Dsbsa_gwdt.h32 #define SBSA_GWDT_WCS 0x000 macro
/openbmc/qemu/hw/watchdog/
H A Dsbsa_gwdt.c74 case SBSA_GWDT_WCS: in sbsa_gwdt_read()
145 case SBSA_GWDT_WCS: in sbsa_gwdt_write()