Searched refs:scu_ipc_simple_command (Results 1 – 4 of 4) sorted by relevance
44 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()
30 scu_ipc_simple_command(IPCMSG_COLD_RESET, 0); in reset_cpu()
24 int scu_ipc_simple_command(u32 cmd, u32 sub);
116 int scu_ipc_simple_command(u32 cmd, u32 sub) in scu_ipc_simple_command() function