_volt             328 drivers/regulator/axp20x-regulator.c #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt)			\
_volt             338 drivers/regulator/axp20x-regulator.c 		.min_uV		= (_volt) * 1000,				\
_volt             110 drivers/regulator/stm32-pwr.c #define PWR_REG(_id, _name, _volt, _en, _supply) \
_volt             117 drivers/regulator/stm32-pwr.c 		.fixed_uV = _volt, \
_volt             185 drivers/regulator/tps65090-regulator.c #define tps65090_REG_DESC(_id, _sname, _en_reg, _en_bits, _nvolt, _volt, _ops) \
_volt             192 drivers/regulator/tps65090-regulator.c 	.fixed_uV = _volt,				\
_volt             200 drivers/regulator/tps65090-regulator.c #define tps65090_REG_FIXEDV(_id, _sname, en_reg, _en_bits, _volt, _ops) \
_volt             201 drivers/regulator/tps65090-regulator.c 	tps65090_REG_DESC(_id, _sname, en_reg, _en_bits, 1, _volt, _ops)