Searched refs:DA9052_DCDC (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
D | da9052-regulator.c | 313 #define DA9052_DCDC(_id, step, min, max, sbits, ebits, abits) \ macro 334 DA9052_DCDC(BUCK1, 25, 500, 2075, 6, 6, DA9052_SUPPLY_VBCOREGO), 335 DA9052_DCDC(BUCK2, 25, 500, 2075, 6, 6, DA9052_SUPPLY_VBPROGO), 336 DA9052_DCDC(BUCK3, 25, 925, 2500, 6, 6, DA9052_SUPPLY_VBMEMGO), 337 DA9052_DCDC(BUCK4, 50, 1800, 3600, 5, 6, 0), 351 DA9052_DCDC(BUCK1, 25, 500, 2075, 6, 6, DA9052_SUPPLY_VBCOREGO), 352 DA9052_DCDC(BUCK2, 25, 500, 2075, 6, 6, DA9052_SUPPLY_VBPROGO), 353 DA9052_DCDC(BUCK3, 25, 925, 2500, 6, 6, DA9052_SUPPLY_VBMEMGO), 354 DA9052_DCDC(BUCK4, 25, 925, 2500, 6, 6, 0),
|