Searched refs:voltage_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/allwinner/
H A Daxp209.c75 int voltage_max; member in struct:axp2xx_regdef
89 .voltage_max = 2275,
101 .voltage_max = 3500,
114 .voltage_max = 3300,
126 .voltage_max = 2275,
141 .voltage_max = 3300,
153 .voltage_max = 3300,
165 .voltage_max = 3300,
177 .voltage_max = 3300,
189 .voltage_max
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_dp.c1522 uint8_t voltage_max; local
1535 voltage_max = intel_dp_voltage_max(intel_dp);
1536 if (v >= voltage_max)
1537 v = voltage_max | DP_TRAIN_MAX_SWING_REACHED;

Completed in 121 milliseconds