Lines Matching refs:rk8xx_reg_info
36 struct rk8xx_reg_info { struct
43 static const struct rk8xx_reg_info rk808_buck[] = { argument
50 static const struct rk8xx_reg_info rk818_buck[] = {
58 static const struct rk8xx_reg_info rk808_ldo[] = {
69 static const struct rk8xx_reg_info rk818_ldo[] = {
89 static const struct rk8xx_reg_info *get_buck_reg(struct udevice *pmic, in get_buck_reg()
103 const struct rk8xx_reg_info *info = get_buck_reg(pmic, buck - 1); in _buck_set_value()
136 static const struct rk8xx_reg_info *get_ldo_reg(struct udevice *pmic, in get_ldo_reg()
151 const struct rk8xx_reg_info *info = get_buck_reg(dev->parent, buck); in buck_get_value()
197 const struct rk8xx_reg_info *info = get_ldo_reg(dev->parent, ldo); in ldo_get_value()
214 const struct rk8xx_reg_info *info = get_ldo_reg(dev->parent, ldo); in ldo_set_value()