uA_step            41 drivers/regulator/max77693-regulator.c 	unsigned int uA_step;
uA_step            76 drivers/regulator/max77693-regulator.c 	val = chg_min_uA + reg_data->uA_step * sel;
uA_step            90 drivers/regulator/max77693-regulator.c 	while (chg_min_uA + reg_data->uA_step * sel < min_uA)
uA_step            93 drivers/regulator/max77693-regulator.c 	if (chg_min_uA + reg_data->uA_step * sel > max_uA)
uA_step           184 drivers/regulator/max77693-regulator.c 	.uA_step	= 20000,
uA_step           224 drivers/regulator/max77693-regulator.c 	.uA_step	= MAX77843_CHG_FAST_CHG_CURRENT_STEP,