HomeSort by: relevance | last modified time | path
    Searched defs:voltage (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
cstep.h 23 u8 voltage; member in struct:nvbios_cstepX
perf.h 12 u8 voltage; member in struct:nvbios_perfE
volt.h 33 u32 voltage; member in struct:nvbios_volt_entry
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_link_training.c 138 u8 voltage; local in function:intel_dp_link_training_clock_recovery
184 * retry limit of 80 (4 voltage levels x 4 preemphasis levels x
185 * x 5 identical voltage retries). Since the previous specs didn't
211 DRM_DEBUG_KMS("Same voltage tried 5 times\n");
216 DRM_DEBUG_KMS("Max Voltage Swing reached\n");
220 voltage = intel_dp->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK;
230 voltage)
  /src/sys/arch/zaurus/dev/
zssp.c 319 int voltage[3]; /* voltage[0]: dummy */ local in function:zssp_read_max1111
352 voltage[i] = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
365 if ((voltage[1] & 0xc0) != 0 || (voltage[2] & 0x3f) != 0)
367 return ((voltage[1] << 2) & 0xfc) | ((voltage[2] >> 6) & 0x03);
  /src/sys/dev/i2c/
axp809.c 163 u_int voltage; local in function:axp809_print
168 if (axp809_get_voltage(c, &voltage)) {
171 printf(" [%d.%03dV]", voltage / 1000,
172 voltage % 1000);
ibmhawkreg.h 77 uint16_t voltage[IBMHAWK_MAX_VOLTAGE]; member in struct:ibmhawk_response::__anonb95b376d0608
80 #define ihr_v_voltage resp_volt.voltage
82 uint16_t voltage[IBMHAWK_MAX_VOLTAGE*2]; member in struct:ibmhawk_response::__anonb95b376d0708
85 #define ihr_v_voltage_thr resp_volt_thresh.voltage
act8846.c 116 /* From datasheet, Table 5: REGx/VSET[] Output Voltage Setting */
201 u_int voltage; local in function:act8846_print
205 if (act8846_get_voltage(c, &voltage)) {
208 printf(" [%d.%03dV]", voltage / 1000,
209 voltage % 1000);
tps65217pmic.c 107 /* Voltage regulators */
124 const uint16_t *voltages; /* all possible voltage settings */
125 uint8_t nvoltages; /* number of voltage settings */
129 bool can_xadj; /* voltage can be adjusted externally */
144 bool is_tracking; /* voltage is tracking other reg. */
146 bool is_xadj; /* voltage is adjusted externally */
629 uint16_t voltage; local in function:tps65217pmic_regulator_read_config
645 voltage = regulator->voltages[defreg &
649 voltage = regulator->voltages[defreg &
653 voltage = regulator->voltages[defreg
    [all...]
  /src/sys/arch/macppc/dev/
pm_direct.h 62 unsigned int voltage; member in struct:pmu_battery_info
pm_direct.c 954 info->voltage = p.data[5];
960 info->voltage = ((p.data[8] << 8) | (p.data[7]));
967 info->voltage = 0;
989 long vmax_charging, vmax_charged, amperage, voltage; local in function:pm_battery_info_legacy
1011 voltage = (vb * 256 + 72665) / 10;
1033 info->voltage = voltage;
1042 info->voltage = 0;
  /src/sys/dev/ic/
spdmem.c 551 const char *voltage, *refresh; local in function:decode_voltage_refresh
554 voltage = spdmem_voltage_types[s->sm_voltage];
556 voltage = "unknown";
563 aprint_verbose_dev(self, "voltage %s, refresh time %s%s\n",
564 voltage, refresh,
849 /* For DDR3, Voltage is written in another area */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 117 enum bw_defines voltage; local in function:calculate_bandwidth
1758 /* required core voltage*/
1759 /* the core voltage required is low if sclk, yclk(pclk)and dispclk are within the low limits*/
1760 /* otherwise, the core voltage required is medium if yclk (pclk) is within the low limit and sclk and dispclk are within the medium limit*/
1761 /* otherwise, the core voltage required is high if the three clocks are within the high limits*/
1762 /* otherwise, or if the mode is not supported, core voltage requirement is not applicable*/
1764 voltage = bw_def_na;
1767 voltage = bw_def_notok;
1770 voltage = bw_def_0_72;
1773 voltage = bw_def_0_8
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
clk.h 60 u8 voltage; member in struct:nvkm_cstate
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dp.c 196 int voltage = lt->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET; local in function:nvkm_dp_train_cr
217 if ((lt->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET) != voltage) {
218 voltage = lt->conf[0] & DPCD_LC03_VOLTAGE_SWING_SET;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_base.c 89 int voltage; local in function:nvkm_cstate_valid
110 voltage = nvkm_volt_map(volt, cstate->voltage, temp);
111 if (voltage < 0)
113 return voltage <= min(max_volt, volt->max_uv);
190 ret = nvkm_volt_set_id(volt, cstate->voltage,
191 pstate->base.voltage, clk->temp, +1);
193 nvkm_error(subdev, "failed to raise voltage: %d\n", ret);
205 ret = nvkm_volt_set_id(volt, cstate->voltage,
206 pstate->base.voltage, clk->temp, -1)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c 223 DRM_DEBUG_KMS("requested signal parameters: lane %d voltage %s pre_emph %s\n",
240 DRM_DEBUG_KMS("using signal parameters: voltage %s pre_emph %s\n",
594 u8 voltage; local in function:amdgpu_atombios_dp_link_train_cr
606 voltage = 0xff;
626 DRM_ERROR("clock recovery reached max voltage\n");
630 if ((dp_info->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK) == voltage) {
639 voltage = dp_info->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK;
651 DRM_DEBUG_KMS("clock recovery at voltage %d pre-emphasis %d\n",
704 DRM_DEBUG_KMS("channel eq at voltage %d pre-emphasis %d\n",
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
clk_mgr.h 54 unsigned int voltage; /* milivolts withh 2 fractional bits */ member in struct:clk_limit_table_entry
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_dp.c 281 DRM_DEBUG_KMS("requested signal parameters: lane %d voltage %s pre_emph %s\n",
298 DRM_DEBUG_KMS("using signal parameters: voltage %s pre_emph %s\n",
681 u8 voltage; local in function:radeon_dp_link_train_cr
693 voltage = 0xff;
713 DRM_ERROR("clock recovery reached max voltage\n");
717 if ((dp_info->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK) == voltage) {
726 voltage = dp_info->train_set[0] & DP_TRAIN_VOLTAGE_SWING_MASK;
737 DRM_DEBUG_KMS("clock recovery at voltage %d pre-emphasis %d\n",
788 DRM_DEBUG_KMS("channel eq at voltage %d pre-emphasis %d\n",
radeon_rs600.c 231 struct radeon_voltage *voltage = &ps->clock_info[0].voltage; local in function:rs600_pm_misc
235 if ((voltage->type == VOLTAGE_GPIO) && (voltage->gpio.valid)) {
237 tmp = RREG32(voltage->gpio.reg);
238 if (voltage->active_high)
239 tmp |= voltage->gpio.mask;
241 tmp &= ~(voltage->gpio.mask);
242 WREG32(voltage->gpio.reg, tmp);
243 if (voltage->delay
    [all...]
radeon_rv770.c 885 struct radeon_voltage *voltage = &ps->clock_info[req_cm_idx].voltage; local in function:rv770_pm_misc
887 if ((voltage->type == VOLTAGE_SW) && voltage->voltage) {
888 /* 0xff01 is a flag rather then an actual voltage */
889 if (voltage->voltage == 0xff01)
891 if (voltage->voltage != rdev->pm.current_vddc)
    [all...]
si_dpm.h 129 u16 voltage; member in struct:si_leakage_voltage_entry
  /src/sys/dev/
smbiosvar.h 227 uint8_t voltage; member in struct:smbios_processor
  /src/sys/stand/efiboot/
smbios.h 222 uint8_t voltage; member in struct:smbios_processor
  /src/usr.sbin/cpuctl/arch/
i386.c 1459 tmx86_get_longrun_status(u_int *frequency, u_int *voltage, u_int *percentage)
1465 *voltage = descs[1];
1473 u_int frequency, voltage, percentage; local in function:transmeta_cpu_info
1510 &voltage, &percentage);
1512 frequency, voltage, percentage);

Completed in 30 milliseconds

1 2