Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/lib/
Dscu.c47 static void scu_ipc_send_command(struct ipc_regs *regs, u32 cmd) in scu_ipc_send_command() function
93 scu_ipc_send_command(regs, (inlen << 16) | (sub << 12) | cmd); in scu_ipc_cmd()
128 scu_ipc_send_command(scu->regs, sub << 12 | cmd); in scu_ipc_simple_command()