Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/cpufreq/
HDcpufreq_dt.c125 set->volts = opp->uvolt_target / 1000; in cpufreq_dt_opp_to_setting()
370 uint32_t *volts, lat; in cpufreq_dt_oppv2_parse() local
416 sizeof(*volts), (void **)&volts); in cpufreq_dt_oppv2_parse()
418 sc->opp[i].uvolt_target = volts[0]; in cpufreq_dt_oppv2_parse()
419 sc->opp[i].uvolt_min = volts[0]; in cpufreq_dt_oppv2_parse()
420 sc->opp[i].uvolt_max = volts[0]; in cpufreq_dt_oppv2_parse()
422 sc->opp[i].uvolt_target = volts[0]; in cpufreq_dt_oppv2_parse()
423 sc->opp[i].uvolt_min = volts[1]; in cpufreq_dt_oppv2_parse()
424 sc->opp[i].uvolt_max = volts[2]; in cpufreq_dt_oppv2_parse()
428 OF_prop_free(volts); in cpufreq_dt_oppv2_parse()
[all …]
HDichss.c271 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in ichss_attach()
/freebsd-13-stable/sys/x86/cpufreq/
HDhwpstate_amd.c100 int volts; /* Voltage in mV. */ member
279 cf->volts = set.volts; in hwpstate_get()
301 sets->volts = set.volts; in hwpstate_settings()
450 hwpstate_set[i].volts = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr()
474 hwpstate_set[i].volts = in hwpstate_get_info_from_msr()
493 hwpstate_set[i].power *= hwpstate_set[i].volts; in hwpstate_get_info_from_msr()
539 hwpstate_set[i].volts = perf_set[i].volts; in hwpstate_get_info_from_acpi_perf()
HDest.c64 uint16_t volts; member
1104 table[j].volts = sets[i].volts; in est_acpi_info()
1175 int bus, freq, volts; in est_msr_info() local
1204 volts = id & 0xff; in est_msr_info()
1205 if (volts != 0) { in est_msr_info()
1206 volts <<= 4; in est_msr_info()
1207 volts += 700; in est_msr_info()
1210 fp[0].volts = volts; in est_msr_info()
1214 volts); in est_msr_info()
1219 volts = id & 0xff; in est_msr_info()
[all …]
HDpowernow.c509 cf->volts = sc->vid_to_volts[cvid]; in pn_get()
534 sets[i].volts = sc->vid_to_volts[sc->powernow_states[i].vid]; in pn_settings()
HDsmist.c393 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in smist_attach()
HDhwpstate_intel.c548 set->volts = CPUFREQ_VAL_UNKNOWN; in intel_hwpstate_get()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/media/i2c/
HDov5695.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
HDov2685.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
HDov5640.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
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.
Dtoshiba,et8ek8.txt14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
Dnokia,smia.txt19 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
HDbcm2835_cpufreq.c1477 cf->volts = CPUFREQ_VAL_UNKNOWN; in bcm2835_cpufreq_get()
1493 int freq, min_freq, volts, rem; in bcm2835_cpufreq_make_freq_list() local
1515 volts = sc->max_voltage_core; in bcm2835_cpufreq_make_freq_list()
1517 volts = sc->min_voltage_core; in bcm2835_cpufreq_make_freq_list()
1519 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list()
1527 volts = sc->min_voltage_core; in bcm2835_cpufreq_make_freq_list()
1529 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list()
1535 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/
HDsgtl5000.txt26 - micbias-voltage-m-volts : the bias voltage to be used in mVolts
57 micbias-voltage-m-volts = <2250>;
/freebsd-13-stable/sys/contrib/device-tree/Bindings/clock/
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
/freebsd-13-stable/sys/contrib/device-tree/Bindings/staging/iio/adc/
HDspear-adc.txt10 - vref-external: External voltage reference in milli-volts. If omitted
/freebsd-13-stable/sys/sys/
HDcpu.h80 int volts; /* Voltage in mV. */ member
/freebsd-13-stable/sys/contrib/device-tree/Bindings/hwmon/
HDntc_thermistor.txt23 - "pullup-uv" Pull up voltage in micro volts
/freebsd-13-stable/sys/arm64/nvidia/tegra210/
HDtegra210_cpufreq.c265 sets[i].volts = sc->speed_points[j].uvolt / 1000; in tegra210_cpufreq_settings()
330 cf->volts = sc->act_speed_point->uvolt / 1000; in tegra210_cpufreq_get()
/freebsd-13-stable/sys/dev/pccbb/
HDpccbb.c714 cbb_power(device_t brdev, int volts) in cbb_power() argument
726 switch (volts & CARD_VCCMASK) { in cbb_power()
755 DEVPRINTF((sc->dev, "cbb_power: %dV\n", volts)); in cbb_power()
756 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power()
865 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power()
HDpccbbvar.h128 int cbb_power(device_t brdev, int volts);
/freebsd-13-stable/sys/arm/nvidia/tegra124/
HDtegra124_cpufreq.c307 sets[i].volts = sc->speed_points[j].uvolt / 1000; in tegra124_cpufreq_settings()
402 cf->volts = sc->act_speed_point->uvolt / 1000; in tegra124_cpufreq_get()
/freebsd-13-stable/sys/dev/acpica/
HDacpi_perf.c452 set->volts = CPUFREQ_VAL_UNKNOWN; in acpi_px_to_set()