HomeSort by: relevance | last modified time | path
    Searched refs:h5 (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
Makefile 20 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-bananapi-m2-plus.dtb
21 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-bananapi-m2-plus-v1.2.dtb
22 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-emlid-neutis-n5-devboard.dtb
23 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-cc.dtb
24 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-it.dtb
25 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h5-cc.dtb
26 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-nanopi-neo2.dtb
27 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-nanopi-neo-plus2.dtb
28 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-nanopi-r1s-h5.dt
    [all...]
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";
sun50i-h5.dtsi 4 #include <arm/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-mmc"
    [all...]
sun50i-h5-emlid-neutis-n5-devboard.dts 10 #include "sun50i-h5-emlid-neutis-n5.dtsi"
16 "allwinner,sun50i-h5";
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";
sun50i-h5-nanopi-neo2.dts 5 #include "sun50i-h5.dtsi"
11 compatible = "friendlyarm,nanopi-neo2", "allwinner,sun50i-h5";
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";
sun50i-h5-nanopi-neo-plus2.dts 6 #include "sun50i-h5.dtsi"
14 compatible = "friendlyarm,nanopi-neo-plus2", "allwinner,sun50i-h5";
sun50i-h5-orangepi-zero-plus.dts 6 #include "sun50i-h5.dtsi"
14 compatible = "xunlong,orangepi-zero-plus", "allwinner,sun50i-h5";
sun50i-h5-orangepi-zero-plus2.dts 6 #include "sun50i-h5.dtsi"
12 compatible = "xunlong,orangepi-zero-plus2", "allwinner,sun50i-h5";
sun50i-h5-orangepi-pc2.dts 5 #include "sun50i-h5.dtsi"
13 compatible = "xunlong,orangepi-pc2", "allwinner,sun50i-h5";
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
fe_frombytes_sandy2x.c 38 uint64_t h5 = load_4(s + 16); local in function:fe_frombytes
57 carry5 = h5 >> 25; h6 += carry5; h5 &= 0x1FFFFFF;
62 carry4 = h4 >> 26; h5 += carry4; h4 &= 0x3FFFFFF;
71 h[5] = h5;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
fe.h 13 int64_t h5 = load_4(s + 16); local in function:fe25519_frombytes
39 carry5 = (h5 + (int64_t)(1L << 24)) >> 25;
41 h5 -= carry5 * ((uint64_t) 1L << 25);
53 h5 += carry4;
67 h[5] = (int32_t) h5;
107 int32_t h5 = f[5]; local in function:fe25519_reduce
122 q = (h5 + q) >> 25;
145 h5 += carry4;
147 carry5 = h5 >> 25;
149 h5 -= carry5 * ((uint32_t) 1L << 25)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 48 int32_t h5 = f[5] + g[5]; local in function:fe25519_add
59 h[5] = h5;
86 int32_t h5 = f[5] - g[5]; local in function:fe25519_sub
97 h[5] = h5;
122 int32_t h5 = -f[5]; local in function:fe25519_neg
133 h[5] = h5;
518 int64_t h5 = f0g5 + f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + local in function:fe25519_mul
544 i.e. |h1| <= 1.7*2^59; narrower ranges for h3, h5, h7, h9
551 h5 += carry4;
556 /* |h5| <= 1.71*2^59 *
726 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; local in function:fe25519_sq
898 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; local in function:fe25519_sq2
1000 int64_t h5 = f5 * sn; local in function:fe25519_scalar_product
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/
sunxi-d1s-t113.dtsi 654 "allwinner,sun50i-h5-de2-clk";

Completed in 16 milliseconds