Searched refs:OUT_REG_UV (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | sandbox.c | 207 return out_get_value(dev, SANDBOX_BUCK_COUNT, OUT_REG_UV, in buck_get_voltage() 213 return out_set_value(dev, SANDBOX_BUCK_COUNT, OUT_REG_UV, in buck_set_voltage() 283 return out_get_value(dev, SANDBOX_LDO_COUNT, OUT_REG_UV, in ldo_get_voltage() 289 return out_set_value(dev, SANDBOX_LDO_COUNT, OUT_REG_UV, in ldo_set_voltage()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | sandbox_pmic.h | 45 OUT_REG_UV = 0, enumerator
|