Searched refs:sm1 (Results 1 – 15 of 15) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/power/ |
D | tps6586x.c | 87 static int read_voltages(int *sm0, int *sm1) in read_voltages() argument 104 *sm1 = tps6586x_read(is_v2 ? SM1_VOLTAGE_V2 : SM1_VOLTAGE_V1); in read_voltages() 105 if (*sm0 == -1 || *sm1 == -1) in read_voltages() 171 int sm0, sm1; in tps6586x_adjust_sm0_sm1() local 177 if (read_voltages(&sm0, &sm1)) { in tps6586x_adjust_sm0_sm1() 188 if (min_sm0_over_sm1 != -1 && sm0 < sm1 + min_sm0_over_sm1) { in tps6586x_adjust_sm0_sm1() 190 __func__, sm0, sm1, min_sm0_over_sm1); in tps6586x_adjust_sm0_sm1() 214 while (!bad && (sm0 != sm0_target || sm1 != sm1_target)) { in tps6586x_adjust_sm0_sm1() 217 debug("%d-%d %d-%d ", sm0, sm0_target, sm1, sm1_target); in tps6586x_adjust_sm0_sm1() 225 if (sm1 < sm1_target) in tps6586x_adjust_sm0_sm1() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | meson-sm1.dtsi | 8 #include <dt-bindings/power/meson-sm1-power.h> 11 compatible = "amlogic,sm1"; 121 compatible = "amlogic,meson-sm1-ao-cec"; 125 compatible = "amlogic,meson-sm1-clk-measure"; 130 compatible = "amlogic,sm1-clkc"; 138 compatible = "amlogic,meson-sm1-pwrc";
|
D | meson-sm1-sei610.dts | 8 #include "meson-sm1.dtsi" 14 compatible = "seirobotics,sei610", "amlogic,sm1";
|
D | tegra20-tamonten.dtsi | 345 vin-sm1-supply = <&sys_reg>; 366 sm1 {
|
D | tegra20-paz00.dts | 348 vin-sm1-supply = <&sys_reg>; 369 sm1 {
|
D | tegra20-ventana.dts | 430 vin-sm1-supply = <&sys_reg>; 451 sm1 {
|
D | tegra20-harmony.dts | 360 vin-sm1-supply = <&sys_reg>; 381 sm1 {
|
D | tegra20-seaboard.dts | 475 vin-sm1-supply = <&sys_reg>; 496 sm1 {
|
D | Makefile | 156 meson-sm1-sei610.dtb
|
/third_party/boost/libs/date_time/test/gregorian/ |
D | testgreg_month.cpp | 49 greg_month sm1(1); in test_month() local 53 sm1.as_short_string() == std::string("Jan")); in test_month()
|
/third_party/grpc/third_party/upb/bazel/ |
D | build_defs.bzl | 43 …source "$(grep -sm1 "^$f " "${RUNFILES_MANIFEST_FILE:-/dev/null}" | cut -f2- -d' ')" 2>/dev/null |… 45 source "$(grep -sm1 "^$f " "$0.runfiles_manifest" | cut -f2- -d' ')" 2>/dev/null || \ 46 source "$(grep -sm1 "^$f " "$0.exe.runfiles_manifest" | cut -f2- -d' ')" 2>/dev/null || \
|
/third_party/boost/libs/regex/test/concepts/ |
D | icu_concept_check.cpp | 97 boost::match_results<std::string::const_iterator> sm1; in main() local 120 b = boost::u32regex_match(s1, sm1, e1, flgs); in main() 121 b = boost::u32regex_match(s1, sm1, e1); in main() 143 b = boost::u32regex_search(s1, sm1, e1, flgs); in main() 144 b = boost::u32regex_search(s1, sm1, e1); in main()
|
/third_party/uboot/u-boot-2020.01/configs/ |
D | sei610_defconfig | 33 CONFIG_DEFAULT_DEVICE_TREE="meson-sm1-sei610"
|
/third_party/boost/libs/graph/src/ |
D | read_graphviz_new.cpp | 239 boost::sub_match< std::string::const_iterator > sm1 in skip() local 241 BOOST_ASSERT(sm1.second == end); in skip() 242 begin = sm1.first; in skip()
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | office-ui-fabric.log | 2784 @fluentui/public-docsite: 64 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2790 @fluentui/public-docsite: 67 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2796 @fluentui/public-docsite: 70 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2802 @fluentui/public-docsite: 73 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2808 @fluentui/public-docsite: 76 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2814 @fluentui/public-docsite: 79 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2820 @fluentui/public-docsite: 82 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2826 @fluentui/public-docsite: 85 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2832 @fluentui/public-docsite: 88 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… 2838 @fluentui/public-docsite: 91 <div className={'ms-Grid-col ms-sm1 ' + styles.demoB… [all …]
|