Home
last modified time | relevance | path

Searched refs:points (Results 1 – 25 of 249) sorted by relevance

12345678910

/openbmc/u-boot/arch/arm/dts/
H A Drk3399-op1-opp.dtsi8 compatible = "operating-points-v2";
43 compatible = "operating-points-v2";
86 compatible = "operating-points-v2";
116 operating-points-v2 = <&cluster0_opp>;
120 operating-points-v2 = <&cluster0_opp>;
124 operating-points-v2 = <&cluster0_opp>;
128 operating-points-v2 = <&cluster0_opp>;
132 operating-points-v2 = <&cluster1_opp>;
136 operating-points-v2 = <&cluster1_opp>;
140 operating-points-v2 = <&gpu_opp_table>;
H A Dimx6q.dtsi24 operating-points = <
32 fsl,soc-operating-points = <
59 operating-points = <
67 fsl,soc-operating-points = <
93 operating-points = <
101 fsl,soc-operating-points = <
127 operating-points = <
135 fsl,soc-operating-points = <
H A Dsun8i-h3.dtsi47 compatible = "operating-points-v2";
79 operating-points-v2 = <&cpu0_opp_table>;
89 operating-points-v2 = <&cpu0_opp_table>;
99 operating-points-v2 = <&cpu0_opp_table>;
109 operating-points-v2 = <&cpu0_opp_table>;
H A Dimx6dl.dtsi23 operating-points = <
29 fsl,soc-operating-points = <
54 operating-points = <
60 fsl,soc-operating-points = <
H A Dsun8i-a33.dtsi50 compatible = "operating-points-v2";
130 operating-points-v2 = <&cpu0_opp_table>;
135 operating-points-v2 = <&cpu0_opp_table>;
142 operating-points-v2 = <&cpu0_opp_table>;
149 operating-points-v2 = <&cpu0_opp_table>;
165 compatible = "operating-points-v2";
510 operating-points-v2 = <&mali_opp_table>;
H A Dzynq-topic-miamiplus.dts16 operating-points = <
H A Dsun8i-a83t.dtsi68 operating-points-v2 = <&cpu0_opp_table>;
77 operating-points-v2 = <&cpu0_opp_table>;
86 operating-points-v2 = <&cpu0_opp_table>;
95 operating-points-v2 = <&cpu0_opp_table>;
106 operating-points-v2 = <&cpu1_opp_table>;
115 operating-points-v2 = <&cpu1_opp_table>;
124 operating-points-v2 = <&cpu1_opp_table>;
133 operating-points-v2 = <&cpu1_opp_table>;
196 compatible = "operating-points-v2";
249 compatible = "operating-points-v2";
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Dreport.py40 points = user_commits * 3 + user_reviews
41 print(user, points, user_commits, user_reviews)
43 qualified = points >= 15
49 "points": points,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch42 - DFBPoint points[num];
44 + DFBPoint *points = (DFBPoint*)alloca( sizeof(struct DFBPoint) * num);
53 - DFBPoint points[num];
55 + DFBPoint *points = (DFBPoint*)alloca( sizeof(struct DFBPoint) * num);
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch4 Subject: [PATCH] Avoid using libdir from .la which usually points to a host
23 + # Instead of using libdir from .la which usually points to a host path,
/openbmc/openbmc-tools/tof-voters/
H A DREADME.md18 jq '[ .[] | select(.qualified) | {(.name): .points} ] | add | to_entries | sort_by(.value) | revers…
21 The above will yield a JSON dictionary of "users:points" where 'qualified' is
/openbmc/qemu/tests/qapi-schema/
H A Dstring-code-point-127.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
H A Dstring-code-point-31.json1 # We accept printable ASCII: code points 32..126. Test code point 127:
/openbmc/qemu/docs/specs/
H A Dppc-spapr-numa.rst46 Relative Performance Distance and ibm,associativity-reference-points
49 The ibm,associativity-reference-points property is an array that is used
56 ibm,associativity-reference-points represents an 1 based ordinal index (i.e.
66 Using the previous example, the following setting reference points defines
69 * ibm,associativity-reference-points = {0x3, 0x2, 0x1}
81 * ibm,associativity-reference-points = {0x3, 0x2, 0x1}
97 Changing the ibm,associativity-reference-points array changes the performance
103 * ibm,associativity-reference-points = {0x2}
123 * ibm,associativity-reference-points = {0x1}
144 provides a common-performance hierarchy, and the ibm,associativity-reference-points
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-haversine_2.9.0.bb1 SUMMARY = "Calculate the distance between 2 points on Earth"
/openbmc/u-boot/doc/device-tree-bindings/pci/
H A Darmada8k-pcie.txt9 "ctrl" registers points to the global control registers, while the "config" space
10 points to the pcie configuration registers as mentioned in dw-pcie dt bindings in the link below.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.5-spaces.patch5 Linux mangles spaces in mount points by changing them to an octal string
18 + * Linux mangles spaces in mount points by changing them to an octal string
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dvolatiles20 # the path of the target is replaced with the target the link points to.
22 # in the place the link points to instead.
/openbmc/qemu/docs/system/arm/
H A Dversatile.rst37 In the following example $BLD points to the build directory and $SRC
38 points to the root of the Linux source tree. You can drop $SRC if you
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dyocto-uninative.inc2 # This include points at uninative tarballs generated and maintained
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1264 stbtt_uint8 *points; in stbtt_GetGlyphShape() local
1267 points = data + g + 10 + numberOfContours * 2 + 2 + ins; in stbtt_GetGlyphShape()
1289 flags = *points++; in stbtt_GetGlyphShape()
1291 flagcount = *points++; in stbtt_GetGlyphShape()
1302 stbtt_int16 dx = *points++; in stbtt_GetGlyphShape()
1306 x = x + (stbtt_int16) (points[0]*256 + points[1]); in stbtt_GetGlyphShape()
1307 points += 2; in stbtt_GetGlyphShape()
1318 stbtt_int16 dy = *points++; in stbtt_GetGlyphShape()
1322 y = y + (stbtt_int16) (points[0]*256 + points[1]); in stbtt_GetGlyphShape()
1323 points += 2; in stbtt_GetGlyphShape()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cxxtest/
H A Dcxxtest_4.4.bb19 # Fix the interpretter as otherwise this points to the build host python
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmodule-base.bbclass16 # This points to the build artefacts from the main kernel build
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/
H A D0001-Do-not-use-MKTEMP_PROG-in-cross-build.patch6 $MKTEMP_PROG points to native location which could be absolute path that
/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/
H A Dstdc-predef.patch25 * supports non-BMP code points without requiring UTF-16, but nothing

12345678910