Home
last modified time | relevance | path

Searched defs:regulator_desc (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/regulator/
H A Drk801_regulator.c30 struct regulator_desc { struct
31 int id;
32 unsigned int min_uV;
33 unsigned int uV_step;
34 const struct linear_range *linear_ranges;
35 int n_linear_ranges;
36 unsigned int vsel_reg;
37 unsigned int vsel_mask;
38 unsigned int enable_reg;
39 unsigned int enable_mask;
[all …]