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, \
76 #define MP5416LDO(_name, _id, _dval) \ argument
77 [MP5416_LDO ## _id] = { \
78 .id = MP5416_LDO ## _id, \
86 .vsel_reg = MP5416_REG_LDO ##_id, \
88 .enable_reg = MP5416_REG_LDO ##_id, \