Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/cpufreq/
H A Dest.c66 uint16_t volts; member
1106 table[j].volts = sets[i].volts; in est_acpi_info()
1208 volts <<= 4; in est_msr_info()
1209 volts += 700; in est_msr_info()
1212 fp[0].volts = volts; in est_msr_info()
1216 volts); in est_msr_info()
1223 volts <<= 4; in est_msr_info()
1227 fp[1].volts = volts; in est_msr_info()
1231 volts); in est_msr_info()
1309 sets[i].volts = f->volts; in est_settings()
[all …]
H A Dhwpstate_amd.c100 int volts; /* Voltage in mV. */ member
279 cf->volts = set.volts; in hwpstate_get()
301 sets->volts = set.volts; in hwpstate_settings()
479 hwpstate_set[i].volts = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()
516 hwpstate_set[i].volts = perf_set[i].volts; in hwpstate_get_info_from_acpi_perf()
H A Dpowernow.c511 cf->volts = sc->vid_to_volts[cvid]; in pn_get()
536 sets[i].volts = sc->vid_to_volts[sc->powernow_states[i].vid]; in pn_settings()
H A Dsmist.c395 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in smist_attach()
H A Dhwpstate_intel.c551 set->volts = CPUFREQ_VAL_UNKNOWN; in intel_hwpstate_get()
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dov2685.txt7 - avdd-supply: Analog voltage supply, 2.8 volts
8 - dovdd-supply: Digital I/O voltage supply, 1.8 volts
9 - dvdd-supply: Digital core voltage supply, 1.8 volts
H A Dov5695.txt7 - avdd-supply: Analog voltage supply, 2.8 volts
8 - dovdd-supply: Digital I/O voltage supply, 1.8 volts
9 - dvdd-supply: Digital core voltage supply, 1.2 volts
H A Dimx219.yaml32 Digital I/O voltage supply, 1.8 volts
36 Analog voltage supply, 2.8 volts
40 Digital core voltage supply, 1.2 volts
H A Dov5640.txt7 - DOVDD-supply: Digital I/O voltage supply, 1.8 volts
8 - AVDD-supply: Analog voltage supply, 2.8 volts
9 - DVDD-supply: Digital core voltage supply, 1.5 volts
H A Dst,st-mipid02.txt17 - VDDE-supply: sensor digital IO supply. Must be 1.8 volts.
18 - VDDIN-supply: sensor internal regulator supply. Must be 1.8 volts.
H A Dtoshiba,et8ek8.txt14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
H A Dnokia,smia.txt19 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1479 cf->volts = CPUFREQ_VAL_UNKNOWN; in bcm2835_cpufreq_get()
1495 int freq, min_freq, volts, rem; in bcm2835_cpufreq_make_freq_list() local
1517 volts = sc->max_voltage_core; in bcm2835_cpufreq_make_freq_list()
1519 volts = sc->min_voltage_core; in bcm2835_cpufreq_make_freq_list()
1521 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list()
1529 volts = sc->min_voltage_core; in bcm2835_cpufreq_make_freq_list()
1531 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list()
1537 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dsgtl5000.txt26 - micbias-voltage-m-volts : the bias voltage to be used in mVolts
57 micbias-voltage-m-volts = <2250>;
H A Dsgtl5000.yaml43 micbias-voltage-m-volts:
98 micbias-voltage-m-volts = <2250>;
/f-stack/freebsd/contrib/device-tree/Bindings/staging/iio/adc/
H A Dspear-adc.txt10 - vref-external: External voltage reference in milli-volts. If omitted
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dnvidia,tegra124-dfll.txt57 - nvidia,pwm-tristate-microvolts: Regulator voltage in micro volts when PWM
60 - nvidia,pwm-min-microvolts: Regulator voltage in micro volts when PWM control
63 - nvidia,pwm-voltage-step-microvolts: Voltage increase in micro volts
/f-stack/freebsd/sys/
H A Dcpu.h82 int volts; /* Voltage in mV. */ member
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dntc_thermistor.txt23 - "pullup-uv" Pull up voltage in micro volts
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c267 sets[i].volts = sc->speed_points[j].uvolt / 1000; in tegra210_cpufreq_settings()
332 cf->volts = sc->act_speed_point->uvolt / 1000; in tegra210_cpufreq_get()
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c309 sets[i].volts = sc->speed_points[j].uvolt / 1000; in tegra124_cpufreq_settings()
404 cf->volts = sc->act_speed_point->uvolt / 1000; in tegra124_cpufreq_get()