Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Di6300esb.c66 #define ESB_WDT_RELOAD (0x01 << 8) /* prevent timeout */ macro
123 writew(ESB_WDT_RELOAD, ESB_RELOAD_REG(edev)); in esb_timer_start()
137 writew(ESB_WDT_RELOAD, ESB_RELOAD_REG(edev)); in esb_timer_stop()
151 writew(ESB_WDT_RELOAD, ESB_RELOAD_REG(edev)); in esb_timer_keepalive()
178 writew(ESB_WDT_RELOAD, ESB_RELOAD_REG(edev)); in esb_timer_set_heartbeat()
283 writew((ESB_WDT_TIMEOUT | ESB_WDT_RELOAD), ESB_RELOAD_REG(edev)); in esb_initdevice()
/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c61 #define ESB_WDT_RELOAD (0x01 << 8) /* prevent timeout */ macro