/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h5.dtsi | 4 #include <arm/allwinner/sunxi-h3-h5.dtsi> 83 compatible = "allwinner,sun50i-h5-system-control"; 97 compatible = "allwinner,sun50i-h5-sram-c1", 105 compatible = "allwinner,sun50i-h5-video-engine"; 116 compatible = "allwinner,sun50i-h5-crypto"; 138 compatible = "allwinner,sun50i-h5-mali", "arm,mali-450"; 177 compatible = "allwinner,sun50i-h5-ths"; 229 compatible = "allwinner,sun50i-h5-ccu"; 233 compatible = "allwinner,sun50i-h5-de2-clk"; 237 compatible = "allwinner,sun50i-h5-mbus"; [all …]
|
H A D | sun50i-h5-libretech-all-h5-cc.dts | 4 #include "sun50i-h5-libretech-all-h3-cc.dts" 7 model = "Libre Computer Board ALL-H5-CC H5"; 8 compatible = "libretech,all-h5-cc-h5", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-libretech-all-h3-cc.dts | 6 #include "sun50i-h5.dtsi" 7 #include "sun50i-h5-cpu-opp.dtsi" 11 model = "Libre Computer Board ALL-H3-CC H5"; 12 compatible = "libretech,all-h3-cc-h5", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-libretech-all-h3-it.dts | 5 #include "sun50i-h5.dtsi" 9 model = "Libre Computer Board ALL-H3-IT H5"; 10 compatible = "libretech,all-h3-it-h5", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-bananapi-m2-plus-v1.2.dts | 5 #include "sun50i-h5.dtsi" 6 #include "sun50i-h5-cpu-opp.dtsi" 10 model = "Banana Pi BPI-M2-Plus v1.2 H5"; 11 compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-nanopi-r1s-h5.dts | 5 * Based on sun50i-h5-nanopi-neo-plus2.dts, which is: 11 #include "sun50i-h5.dtsi" 12 #include "sun50i-h5-cpu-opp.dtsi" 19 model = "FriendlyARM NanoPi R1S H5"; 20 compatible = "friendlyarm,nanopi-r1s-h5", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-bananapi-m2-plus.dts | 5 #include "sun50i-h5.dtsi" 9 model = "Banana Pi BPI-M2-Plus H5"; 10 compatible = "sinovoip,bpi-m2-plus", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-emlid-neutis-n5.dtsi | 10 #include "sun50i-h5.dtsi" 11 #include <arm/allwinner/sunxi-h3-h5-emlid-neutis.dtsi>
|
H A D | sun50i-h5-orangepi-prime.dts | 3 // Based on sun50i-h5-orangepi-pc2.dts, which is: 7 #include "sun50i-h5.dtsi" 14 compatible = "xunlong,orangepi-prime", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-orangepi-pc2.dts | 5 #include "sun50i-h5.dtsi" 6 #include "sun50i-h5-cpu-opp.dtsi" 14 compatible = "xunlong,orangepi-pc2", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-emlid-neutis-n5-devboard.dts | 10 #include "sun50i-h5-emlid-neutis-n5.dtsi" 16 "allwinner,sun50i-h5";
|
H A D | sun50i-h5-nanopi-neo2.dts | 5 #include "sun50i-h5.dtsi" 11 compatible = "friendlyarm,nanopi-neo2", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-orangepi-zero-plus.dts | 6 #include "sun50i-h5.dtsi" 14 compatible = "xunlong,orangepi-zero-plus", "allwinner,sun50i-h5";
|
H A D | sun50i-h5-orangepi-zero-plus2.dts | 6 #include "sun50i-h5.dtsi" 12 compatible = "xunlong,orangepi-zero-plus2", "allwinner,sun50i-h5";
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | ed25519_ref10_fe_25_5.h | 48 int32_t h5 = f[5] + g[5]; in fe25519_add() local 59 h[5] = h5; in fe25519_add() 86 int32_t h5 = f[5] - g[5]; in fe25519_sub() local 97 h[5] = h5; in fe25519_sub() 122 int32_t h5 = -f[5]; in fe25519_neg() local 133 h[5] = h5; in fe25519_neg() 518 int64_t h5 = f0g5 + f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + in fe25519_mul() local 544 i.e. |h1| <= 1.7*2^59; narrower ranges for h3, h5, h7, h9 in fe25519_mul() 551 h5 += carry4; in fe25519_mul() 556 /* |h5| <= 1.71*2^59 */ in fe25519_mul() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | sunxi.yaml | 127 - const: allwinner,sun50i-h5 137 - const: allwinner,sun50i-h5 297 - const: allwinner,sun50i-h5 307 - const: allwinner,sun50i-h5 314 - description: FriendlyARM NanoPi R1S H5 316 - const: friendlyarm,nanopi-r1s-h5 317 - const: allwinner,sun50i-h5 427 - description: Libre Computer Board ALL-H3-CC H5 429 - const: libretech,all-h3-cc-h5 430 - const: allwinner,sun50i-h5 [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
H A D | fe.h | 13 int64_t h5 = load_4(s + 16); in fe25519_frombytes() local 39 carry5 = (h5 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes() 41 h5 -= carry5 * ((uint64_t) 1L << 25); in fe25519_frombytes() 53 h5 += carry4; in fe25519_frombytes() 67 h[5] = (int32_t) h5; in fe25519_frombytes() 107 int32_t h5 = f[5]; in fe25519_reduce() local 122 q = (h5 + q) >> 25; in fe25519_reduce() 145 h5 += carry4; in fe25519_reduce() 147 carry5 = h5 >> 25; in fe25519_reduce() 149 h5 -= carry5 * ((uint32_t) 1L << 25); in fe25519_reduce() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
H A D | fe_frombytes_sandy2x.c | 38 uint64_t h5 = load_4(s + 16); in fe_frombytes() local 57 carry5 = h5 >> 25; h6 += carry5; h5 &= 0x1FFFFFF; in fe_frombytes() 62 carry4 = h4 >> 26; h5 += carry4; h4 &= 0x3FFFFFF; in fe_frombytes() 71 h[5] = h5; in fe_frombytes()
|
/freebsd/sys/modules/dtb/allwinner/ |
H A D | Makefile | 54 allwinner/sun50i-h5-orangepi-pc2.dts \ 55 allwinner/sun50i-h5-nanopi-neo2.dts \ 66 sun50i-h5-opp.dtso \ 67 sun50i-h5-nanopi-neo2-opp.dtso
|
/freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/ |
H A D | llvm.css | 178 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { 182 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { 190 h5:hover a.anchor, h6:hover a.anchor { 195 h5 a.anchor:hover, h6 a.anchor:hover {
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | allwinner,sun8i-a83t-de2-clk.yaml | 26 - const: allwinner,sun50i-h5-de2-clk 33 - const: allwinner,sun50i-h5-de2-clk
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentHTMLTags.td | 26 def H5 : Tag<"h5">;
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | allwinner,sun4i-a10-mmc.yaml | 42 - const: allwinner,sun50i-h5-emmc 45 - const: allwinner,sun50i-h5-mmc
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | allwinner,sun6i-a31-rtc.yaml | 25 - allwinner,sun50i-h5-rtc 97 - allwinner,sun50i-h5-rtc
|
/freebsd/sys/contrib/device-tree/Bindings/gpu/ |
H A D | arm,mali-utgard.yaml | 41 - allwinner,sun50i-h5-mali 140 - allwinner,sun50i-h5-mali
|