Lines Matching refs:_step
78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\
87 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
90 .uV_step = (_step) * 1000, \
102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
111 .n_voltages = (((_max) - (_min)) / (_step) + 1), \
114 .uV_step = (_step) * 1000, \
125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \
127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \
160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
163 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \
165 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \