current_voltage_divisor  151 arch/arm/mach-pxa/viper.c static unsigned int current_voltage_divisor;
current_voltage_divisor  187 arch/arm/mach-pxa/viper.c 		else if (current_voltage_divisor < divisor - STEP)
current_voltage_divisor  188 arch/arm/mach-pxa/viper.c 			step = current_voltage_divisor + STEP;
current_voltage_divisor  189 arch/arm/mach-pxa/viper.c 		else if (current_voltage_divisor > divisor + STEP)
current_voltage_divisor  190 arch/arm/mach-pxa/viper.c 			step = current_voltage_divisor - STEP;
current_voltage_divisor  216 arch/arm/mach-pxa/viper.c 		current_voltage_divisor = step;
current_voltage_divisor  217 arch/arm/mach-pxa/viper.c 	} while (current_voltage_divisor != divisor);