Home
last modified time | relevance | path

Searched refs:scu_ipc_simple_command (Results 1 – 4 of 4) 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()
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dsysreset.c28 scu_ipc_simple_command(value, 0); in tangier_sysreset_request()
/openbmc/u-boot/arch/x86/include/asm/
H A Dscu.h26 int scu_ipc_simple_command(u32 cmd, u32 sub);
/openbmc/u-boot/arch/x86/lib/
H A Dscu.c167 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command() function