Searched refs:step (Results 1 – 6 of 6) sorted by relevance
| /include/dt-bindings/pmic/ |
| A D | sandbox_pmic.h | 31 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| /include/power/ |
| A D | sandbox_pmic.h | 98 #define REG2VAL(min, step, reg) ((min) + ((step) * (reg))) argument 99 #define VAL2REG(min, step, val) (((val) - (min)) / (step)) argument
|
| A D | s5m8767.h | 55 int step; member
|
| /include/ |
| A D | tps6586x.h | 41 int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate,
|
| A D | fsl_ddr.h | 84 const char *step_to_string(unsigned int step); 125 unsigned int ctrl_num, int step);
|
| A D | fsl_ddr_sdram.h | 431 unsigned int ctrl_num, int step);
|
Completed in 11 milliseconds