Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dintel_scu_ipc.c126 static inline void ipc_command(u32 cmd) /* Send ipc command */ in ipc_command() function
239 ipc_command((count * 2) << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
245 ipc_command((count * 3) << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
250 ipc_command(4 << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
446 ipc_command(sub << 12 | cmd); in intel_scu_ipc_simple_command()
479 ipc_command((inlen << 16) | (sub << 12) | cmd); in intel_scu_ipc_command()