Lines Matching +full:600000 +full:c
3 * twl-regulator.c -- support regulators in twl4030/twl6030 family chips
5 * Copyright (C) 2008 David Brownell
357 REGULATOR_LINEAR_RANGE(600000, 0, 68, 12500)
362 REGULATOR_LINEAR_RANGE(600000, 0, 68, 12500),
415 int vsel = DIV_ROUND_UP(min_uV - 600000, 12500); in twl4030smps_set_voltage()
430 return vsel * 12500 + 600000; in twl4030smps_get_voltage()
583 struct regulation_constraints *c; in twlreg_probe() local
604 c = &initdata->constraints; in twlreg_probe()
605 c->valid_modes_mask &= REGULATOR_MODE_NORMAL | REGULATOR_MODE_STANDBY; in twlreg_probe()
606 c->valid_ops_mask &= REGULATOR_CHANGE_VOLTAGE in twlreg_probe()
617 c->always_on = true; in twlreg_probe()