Home
last modified time | relevance | path

Searched refs:SANDBOX_BUCK_COUNT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dsandbox.c207 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()
223 return out_get_value(dev, SANDBOX_BUCK_COUNT, OUT_REG_UA, in buck_get_current()
233 return out_set_value(dev, SANDBOX_BUCK_COUNT, OUT_REG_UA, in buck_set_current()
/OK3568_Linux_fs/u-boot/include/power/
H A Dsandbox_pmic.h16 #define SANDBOX_BUCK_COUNT 3 macro