Searched refs:sm1 (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/ |
| H A D | tps6586x.c | 88 static int read_voltages(int *sm0, int *sm1) in read_voltages() argument 105 *sm1 = tps6586x_read(is_v2 ? SM1_VOLTAGE_V2 : SM1_VOLTAGE_V1); in read_voltages() 106 if (*sm0 == -1 || *sm1 == -1) in read_voltages() 172 int sm0, sm1; in tps6586x_adjust_sm0_sm1() local 178 if (read_voltages(&sm0, &sm1)) { in tps6586x_adjust_sm0_sm1() 189 if (min_sm0_over_sm1 != -1 && sm0 < sm1 + min_sm0_over_sm1) { in tps6586x_adjust_sm0_sm1() 191 __func__, sm0, sm1, min_sm0_over_sm1); in tps6586x_adjust_sm0_sm1() 215 while (!bad && (sm0 != sm0_target || sm1 != sm1_target)) { in tps6586x_adjust_sm0_sm1() 218 debug("%d-%d %d-%d ", sm0, sm0_target, sm1, sm1_target); in tps6586x_adjust_sm0_sm1() 226 if (sm1 < sm1_target) in tps6586x_adjust_sm0_sm1() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra20-tamonten.dtsi | 345 vin-sm1-supply = <&sys_reg>; 366 sm1 {
|
| H A D | tegra20-paz00.dts | 348 vin-sm1-supply = <&sys_reg>; 369 sm1 {
|
| H A D | tegra20-ventana.dts | 430 vin-sm1-supply = <&sys_reg>; 451 sm1 {
|
| H A D | tegra20-harmony.dts | 360 vin-sm1-supply = <&sys_reg>; 381 sm1 {
|
| H A D | tegra20-seaboard.dts | 475 vin-sm1-supply = <&sys_reg>; 496 sm1 {
|