HomeSort by: relevance | last modified time | path
    Searched defs:voltage_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_link_training.c 49 u8 voltage_max; local in function:intel_get_adjust_train
62 voltage_max = intel_dp_voltage_max(intel_dp);
63 if (v >= voltage_max)
64 v = voltage_max | DP_TRAIN_MAX_SWING_REACHED;
  /src/sys/dev/i2c/
tps65217pmic.c 123 uint16_t voltage_max; /* in mV */ member in struct:tps_reg_param
209 .voltage_max = 3300,
222 .voltage_max = 3300,
235 .voltage_max = 3300,
248 .voltage_max = 3300,
261 .voltage_max = 3300,
274 .voltage_max = 3300,
287 .voltage_max = 3300,
900 if (regulator->voltage_min > mvolt || regulator->voltage_max < mvolt)

Completed in 48 milliseconds