Home
last modified time | relevance | path

Searched refs:millivolts (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/brcm/board/stingray/src/
H A Dscp_utils.c150 vcore_mv = SCP_READ_CFG16(vcore.millivolts) + in plat_bcm_bl2_plat_handle_scp_bl2()
152 ihost03_mv = SCP_READ_CFG16(ihost03.millivolts) + in plat_bcm_bl2_plat_handle_scp_bl2()
154 ihost12_mv = SCP_READ_CFG16(ihost12.millivolts) + in plat_bcm_bl2_plat_handle_scp_bl2()
/rk3399_ARM-atf/drivers/st/pmic/
H A Dstpmic2.c290 uint16_t millivolts) in voltage_to_index() argument
296 if (regul->volt_table[i] == millivolts) { in voltage_to_index()
305 uint8_t id, uint16_t millivolts) in stpmic2_regulator_set_voltage() argument
317 index = voltage_to_index(regul, millivolts); in stpmic2_regulator_set_voltage()
H A Dstpmic1.c625 static uint8_t voltage_to_index(const char *name, uint16_t millivolts) in voltage_to_index() argument
631 if (regul->voltage_table[i] == millivolts) { in voltage_to_index()
682 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts) in stpmic1_regulator_voltage_set() argument
684 uint8_t voltage_index = voltage_to_index(name, millivolts); in stpmic1_regulator_voltage_set()
/rk3399_ARM-atf/include/drivers/st/
H A Dstpmic1.h183 int stpmic1_regulator_voltage_set(const char *name, uint16_t millivolts);
H A Dstpmic2.h347 uint8_t id, uint16_t millivolts);