| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h6.dtsi | 5 #include <dt-bindings/clock/sun50i-h6-ccu.h> 6 #include <dt-bindings/clock/sun50i-h6-r-ccu.h> 9 #include <dt-bindings/reset/sun50i-h6-ccu.h> 10 #include <dt-bindings/reset/sun50i-h6-r-ccu.h> 110 compatible = "allwinner,sun50i-h6-de3", 168 compatible = "allwinner,sun50i-h6-mali", 228 compatible = "allwinner,sun50i-h6-ccu"; 237 compatible = "allwinner,sun50i-h6-dma"; 259 compatible = "allwinner,sun50i-h6-sid"; 274 compatible = "allwinner,sun50i-h6-wdt", [all …]
|
| H A D | sun50i-h6-pine-h64-model-b.dts | 6 #include "sun50i-h6-pine-h64.dts" 10 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
|
| H A D | sun50i-h6-tanix-tx6.dts | 6 #include "sun50i-h6.dtsi" 7 #include "sun50i-h6-cpu-opp.dtsi" 13 compatible = "oranth,tanix-tx6", "allwinner,sun50i-h6";
|
| H A D | sun50i-h6-orangepi-one-plus.dts | 5 #include "sun50i-h6-orangepi.dtsi" 9 compatible = "xunlong,orangepi-one-plus", "allwinner,sun50i-h6";
|
| H A D | sun50i-h6-beelink-gs1.dts | 6 #include "sun50i-h6.dtsi" 7 #include "sun50i-h6-cpu-opp.dtsi" 13 compatible = "azw,beelink-gs1", "allwinner,sun50i-h6"; 64 simple-audio-card,name = "sun50i-h6-spdif";
|
| H A D | sun50i-h6-orangepi-lite2.dts | 4 #include "sun50i-h6-orangepi.dtsi" 8 compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6";
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/ |
| H A D | fe.h | 14 int64_t h6 = load_3(s + 20) << 7; in fe25519_frombytes() local 40 h6 += carry5; in fe25519_frombytes() 55 carry6 = (h6 + (int64_t)(1L << 25)) >> 26; in fe25519_frombytes() 57 h6 -= carry6 * ((uint64_t) 1L << 26); in fe25519_frombytes() 68 h[6] = (int32_t) h6; in fe25519_frombytes() 108 int32_t h6 = f[6]; in fe25519_reduce() local 123 q = (h6 + q) >> 26; in fe25519_reduce() 148 h6 += carry5; in fe25519_reduce() 150 carry6 = h6 >> 26; in fe25519_reduce() 152 h6 -= carry6 * ((uint32_t) 1L << 26); in fe25519_reduce() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | allwinner,sun50i-h6-usb3-phy.yaml | 5 $id: "http://devicetree.org/schemas/phy/allwinner,sun50i-h6-usb3-phy.yaml#" 16 - allwinner,sun50i-h6-usb3-phy 41 #include <dt-bindings/clock/sun50i-h6-ccu.h> 42 #include <dt-bindings/reset/sun50i-h6-ccu.h> 44 compatible = "allwinner,sun50i-h6-usb3-phy";
|
| H A D | allwinner,sun50i-h6-usb-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/allwinner,sun50i-h6-usb-phy.yaml# 18 const: allwinner,sun50i-h6-usb-phy 82 #include <dt-bindings/clock/sun50i-h6-ccu.h> 83 #include <dt-bindings/reset/sun50i-h6-ccu.h> 87 compatible = "allwinner,sun50i-h6-usb-phy";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iommu/ |
| H A D | allwinner,sun50i-h6-iommu.yaml | 4 $id: http://devicetree.org/schemas/iommu/allwinner,sun50i-h6-iommu.yaml# 20 const: allwinner,sun50i-h6-iommu 49 #include <dt-bindings/clock/sun50i-h6-ccu.h> 50 #include <dt-bindings/reset/sun50i-h6-ccu.h> 53 compatible = "allwinner,sun50i-h6-iommu";
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe_frombytes_sandy2x.c | 39 uint64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local 57 carry5 = h5 >> 25; h6 += carry5; h5 &= 0x1FFFFFF; in fe_frombytes() 63 carry6 = h6 >> 26; h7 += carry6; h6 &= 0x3FFFFFF; in fe_frombytes() 72 h[6] = h6; in fe_frombytes()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pwm/ |
| H A D | allwinner,sun4i-a10-pwm.yaml | 33 - const: allwinner,sun50i-h6-pwm 57 const: allwinner,sun50i-h6-pwm 96 #include <dt-bindings/clock/sun50i-h6-ccu.h> 97 #include <dt-bindings/reset/sun50i-h6-ccu.h> 100 compatible = "allwinner,sun50i-h6-pwm";
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/private/ |
| H A D | ed25519_ref10_fe_25_5.h | 49 int32_t h6 = f[6] + g[6]; in fe25519_add() local 60 h[6] = h6; in fe25519_add() 98 h[6] = h6; in fe25519_sub() 123 int32_t h6 = -f[6]; in fe25519_neg() local 134 h[6] = h6; in fe25519_neg() 562 h6 += carry5; in fe25519_mul() 620 h[6] = (int32_t) h6; in fe25519_mul() 754 h6 += carry5; in fe25519_sq() 921 h6 += h6; in fe25519_sq2() 937 h6 += carry5; in fe25519_sq2() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | allwinner,sun8i-a83t-ths.yaml | 21 - allwinner,sun50i-h6-ths 64 const: allwinner,sun50i-h6-ths 107 - const: allwinner,sun50i-h6-ths 149 compatible = "allwinner,sun50i-h6-ths";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | allwinner,sun4i-a10-ccu.yaml | 40 - allwinner,sun50i-h6-ccu 41 - allwinner,sun50i-h6-r-ccu 81 - allwinner,sun50i-h6-r-ccu 97 const: allwinner,sun50i-h6-ccu
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | allwinner,sun8i-a83t-dw-hdmi.yaml | 29 - const: allwinner,sun50i-h6-dw-hdmi 146 - allwinner,sun50i-h6-dw-hdmi 223 * This comes from the clock/sun50i-h6-ccu.h and 224 * reset/sun50i-h6-ccu.h headers, but we can't include them since 238 compatible = "allwinner,sun50i-h6-dw-hdmi";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | allwinner,sun50i-a64-dma.yaml | 24 - allwinner,sun50i-h6-dma 56 const: allwinner,sun50i-h6-dma
|
| /f-stack/freebsd/contrib/device-tree/Bindings/opp/ |
| H A D | allwinner,sun50i-h6-operating-points.yaml | 4 $id: http://devicetree.org/schemas/opp/allwinner,sun50i-h6-operating-points.yaml# 23 const: allwinner,sun50i-h6-operating-points 61 compatible = "allwinner,sun50i-h6-operating-points";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | allwinner,sun8i-ce.yaml | 19 - allwinner,sun50i-h6-crypto 50 const: allwinner,sun50i-h6-crypto
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sram/ |
| H A D | allwinner,sun4i-a10-system-control.yaml | 41 - const: allwinner,sun50i-h6-system-control 96 - const: allwinner,sun50i-h6-sram-c1 108 - const: allwinner,sun50i-h6-sram-c
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | allwinner,sun4i-a10-mmc.yaml | 45 - const: allwinner,sun50i-h6-emmc 48 - const: allwinner,sun50i-h6-mmc
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | allwinner,sun4i-a10-pinctrl.yaml | 52 - allwinner,sun50i-h6-pinctrl 53 - allwinner,sun50i-h6-r-pinctrl 165 - allwinner,sun50i-h6-pinctrl 201 - allwinner,sun50i-h6-r-pinctrl
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | allwinner,sun4i-a10-spdif.yaml | 24 - const: allwinner,sun50i-h6-spdif 75 - allwinner,sun50i-h6-spdif
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | allwinner,sun6i-a31-rtc.yaml | 28 - const: allwinner,sun50i-h6-rtc 100 const: allwinner,sun50i-h6-rtc
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpu/ |
| H A D | arm,mali-midgard.yaml | 27 - allwinner,sun50i-h6-mali 106 const: allwinner,sun50i-h6-mali
|