| /freebsd-13-stable/sys/dev/cpufreq/ |
| HD | cpufreq_dt.c | 125 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 …]
|
| HD | ichss.c | 271 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in ichss_attach()
|
| /freebsd-13-stable/sys/x86/cpufreq/ |
| HD | hwpstate_amd.c | 100 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()
|
| HD | est.c | 64 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 …]
|
| HD | powernow.c | 509 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()
|
| HD | smist.c | 393 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in smist_attach()
|
| HD | hwpstate_intel.c | 548 set->volts = CPUFREQ_VAL_UNKNOWN; in intel_hwpstate_get()
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/media/i2c/ |
| HD | ov5695.txt | 7 - 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
|
| HD | ov2685.txt | 7 - 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
|
| HD | ov5640.txt | 7 - 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
|
| D | st,st-mipid02.txt | 17 - VDDE-supply: sensor digital IO supply. Must be 1.8 volts. 18 - VDDIN-supply: sensor internal regulator supply. Must be 1.8 volts.
|
| D | toshiba,et8ek8.txt | 14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
|
| D | nokia,smia.txt | 19 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
|
| /freebsd-13-stable/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_cpufreq.c | 1477 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/ |
| HD | sgtl5000.txt | 26 - 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/ |
| D | nvidia,tegra124-dfll.txt | 57 - 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/ |
| HD | spear-adc.txt | 10 - vref-external: External voltage reference in milli-volts. If omitted
|
| /freebsd-13-stable/sys/sys/ |
| HD | cpu.h | 80 int volts; /* Voltage in mV. */ member
|
| /freebsd-13-stable/sys/contrib/device-tree/Bindings/hwmon/ |
| HD | ntc_thermistor.txt | 23 - "pullup-uv" Pull up voltage in micro volts
|
| /freebsd-13-stable/sys/arm64/nvidia/tegra210/ |
| HD | tegra210_cpufreq.c | 265 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/ |
| HD | pccbb.c | 714 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()
|
| HD | pccbbvar.h | 128 int cbb_power(device_t brdev, int volts);
|
| /freebsd-13-stable/sys/arm/nvidia/tegra124/ |
| HD | tegra124_cpufreq.c | 307 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/ |
| HD | acpi_perf.c | 452 set->volts = CPUFREQ_VAL_UNKNOWN; in acpi_px_to_set()
|