Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/platform/x86/
Dintel_scu_ipc.c99 static inline void ipc_command(u32 cmd) /* Send ipc command */ in ipc_command() function
185 ipc_command((count*2) << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
191 ipc_command((count*3) << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
196 ipc_command(4 << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
393 ipc_command(sub << 12 | cmd); in intel_scu_ipc_simple_command()
427 ipc_command((inlen << 16) | (sub << 12) | cmd); in intel_scu_ipc_command()