Lines Matching +full:15 +full:- +full:input
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
16 HSMP_TEST = 1, /* 01h Increments input value by 1 */
29 HSMP_SET_AUTO_DF_PSTATE, /* 0Eh Enable DF P-State Performance Boost algorithm */
36 HSMP_GET_TEMP_MONITOR, /* 15h Get socket temperature */
37 HSMP_GET_DIMM_TEMP_RANGE, /* 16h Get per-DIMM temperature range and refresh rate */
38 HSMP_GET_DIMM_POWER, /* 17h Get per-DIMM power consumption */
39 HSMP_GET_DIMM_THERMAL, /* 18h Get per-DIMM thermal sensors */
42 HSMP_GET_RAILS_SVI, /* 1Bh Get SVI-based Telemetry for all rails */
49 HSMP_SET_PSTATE_MAX_MIN, /* 22h Set the max and min DF P-State */
58 __u16 num_args; /* Number of input argument words in message */
65 HSMP_RSVD = -1,
89 * Not supported messages would return -ENOMSG.
97 * input: args[0] = xx
122 * input: args[0] = power limit value in mWatts
140 * input: args[0] = apic id[31:16] + boost limit value in MHz[15:0]
146 * input: args[0] = boost limit value in MHz
152 * input: args[0] = apic id
165 * input: args[0] = min link width[15:8] + max link width[7:0]
171 * input: args[0] = df pstate[7:0]
198 * input: args[0] = nbioid[23:16] + max dpm level[15:8] + min dpm level[7:0]
204 * input: args[0] = nbioid[23:16]
205 * output: args[0] = max dpm level[15:8] + min dpm level[7:0]
218 * output: args[0] = temperature in degree celsius. [15:8] integer part +
225 * input: args[0] = DIMM address[7:0]
232 * input: args[0] = DIMM address[7:0]
240 * input: args[0] = DIMM address[7:0]
248 * output: args[0] = frequency in MHz[31:16] + frequency source[15:0]
254 * input: args[0] = apic id [31:0]
267 * output: args[0] = fmax in MHz[31:16] + fmin in MHz[15:0]
273 * input: args[0] = link id[15:8] + bw type[2:0]
280 * input: args[0] = link id[15:8] + bw type[2:0]
287 * input: args[0] = min link width[15:8] + max link width[7:0]
293 * input: args[0] = link rate control value
300 * input: args[0] = power efficiency mode[2:0]
306 * input: args[0] = min df pstate[15:8] + max df pstate[7:0]