Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dscu.h27 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen);
/openbmc/u-boot/drivers/watchdog/
H A Dtangier_wdt.c68 scu_ipc_command(IPCMSG_WATCHDOG_TIMER, SCU_WATCHDOG_START, in hw_watchdog_init()
/openbmc/u-boot/board/intel/edison/
H A Dedison.c81 ret = scu_ipc_command(IPCMSG_GET_FW_REVISION, 1, NULL, 0, (u32 *)&v, 4); in assign_hardware_id()
/openbmc/u-boot/arch/x86/lib/
H A Dscu.c194 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command() function