Searched refs:volts (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/drivers/macintosh/ |
D | windfarm_smu_sensors.c | 277 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()
|
D | therm_pm72.c | 772 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/ |
D | lm78 | 47 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
|
D | asb100 | 36 Voltage sensors (also known as IN sensors) report values in volts. 40 processor itself. It is a value in volts.
|
D | lm80 | 41 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
|
D | sis5595 | 80 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
|
D | it87 | 118 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.
|
D | lm87 | 46 volts. An alarm is triggered if the voltage has crossed a programmable
|
D | gl518sm | 51 Voltage sensors (also known as VIN sensors) report their values in volts.
|
D | via686a | 53 Voltage sensors (also known as IN sensors) report their values in volts.
|
D | w83781d | 100 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/ |
D | smu.h | 570 __u16 volts[3]; /* CPU core voltage for the 3 member
|