/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | cn9132-clearfog.dts | 423 * - J7-10: PWRBTN 499 * - J7-8: RSVD16 500 * - J7-10: THRM 611 * - J7-1: RSVD10 612 * - J7-3: RSVD11 613 * - J7-5: RSVD56 614 * - J7-6: RSVD7 615 * - J7-7: RSVD27
|
/freebsd/sys/contrib/device-tree/src/arm/amlogic/ |
H A D | meson8b-odroidc1.dts | 279 "USB_OTG_PWREN", "J7 Header Pin 2", 280 "IR_IN", "J7 Header Pin 4", 281 "J7 Header Pin 6", "J7 Header Pin 5", 282 "J7 Header Pin 7", "HDMI_CEC",
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxbb-odroidc2.dts | 285 "J7 Header Pin2", "IR In", "J7 Header Pin4", 286 "J7 Header Pin6", "J7 Header Pin5", "J7 Header Pin7",
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | ti,rti-wdt.yaml | 26 - ti,j7-rti-wdt 80 compatible = "ti,j7-rti-wdt";
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-j721s2-evm-pcie1-ep.dtso | 4 * J7 common processor board. 6 * J7 Common Processor Board Product Link: https://www.ti.com/tool/J721EXCPXEVM
|
H A D | k3-j721e-evm-pcie0-ep.dtso | 4 * J7 common processor board. 6 * J7 Common Processor Board Product Link: https://www.ti.com/tool/J721EXCPXEVM
|
H A D | k3-j721e-main.dtsi | 2133 compatible = "ti,j7-rti-wdt"; 2142 compatible = "ti,j7-rti-wdt"; 2168 firmware-name = "j7-main-r5f0_0-fw"; 2183 firmware-name = "j7-main-r5f0_1-fw"; 2208 firmware-name = "j7-main-r5f1_0-fw"; 2223 firmware-name = "j7-main-r5f1_1-fw"; 2240 firmware-name = "j7-c66_0-fw"; 2254 firmware-name = "j7-c66_1-fw"; 2267 firmware-name = "j7-c71_0-fw"; 2353 firmware-name = "j7-pru0_0-fw"; [all …]
|
H A D | k3-j784s4-main.dtsi | 2430 compatible = "ti,j7-rti-wdt"; 2439 compatible = "ti,j7-rti-wdt"; 2448 compatible = "ti,j7-rti-wdt"; 2457 compatible = "ti,j7-rti-wdt"; 2466 compatible = "ti,j7-rti-wdt"; 2475 compatible = "ti,j7-rti-wdt"; 2484 compatible = "ti,j7-rti-wdt"; 2493 compatible = "ti,j7-rti-wdt"; 2507 compatible = "ti,j7-rti-wdt"; 2518 compatible = "ti,j7-rti-wdt"; [all …]
|
H A D | k3-j721s2-evm-gesi-exp-board.dtso | 3 * DT Overlay for MAIN CPSW2G using GESI Expansion Board with J7 common processor board.
|
H A D | k3-am62a-wakeup.dtsi | 69 compatible = "ti,j7-rti-wdt";
|
H A D | k3-j7200-evm-quad-port-eth-exp.dtso | 3 * DT Overlay for CPSW5G in QSGMII mode using J7 Quad Port ETH EXP Add-On Ethernet Card with
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
H A D | core_salsa_ref.c | 17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in crypto_core_salsa() local 41 j7 = x7 = LOAD32_LE(in + 4); in crypto_core_salsa() 86 STORE32_LE(out + 28, x7 + j7); in crypto_core_salsa()
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 106 j7 = x->input[7]; in chacha_encrypt_bytes() 130 x7 = j7; in chacha_encrypt_bytes() 156 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 108 j7 = x->input[7]; in chacha_encrypt_bytes() 132 x7 = j7; in chacha_encrypt_bytes() 158 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 106 j7 = x->input[7]; in chacha_encrypt_bytes() 130 x7 = j7; in chacha_encrypt_bytes() 156 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in chacha20_encrypt_bytes() local 105 j7 = ctx->input[7]; in chacha20_encrypt_bytes() 132 x7 = j7; in chacha20_encrypt_bytes() 158 x7 = PLUS(x7, j7); in chacha20_encrypt_bytes()
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 128 j7 = x->input[7]; in chacha_encrypt_bytes() 154 x7 = j7; in chacha_encrypt_bytes() 180 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_compat_uudecode.c | 30 "M'YV0+@`('$BPH,&#\"!,J7,BP(4(8$&_4J`$\"`,08$F%4O)AQ(\\2/(#7&@#%C\n" 32 "IHU\"0%9=*G4JUJM6K6+-JW<JUJ]>O8,.*'4NVK-FS:-.J7<NVK=NW9P$`\n"
|
H A D | test_read_filter_uudecode.c | 30 "M'YV0+@`('$BPH,&#\"!,J7,BP(4(8$&_4J`$\"`,08$F%4O)AQ(\\2/(#7&@#%C\n" 32 "IHU\"0%9=*G4JUJM6K6+-JW<JUJ]>O8,.*'4NVK-FS:-.J7<NVK=NW9P$`\n"
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,k3-dsp-rproc.yaml | 189 firmware-name = "j7-c66_0-fw"; 205 firmware-name = "j7-c71_0-fw";
|
/freebsd/crypto/openssl/test/certs/ |
H A D | ca-pss-key.pem | 11 u3De40lPKXBFaGjSrUQETnrm0Fhj+J7+VMheQZVjEHwMIOmbIDcckV0OSIWn00XG
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-vegman-n110.dts | 24 /*J0-J7*/ "","","","","","","","", 61 /*J0-J7*/ "","","","","","","","","","","","","","","","";
|
H A D | aspeed-bmc-vegman-sx20.dts | 24 /*J0-J7*/ "","","","","","","","", 61 /*J0-J7*/ "","","","","","","","","","","","","","","","";
|
H A D | aspeed-bmc-vegman-rx20.dts | 52 /*J0-J7*/ "","","","","","","","", 89 /*J0-J7*/ "","","","","","","","","","","","","","","","";
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | cdns,mhdp8546.yaml | 27 Register block for DSS_EDP0_INTG_CFG_VP registers in case of TI J7 SoCs.
|