Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_scu_ipc.c123 static inline void ipc_command(struct intel_scu_ipc_dev *scu, u32 cmd) in ipc_command() function
239 ipc_command(scu, (count * 2) << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
245 ipc_command(scu, (count * 3) << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
250 ipc_command(scu, 4 << 16 | id << 12 | 0 << 8 | op); in pwr_reg_rdwr()
447 ipc_command(scu, sub << 12 | cmd); in intel_scu_ipc_simple_command()
481 ipc_command(scu, (inlen << 16) | (sub << 12) | cmd); in intel_scu_ipc_command()
545 ipc_command(scu, (inlen << 16) | (sub << 12) | cmd); in intel_scu_ipc_raw_command()