diff options
Diffstat (limited to 'arch/x86/include/asm/intel_pmc_ipc.h')
-rw-r--r-- | arch/x86/include/asm/intel_pmc_ipc.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/x86/include/asm/intel_pmc_ipc.h b/arch/x86/include/asm/intel_pmc_ipc.h index 200ec2e7821d..cd0310e186f4 100644 --- a/arch/x86/include/asm/intel_pmc_ipc.h +++ b/arch/x86/include/asm/intel_pmc_ipc.h | |||
@@ -25,36 +25,9 @@ | |||
25 | 25 | ||
26 | #if IS_ENABLED(CONFIG_INTEL_PMC_IPC) | 26 | #if IS_ENABLED(CONFIG_INTEL_PMC_IPC) |
27 | 27 | ||
28 | /* | ||
29 | * intel_pmc_ipc_simple_command | ||
30 | * @cmd: command | ||
31 | * @sub: sub type | ||
32 | */ | ||
33 | int intel_pmc_ipc_simple_command(int cmd, int sub); | 28 | int intel_pmc_ipc_simple_command(int cmd, int sub); |
34 | |||
35 | /* | ||
36 | * intel_pmc_ipc_raw_cmd | ||
37 | * @cmd: command | ||
38 | * @sub: sub type | ||
39 | * @in: input data | ||
40 | * @inlen: input length in bytes | ||
41 | * @out: output data | ||
42 | * @outlen: output length in dwords | ||
43 | * @sptr: data writing to SPTR register | ||
44 | * @dptr: data writing to DPTR register | ||
45 | */ | ||
46 | int intel_pmc_ipc_raw_cmd(u32 cmd, u32 sub, u8 *in, u32 inlen, | 29 | int intel_pmc_ipc_raw_cmd(u32 cmd, u32 sub, u8 *in, u32 inlen, |
47 | u32 *out, u32 outlen, u32 dptr, u32 sptr); | 30 | u32 *out, u32 outlen, u32 dptr, u32 sptr); |
48 | |||
49 | /* | ||
50 | * intel_pmc_ipc_command | ||
51 | * @cmd: command | ||
52 | * @sub: sub type | ||
53 | * @in: input data | ||
54 | * @inlen: input length in bytes | ||
55 | * @out: output data | ||
56 | * @outlen: output length in dwords | ||
57 | */ | ||
58 | int intel_pmc_ipc_command(u32 cmd, u32 sub, u8 *in, u32 inlen, | 31 | int intel_pmc_ipc_command(u32 cmd, u32 sub, u8 *in, u32 inlen, |
59 | u32 *out, u32 outlen); | 32 | u32 *out, u32 outlen); |
60 | 33 | ||