Home
last modified time | relevance | path

Searched refs:mpu_vdd (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/board/ti/am43xx/
Dboard.c387 int mpu_vdd, ddr_volt; in scale_vcores_generic() local
394 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1330MV; in scale_vcores_generic()
397 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1260MV; in scale_vcores_generic()
400 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1200MV; in scale_vcores_generic()
403 mpu_vdd = TPS65218_DCDC_VOLT_SEL_1100MV; in scale_vcores_generic()
406 mpu_vdd = TPS65218_DCDC_VOLT_SEL_0950MV; in scale_vcores_generic()
421 if (tps65218_voltage_update(TPS65218_DCDC2, mpu_vdd)) { in scale_vcores_generic()
440 int mpu_vdd; in scale_vcores_idk() local
447 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1330MV; in scale_vcores_idk()
450 mpu_vdd = TPS62362_DCDC_VOLT_SEL_1260MV; in scale_vcores_idk()
[all …]
/external/u-boot/board/bosch/shc/
Dboard.c310 int mpu_vdd; in am33xx_spl_board_init() local
336 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1325MV; in am33xx_spl_board_init()
339 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1275MV; in am33xx_spl_board_init()
342 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1200MV; in am33xx_spl_board_init()
345 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1100MV; in am33xx_spl_board_init()
348 mpu_vdd = TPS65217_DCDC_VOLT_SEL_950MV; in am33xx_spl_board_init()
355 if (tps65217_voltage_update(TPS65217_DEFDCDC2, mpu_vdd)) { in am33xx_spl_board_init()
/external/u-boot/arch/arm/mach-omap2/am33xx/
Dchilisom.c97 int mpu_vdd; in chilisom_spl_board_init() local
115 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1325MV; in chilisom_spl_board_init()
118 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1275MV; in chilisom_spl_board_init()
137 if (tps65217_voltage_update(TPS65217_DEFDCDC2, mpu_vdd)) { in chilisom_spl_board_init()
/external/u-boot/board/ti/am335x/
Dboard.c322 int usb_cur_lim, mpu_vdd; in scale_vcores_bone() local
350 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1325MV; in scale_vcores_bone()
354 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1275MV; in scale_vcores_bone()
358 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1200MV; in scale_vcores_bone()
365 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1100MV; in scale_vcores_bone()
384 if (tps65217_voltage_update(TPS65217_DEFDCDC2, mpu_vdd)) { in scale_vcores_bone()
416 int sil_rev, mpu_vdd; in scale_vcores_generic() local
432 mpu_vdd = am335x_get_tps65910_mpu_vdd(sil_rev, freq); in scale_vcores_generic()
438 if (tps65910_voltage_update(MPU, mpu_vdd)) in scale_vcores_generic()
/external/u-boot/board/tcl/sl50/
Dboard.c93 int mpu_vdd; in am33xx_spl_board_init() local
110 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1325MV; in am33xx_spl_board_init()
113 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1275MV; in am33xx_spl_board_init()
133 if (tps65217_voltage_update(TPS65217_DEFDCDC2, mpu_vdd)) { in am33xx_spl_board_init()
/external/u-boot/board/eets/pdu001/
Dboard.c125 int mpu_vdd; in set_mpu_and_core_voltage() local
142 mpu_vdd = am335x_get_mpu_vdd(sil_rev, dpll_mpu_opp100.m); in set_mpu_and_core_voltage()
146 if (regulator_set_value(dev, mpu_vdd)) in set_mpu_and_core_voltage()
/external/u-boot/board/vscom/baltos/
Dboard.c174 int mpu_vdd; in am33xx_spl_board_init() local
200 mpu_vdd = am335x_get_tps65910_mpu_vdd(sil_rev, in am33xx_spl_board_init()
207 if (tps65910_voltage_update(MPU, mpu_vdd)) in am33xx_spl_board_init()
/external/u-boot/board/BuR/common/
Dcommon.c513 int mpu_vdd; in pmicsetup() local
537 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1325MV; in pmicsetup()
540 mpu_vdd = TPS65217_DCDC_VOLT_SEL_1275MV; in pmicsetup()
558 if (tps65217_voltage_update(TPS65217_DEFDCDC2, mpu_vdd)) { in pmicsetup()