Lines Matching refs:_step
69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\
78 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
81 .uV_step = (_step) * 1000, \
93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
102 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
105 .uV_step = (_step) * 1000, \
116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \
118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
126 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \
128 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \