Lines Matching refs:_id
52 #define MP5416BUCK(_name, _id, _ilim, _dreg, _dval, _vsel) \ argument
53 [MP5416_BUCK ## _id] = { \
54 .id = MP5416_BUCK ## _id, \
65 .csel_mask = MP5416_MASK_BUCK ## _id ##_ILIM, \
66 .vsel_reg = MP5416_REG_BUCK ## _id, \
68 .enable_reg = MP5416_REG_BUCK ## _id, \
80 #define MP5416LDO(_name, _id, _dval) \ argument
81 [MP5416_LDO ## _id] = { \
82 .id = MP5416_LDO ## _id, \
90 .vsel_reg = MP5416_REG_LDO ##_id, \
92 .enable_reg = MP5416_REG_LDO ##_id, \