Lines Matching refs:_id
27 #define MPQ7920BUCK(_name, _id, _ilim) \ argument
28 [MPQ7920_BUCK ## _id] = { \
29 .id = MPQ7920_BUCK ## _id, \
40 .csel_reg = MPQ7920_BUCK ##_id## _REG_C, \
44 MPQ7920_BUCK ## _id), \
45 .vsel_reg = MPQ7920_BUCK ##_id## _REG_A, \
48 .active_discharge_reg = MPQ7920_BUCK ##_id## _REG_B, \
50 .soft_start_reg = MPQ7920_BUCK ##_id## _REG_C, \
55 #define MPQ7920LDO(_name, _id, _ops, _ilim, _ilim_sz, _creg, _cmask) \ argument
56 [MPQ7920_LDO ## _id] = { \
57 .id = MPQ7920_LDO ## _id, \
65 .vsel_reg = MPQ7920_LDO ##_id## _REG_A, \
71 .enable_reg = (_id == 1) ? 0 : MPQ7920_REG_REGULATOR_EN,\
73 MPQ7920_LDO ##_id + 1), \
76 .active_discharge_reg = MPQ7920_LDO ##_id## _REG_B, \