Searched refs:scu_ipc_cmd (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | scu.c | 85 static int scu_ipc_cmd(struct ipc_regs *regs, u32 cmd, u32 sub, in scu_ipc_cmd() function 152 return scu_ipc_cmd(scu->regs, cmd, sub, inbuf, inlen, out, outlen); in scu_ipc_raw_command() 206 return scu_ipc_cmd(scu->regs, cmd, sub, in, inlen, out, outlen); in scu_ipc_command()
|