max_voltage       581 arch/arm/mach-pxa/mioa701.c 	.max_voltage	= 0xfc0,
max_voltage       254 arch/arm/mach-pxa/palm27x.c 		palm27x_batt_pdata.max_voltage	= maxv,
max_voltage       277 arch/arm/mach-pxa/palmte2.c 	.max_voltage	= PALMTE2_BAT_MAX_VOLTAGE,
max_voltage       495 arch/arm/mach-pxa/z2.c 	.max_voltage	= 4190000,
max_voltage       178 drivers/cpufreq/e_powersaver.c 	u8 max_multiplier, max_voltage;
max_voltage       249 drivers/cpufreq/e_powersaver.c 	max_voltage = hi & 0xff;
max_voltage       250 drivers/cpufreq/e_powersaver.c 	pr_info("Highest voltage = %dmV\n", max_voltage * 16 + 700);
max_voltage       265 drivers/cpufreq/e_powersaver.c 	if (current_voltage > 0x1f || max_voltage > 0x1f)
max_voltage       267 drivers/cpufreq/e_powersaver.c 	if (max_voltage < min_voltage
max_voltage       269 drivers/cpufreq/e_powersaver.c 	    || current_voltage > max_voltage)
max_voltage       278 drivers/cpufreq/e_powersaver.c 	if (!voltage_failsafe_off && max_voltage != current_voltage) {
max_voltage       312 drivers/cpufreq/e_powersaver.c 		if (v >= min_voltage && v <= max_voltage) {
max_voltage       314 drivers/cpufreq/e_powersaver.c 			max_voltage = v;
max_voltage       343 drivers/cpufreq/e_powersaver.c 		f_table[1].driver_data = (max_multiplier << 8) | max_voltage;
max_voltage       347 drivers/cpufreq/e_powersaver.c 		step = ((max_voltage - min_voltage) * 256)
max_voltage      3268 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					       u32 clock, u16 max_voltage, u16 *voltage)
max_voltage      3278 drivers/gpu/drm/amd/amdgpu/si_dpm.c 				*voltage = (u16)((table->entries[i].v < max_voltage) ?
max_voltage      3279 drivers/gpu/drm/amd/amdgpu/si_dpm.c 					   table->entries[i].v : max_voltage);
max_voltage      3284 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	*voltage = (*voltage > max_voltage) ? *voltage : max_voltage;
max_voltage      1193 drivers/gpu/drm/radeon/btc_dpm.c 					u32 clock, u16 max_voltage, u16 *voltage)
max_voltage      1203 drivers/gpu/drm/radeon/btc_dpm.c 				*voltage = (u16)((table->entries[i].v < max_voltage) ?
max_voltage      1204 drivers/gpu/drm/radeon/btc_dpm.c 						  table->entries[i].v : max_voltage);
max_voltage      1209 drivers/gpu/drm/radeon/btc_dpm.c 	*voltage = (*voltage > max_voltage) ? *voltage : max_voltage;
max_voltage        51 drivers/gpu/drm/radeon/btc_dpm.h 					u32 clock, u16 max_voltage, u16 *voltage);
max_voltage       328 drivers/gpu/drm/radeon/radeon.h 				u8 voltage_type, u16 *max_voltage);
max_voltage      3547 drivers/gpu/drm/radeon/radeon_atombios.c 				u8 voltage_type, u16 *max_voltage)
max_voltage      3568 drivers/gpu/drm/radeon/radeon_atombios.c 					*max_voltage =
max_voltage      3573 drivers/gpu/drm/radeon/radeon_atombios.c 					*max_voltage =
max_voltage      3590 drivers/gpu/drm/radeon/radeon_atombios.c 					*max_voltage =
max_voltage      3701 drivers/gpu/drm/radeon/radeon_atombios.c 	u16 min_voltage, max_voltage, voltage_step;
max_voltage      3703 drivers/gpu/drm/radeon/radeon_atombios.c 	if (radeon_atom_get_max_voltage(rdev, voltage_type, &max_voltage))
max_voltage      3712 drivers/gpu/drm/radeon/radeon_atombios.c 	else if (nominal_voltage >= max_voltage)
max_voltage      3713 drivers/gpu/drm/radeon/radeon_atombios.c 		*true_voltage = max_voltage;
max_voltage       249 drivers/gpu/drm/radeon/rs780_dpm.c 		fv_throt_pwm_range[2] = pi->max_voltage;
max_voltage       250 drivers/gpu/drm/radeon/rs780_dpm.c 		fv_throt_pwm_range[3] = pi->max_voltage;
max_voltage       263 drivers/gpu/drm/radeon/rs780_dpm.c 		 STARTING_PWM_HIGHTIME(pi->max_voltage),
max_voltage       282 drivers/gpu/drm/radeon/rs780_dpm.c 		MAX_PWM_HIGHTIME(pi->max_voltage)));
max_voltage       384 drivers/gpu/drm/radeon/rs780_dpm.c 	if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) &&
max_voltage       517 drivers/gpu/drm/radeon/rs780_dpm.c 		return pi->max_voltage;
max_voltage       521 drivers/gpu/drm/radeon/rs780_dpm.c 		return pi->max_voltage;
max_voltage       533 drivers/gpu/drm/radeon/rs780_dpm.c 	if ((new_state->max_voltage == RS780_VDDC_LEVEL_HIGH) &&
max_voltage       538 drivers/gpu/drm/radeon/rs780_dpm.c 						     new_state->max_voltage);
max_voltage       551 drivers/gpu/drm/radeon/rs780_dpm.c 		if (pi->max_voltage != vddc_high) {
max_voltage       663 drivers/gpu/drm/radeon/rs780_dpm.c 		rs780_force_voltage(rdev, pi->max_voltage);
max_voltage       766 drivers/gpu/drm/radeon/rs780_dpm.c 		ps->max_voltage = RS780_VDDC_LEVEL_UNKNOWN;
max_voltage       770 drivers/gpu/drm/radeon/rs780_dpm.c 		ps->max_voltage = RS780_VDDC_LEVEL_LOW;
max_voltage       774 drivers/gpu/drm/radeon/rs780_dpm.c 		ps->max_voltage = RS780_VDDC_LEVEL_HIGH;
max_voltage       778 drivers/gpu/drm/radeon/rs780_dpm.c 		ps->max_voltage = RS780_VDDC_LEVEL_HIGH;
max_voltage       787 drivers/gpu/drm/radeon/rs780_dpm.c 		ps->max_voltage = RS780_VDDC_LEVEL_HIGH;
max_voltage       888 drivers/gpu/drm/radeon/rs780_dpm.c 			pi->max_voltage = info->info.ucMaxNBVoltage;
max_voltage       889 drivers/gpu/drm/radeon/rs780_dpm.c 			pi->max_voltage |= info->info.ucMaxNBVoltageHigh << 8;
max_voltage       906 drivers/gpu/drm/radeon/rs780_dpm.c 			pi->max_voltage =
max_voltage       921 drivers/gpu/drm/radeon/rs780_dpm.c 		if (pi->min_voltage > pi->max_voltage)
max_voltage       925 drivers/gpu/drm/radeon/rs780_dpm.c 			    (pi->max_voltage == 0) ||
max_voltage       930 drivers/gpu/drm/radeon/rs780_dpm.c 			    (pi->max_voltage == 0))
max_voltage       951 drivers/gpu/drm/radeon/rs780_dpm.c 	       ps->sclk_high, ps->max_voltage);
max_voltage      1004 drivers/gpu/drm/radeon/rs780_dpm.c 			   ps->sclk_high, ps->max_voltage);
max_voltage      1043 drivers/gpu/drm/radeon/rs780_dpm.c 			rs780_force_voltage(rdev, pi->max_voltage);
max_voltage      1063 drivers/gpu/drm/radeon/rs780_dpm.c 			rs780_force_voltage(rdev, pi->max_voltage);
max_voltage        41 drivers/gpu/drm/radeon/rs780_dpm.h 	u16 max_voltage;
max_voltage        54 drivers/gpu/drm/radeon/rs780_dpm.h 	enum rs780_vddc_level max_voltage;
max_voltage       270 drivers/power/supply/cpcap-charger.c 				   int max_voltage, int charge_current,
max_voltage       299 drivers/power/supply/cpcap-charger.c 				   max_voltage |
max_voltage        71 drivers/power/supply/wm97xx_battery.c 		if (pdata->max_voltage >= 0)
max_voltage        72 drivers/power/supply/wm97xx_battery.c 			val->intval = pdata->max_voltage;
max_voltage       195 drivers/power/supply/wm97xx_battery.c 	if (pdata->max_voltage >= 0)
max_voltage       215 drivers/power/supply/wm97xx_battery.c 	if (pdata->max_voltage >= 0)
max_voltage        61 drivers/power/supply/z2_battery.c 		if (info->max_voltage >= 0)
max_voltage        62 drivers/power/supply/z2_battery.c 			val->intval = info->max_voltage;
max_voltage       140 drivers/power/supply/z2_battery.c 	if (info->max_voltage >= 0)
max_voltage       156 drivers/power/supply/z2_battery.c 	if (info->max_voltage >= 0)
max_voltage       171 drivers/regulator/anatop-regulator.c 	u32 max_voltage;
max_voltage       228 drivers/regulator/anatop-regulator.c 	ret = of_property_read_u32(np, "anatop-max-voltage", &max_voltage);
max_voltage       242 drivers/regulator/anatop-regulator.c 	rdesc->n_voltages = (max_voltage - min_voltage) / 25000 + 1
max_voltage       388 drivers/remoteproc/qcom_wcnss.c 		if (info[i].max_voltage)
max_voltage       391 drivers/remoteproc/qcom_wcnss.c 					      info[i].max_voltage);
max_voltage        13 drivers/remoteproc/qcom_wcnss.h 	int max_voltage;
max_voltage       136 drivers/remoteproc/qcom_wcnss_iris.c 		if (data->vregs[i].max_voltage)
max_voltage       139 drivers/remoteproc/qcom_wcnss_iris.c 					      data->vregs[i].max_voltage);
max_voltage       299 include/linux/wm97xx.h 	int	max_voltage;
max_voltage        11 include/linux/z2_battery.h 	int	 max_voltage;