Searched refs:scu_ipc_command (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | scu.h | 27 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen);
|
/openbmc/u-boot/drivers/watchdog/ |
H A D | tangier_wdt.c | 68 scu_ipc_command(IPCMSG_WATCHDOG_TIMER, SCU_WATCHDOG_START, in hw_watchdog_init()
|
/openbmc/u-boot/board/intel/edison/ |
H A D | edison.c | 81 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 D | scu.c | 194 int scu_ipc_command(u32 cmd, u32 sub, u32 *in, int inlen, u32 *out, int outlen) in scu_ipc_command() function
|