/freebsd/sys/dev/cpufreq/ |
H A D | cpufreq_dt.c | 135 set->volts = opp->uvolt_target / 1000; in cpufreq_dt_opp_to_setting() 387 uint32_t *volts, lat; in cpufreq_dt_oppv2_parse() local 438 "opp-microvolt", sizeof(*volts), (void **)&volts); in cpufreq_dt_oppv2_parse() 440 sc->opp[i].uvolt_target = volts[0]; in cpufreq_dt_oppv2_parse() 441 sc->opp[i].uvolt_min = volts[0]; in cpufreq_dt_oppv2_parse() 442 sc->opp[i].uvolt_max = volts[0]; in cpufreq_dt_oppv2_parse() 444 sc->opp[i].uvolt_target = volts[0]; in cpufreq_dt_oppv2_parse() 445 sc->opp[i].uvolt_min = volts[1]; in cpufreq_dt_oppv2_parse() 446 sc->opp[i].uvolt_max = volts[2]; in cpufreq_dt_oppv2_parse() 450 OF_prop_free(volts); in cpufreq_dt_oppv2_parse() [all …]
|
H A D | ichss.c | 271 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in ichss_attach()
|
/freebsd/sys/x86/cpufreq/ |
H A D | hwpstate_amd.c | 103 int volts; /* Voltage in mV. */ 298 cf->volts = set.volts; in hwpstate_settings() 320 sets->volts = set.volts; 469 hwpstate_set[i].volts = CPUFREQ_VAL_UNKNOWN; in hwpstate_get_info_from_msr() 511 hwpstate_set[i].volts = in hwpstate_get_info_from_acpi_perf() 522 hwpstate_set[i].power *= hwpstate_set[i].volts; in hwpstate_get_info_from_acpi_perf() 523 /* Milli amps * milli volts to milli watts. */ in hwpstate_get_info_from_acpi_perf() 568 hwpstate_set[i].volts 99 int volts; /* Voltage in mV. */ global() member [all...] |
H A D | est.c | 63 uint16_t volts; member 1102 table[j].volts = sets[i].volts; in est_acpi_info() 1173 int bus, freq, volts; in est_msr_info() local 1202 volts = id & 0xff; in est_msr_info() 1203 if (volts != 0) { in est_msr_info() 1204 volts <<= 4; in est_msr_info() 1205 volts += 700; in est_msr_info() 1208 fp[0].volts = volts; in est_msr_info() 1212 volts); in est_msr_info() 1217 volts = id & 0xff; in est_msr_info() [all …]
|
H A D | powernow.c | 507 cf->volts = sc->vid_to_volts[cvid]; in pn_get() 532 sets[i].volts = sc->vid_to_volts[sc->powernow_states[i].vid]; in pn_settings()
|
H A D | smist.c | 392 sc->sets[0].volts = CPUFREQ_VAL_UNKNOWN; in smist_attach()
|
H A D | hwpstate_intel.c | 545 set->volts = CPUFREQ_VAL_UNKNOWN; in intel_hwpstate_get()
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | 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
|
H A D | 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
|
H A D | 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
|
H A 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.
|
H A D | toshiba,et8ek8.txt | 14 - vana-supply: Analogue voltage supply (VANA), 2.8 volts
|
H A D | nokia,smia.txt | 19 - vana-supply: Analogue voltage supply (VANA), typically 2,8 volts (sensor
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | sgtl5000.txt | 26 - micbias-voltage-m-volts : the bias voltage to be used in mVolts 57 micbias-voltage-m-volts = <2250>;
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_cpufreq.c | 1469 cf->volts = CPUFREQ_VAL_UNKNOWN; in bcm2835_cpufreq_get() 1485 int freq, min_freq, volts, rem; in bcm2835_cpufreq_make_freq_list() local 1505 volts = sc->min_voltage_core; in bcm2835_cpufreq_make_freq_list() 1507 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list() 1513 sets[idx].volts = volts; in bcm2835_cpufreq_make_freq_list()
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A 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/sys/contrib/device-tree/Bindings/staging/iio/adc/ |
H A D | spear-adc.txt | 10 - vref-external: External voltage reference in milli-volts. If omitted
|
/freebsd/sys/sys/ |
H A D | cpu.h | 80 int volts; /* Voltage in mV. */ member
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | ntc_thermistor.txt | 23 - "pullup-uv" Pull up voltage in micro volts
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_cpufreq.c | 263 sets[i].volts = sc->speed_points[j].uvolt / 1000; in tegra210_cpufreq_settings() 328 cf->volts = sc->act_speed_point->uvolt / 1000; in tegra210_cpufreq_get()
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb.c | 681 cbb_power(device_t brdev, int volts) in cbb_power() argument 693 switch (volts & CARD_VCCMASK) { in cbb_power() 722 DEVPRINTF((sc->dev, "cbb_power: %dV\n", volts)); in cbb_power() 723 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power() 832 if (volts != 0 && sc->chipset == CB_O2MICRO) in cbb_power()
|
H A D | pccbbvar.h | 127 int cbb_power(device_t brdev, int volts);
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_cpufreq.c | 305 sets[i].volts = sc->speed_points[j].uvolt / 1000; in tegra124_cpufreq_settings() 400 cf->volts = sc->act_speed_point->uvolt / 1000; in tegra124_cpufreq_get()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_perf.c | 451 set->volts = CPUFREQ_VAL_UNKNOWN; in acpi_px_to_set()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-myirtech-myd.dts | 149 micbias-voltage-m-volts = <2250>;
|