Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/macintosh/
Dwindfarm_smu_sensors.c277 struct wf_sensor *volts; member
291 if (pow->volts) in smu_cpu_power_release()
292 wf_put_sensor(pow->volts); in smu_cpu_power_release()
301 s32 volts, amps, power; in smu_cpu_power_get() local
314 rc = pow->volts->ops->get_value(pow->volts, &volts); in smu_cpu_power_get()
318 power = (s32)((((u64)volts) * ((u64)amps)) >> 16); in smu_cpu_power_get()
339 smu_cpu_power_create(struct wf_sensor *volts, struct wf_sensor *amps) in smu_cpu_power_create() argument
349 wf_get_sensor(volts); in smu_cpu_power_create()
350 pow->volts = volts; in smu_cpu_power_create()
Dtherm_pm72.c772 s32 ltemp, volts, amps; in do_read_one_cpu_values() local
820 volts = read_smon_adc(state, 3); in do_read_one_cpu_values()
826 volts *= ADC_CPU_VOLTAGE_SCALE; in do_read_one_cpu_values()
828 *power = (((u64)volts) * ((u64)amps)) >> 16; in do_read_one_cpu_values()
829 state->voltage = volts; in do_read_one_cpu_values()
/linux-2.6.39/Documentation/hwmon/
Dlm7847 Voltage sensors (also known as IN sensors) report their values in volts.
51 inputs can measure voltages between 0 and 4.08 volts, with a resolution
56 It is a value in volts. When it is unconnected, you will often find the
Dasb10036 Voltage sensors (also known as IN sensors) report values in volts.
40 processor itself. It is a value in volts.
Dlm8041 Voltage sensors (also known as IN sensors) report their values in volts.
45 inputs can measure voltages between 0 and 2.55 volts, with a resolution
Dsis559580 Voltage sensors (also known as IN sensors) report their values in volts. An
84 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
Dit87118 Voltage sensors (also known as IN sensors) report their values in volts. An
122 inputs can measure voltages between 0 and 4.08 volts, with a resolution of
132 the mainboard and/or processor itself. It is a value in volts.
Dlm8746 volts. An alarm is triggered if the voltage has crossed a programmable
Dgl518sm51 Voltage sensors (also known as VIN sensors) report their values in volts.
Dvia686a53 Voltage sensors (also known as IN sensors) report their values in volts.
Dw83781d100 Voltage sensors (also known as IN sensors) report their values in volts.
104 inputs can measure voltages between 0 and 4.08 volts, with a resolution
109 It is a value in volts. When it is unconnected, you will often find the
/linux-2.6.39/arch/powerpc/include/asm/
Dsmu.h570 __u16 volts[3]; /* CPU core voltage for the 3 member