| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5.dtsi | 4 #include <arm/sunxi-h3-h5.dtsi> 115 compatible = "allwinner,sun50i-h5-crypto"; 165 compatible = "allwinner,sun50i-h5-ths"; 217 compatible = "allwinner,sun50i-h5-ccu"; 221 compatible = "allwinner,sun50i-h5-de2-clk"; 225 compatible = "allwinner,sun50i-h5-mmc", 232 compatible = "allwinner,sun50i-h5-mmc", 239 compatible = "allwinner,sun50i-h5-emmc", 249 compatible = "allwinner,sun50i-h5-pinctrl"; 253 compatible = "allwinner,sun50i-h5-rtc"; [all …]
|
| H A D | sun50i-h5-libretech-all-h3-cc.dts | 6 #include "sun50i-h5.dtsi" 7 #include "sun50i-h5-cpu-opp.dtsi" 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" 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" 11 compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun50i-h5";
|
| H A D | sun50i-h5-libretech-all-h5-cc.dts | 4 #include "sun50i-h5-libretech-all-h3-cc.dts" 8 compatible = "libretech,all-h5-cc-h5", "allwinner,sun50i-h5";
|
| H A D | sun50i-h5-emlid-neutis-n5.dtsi | 10 #include "sun50i-h5.dtsi" 11 #include <arm/sunxi-h3-h5-emlid-neutis.dtsi>
|
| H A D | sun50i-h5-bananapi-m2-plus.dts | 5 #include "sun50i-h5.dtsi" 10 compatible = "sinovoip,bpi-m2-plus", "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-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-nanopi-neo2.dts | 5 #include "sun50i-h5.dtsi" 11 compatible = "friendlyarm,nanopi-neo2", "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";
|
| 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-nanopi-neo-plus2.dts | 6 #include "sun50i-h5.dtsi" 14 compatible = "friendlyarm,nanopi-neo-plus2", "allwinner,sun50i-h5";
|
| H A D | sun50i-h5-orangepi-pc2.dts | 5 #include "sun50i-h5.dtsi" 13 compatible = "xunlong,orangepi-pc2", "allwinner,sun50i-h5";
|
| /f-stack/freebsd/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 …]
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_25_5.h | 59 h[5] = h5; in fe25519_add() 97 h[5] = h5; in fe25519_sub() 133 h[5] = h5; in fe25519_neg() 551 h5 += carry4; in fe25519_mul() 592 h5 += carry4; in fe25519_mul() 747 h5 += carry4; in fe25519_sq() 772 h5 += carry4; in fe25519_sq() 920 h5 += h5; in fe25519_sq2() 930 h5 += carry4; in fe25519_sq2() 955 h5 += carry4; in fe25519_sq2() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | sunxi.yaml | 97 - const: allwinner,sun50i-h5 107 - const: allwinner,sun50i-h5 237 - const: allwinner,sun50i-h5 247 - const: allwinner,sun50i-h5 343 - const: allwinner,sun50i-h5 348 - const: allwinner,sun50i-h5 352 - const: libretech,all-h5-cc-h5 353 - const: allwinner,sun50i-h5 487 - const: allwinner,sun50i-h5 835 - const: allwinner,sun50i-h5 [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | allwinner,sun4i-a10-mmc.yaml | 39 - const: allwinner,sun50i-h5-emmc 42 - const: allwinner,sun50i-h5-mmc
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | sun8i-h3-emlid-neutis-n5h3.dtsi | 11 #include <arm/sunxi-h3-h5-emlid-neutis.dtsi>
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | allwinner,sun6i-a31-rtc.yaml | 24 - const: allwinner,sun50i-h5-rtc 88 - allwinner,sun50i-h5-rtc
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | allwinner,sun8i-a83t-ths.yaml | 20 - allwinner,sun50i-h5-ths 106 - const: allwinner,sun50i-h5-ths
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpu/ |
| H A D | arm,mali-utgard.yaml | 38 - allwinner,sun50i-h5-mali 133 - allwinner,sun50i-h5-mali
|
| /f-stack/freebsd/contrib/device-tree/Bindings/nvmem/ |
| H A D | allwinner,sun4i-a10-sid.yaml | 27 - const: allwinner,sun50i-h5-sid
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sram/ |
| H A D | allwinner,sun4i-a10-system-control.yaml | 39 - const: allwinner,sun50i-h5-system-control 93 - const: allwinner,sun50i-h5-sram-c1
|