Home
last modified time | relevance | path

Searched refs:scu_ipc_simple_command (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/watchdog/
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()
/external/u-boot/arch/x86/cpu/tangier/
Dtangier.c30 scu_ipc_simple_command(IPCMSG_COLD_RESET, 0); in reset_cpu()
/external/u-boot/arch/x86/include/asm/
Dscu.h24 int scu_ipc_simple_command(u32 cmd, u32 sub);
/external/u-boot/arch/x86/lib/
Dscu.c116 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command() function