Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dtangier_wdt.c44 scu_ipc_simple_command(IPCMSG_WATCHDOG_TIMER, SCU_WATCHDOG_KEEPALIVE); in hw_watchdog_reset()
50 return scu_ipc_simple_command(IPCMSG_WATCHDOG_TIMER, SCU_WATCHDOG_STOP); in hw_watchdog_disable()
68 scu_ipc_command(IPCMSG_WATCHDOG_TIMER, SCU_WATCHDOG_START, in hw_watchdog_init()
/openbmc/u-boot/arch/x86/include/asm/
H A Dscu.h16 #define IPCMSG_WATCHDOG_TIMER 0xf8 /* Set Kernel Watchdog Threshold */ macro