Searched refs:ipc_command (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_scu_ipc.c97 static inline void ipc_command(u32 cmd) /* Send ipc command */ function
188 ipc_command(bytes << 16 | id << 12 | 0 << 8 | op);
198 ipc_command((count*2) << 16 | id << 12 | 0 << 8 | op);
204 ipc_command((count*3) << 16 | id << 12 | 0 << 8 | op);
209 ipc_command(4 << 16 | id << 12 | 0 << 8 | op);
411 ipc_command(sub << 12 | cmd);
446 ipc_command((inlen << 16) | (sub << 12) | cmd);
554 ipc_command(IPC_CMD_FW_UPDATE_READY);
570 ipc_command(IPC_CMD_FW_UPDATE_GO);

Completed in 29 milliseconds