Lines Matching refs:rk8xx_reg_info
82 struct rk8xx_reg_info { struct
92 static const struct rk8xx_reg_info rk808_buck[] = { argument
99 static const struct rk8xx_reg_info rk816_buck[] = {
114 static const struct rk8xx_reg_info rk809_buck5[] = {
122 static const struct rk8xx_reg_info rk817_buck[] = {
141 static const struct rk8xx_reg_info rk818_buck[] = {
149 static const struct rk8xx_reg_info rk808_ldo[] = {
160 static const struct rk8xx_reg_info rk816_ldo[] = {
169 static const struct rk8xx_reg_info rk817_ldo[] = {
199 static const struct rk8xx_reg_info rk818_ldo[] = {
219 static const struct rk8xx_reg_info *get_buck_reg(struct udevice *pmic, in get_buck_reg()
277 const struct rk8xx_reg_info *info = get_buck_reg(pmic, buck, uvolt); in _buck_set_value()
363 const struct rk8xx_reg_info *info = get_buck_reg(pmic, buck, uvolt); in _buck_set_suspend_value()
501 static const struct rk8xx_reg_info *get_ldo_reg(struct udevice *pmic, in get_ldo_reg()
706 const struct rk8xx_reg_info *info = get_buck_reg(dev->parent, buck, 0); in buck_get_value()
732 const struct rk8xx_reg_info *info = get_buck_reg(dev->parent, buck, 0); in buck_get_suspend_value()
786 const struct rk8xx_reg_info *info = get_ldo_reg(dev->parent, ldo, 0); in ldo_get_value()
803 const struct rk8xx_reg_info *info = get_ldo_reg(dev->parent, ldo, uvolt); in ldo_set_value()
824 const struct rk8xx_reg_info *info = get_ldo_reg(dev->parent, ldo, uvolt); in ldo_set_suspend_value()
845 const struct rk8xx_reg_info *info = get_ldo_reg(dev->parent, ldo, 0); in ldo_get_suspend_value()