Searched refs:_volt (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/regulator/ |
H A D | tps65090-regulator.c | 185 #define tps65090_REG_DESC(_id, _sname, _en_reg, _en_bits, _nvolt, _volt, _ops) \ argument 192 .fixed_uV = _volt, \ 200 #define tps65090_REG_FIXEDV(_id, _sname, en_reg, _en_bits, _volt, _ops) \ argument 201 tps65090_REG_DESC(_id, _sname, en_reg, _en_bits, 1, _volt, _ops)
|
H A D | stm32-pwr.c | 109 #define PWR_REG(_id, _name, _volt, _en, _supply) \ argument 116 .fixed_uV = _volt, \
|
H A D | axp20x-regulator.c | 414 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument 424 .min_uV = (_volt) * 1000, \
|