Home
last modified time | relevance | path

Searched full:j7 (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Dcn9132-clearfog.dts423 * - 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 Dmeson8b-odroidc1.dts279 "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 Dmeson-gxbb-odroidc2.dts285 "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 Dti,rti-wdt.yaml26 - ti,j7-rti-wdt
80 compatible = "ti,j7-rti-wdt";
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721s2-evm-pcie1-ep.dtso4 * J7 common processor board.
6 * J7 Common Processor Board Product Link: https://www.ti.com/tool/J721EXCPXEVM
H A Dk3-j721e-evm-pcie0-ep.dtso4 * J7 common processor board.
6 * J7 Common Processor Board Product Link: https://www.ti.com/tool/J721EXCPXEVM
H A Dk3-j721e-main.dtsi2133 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 Dk3-j784s4-main.dtsi2430 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 Dk3-j721s2-evm-gesi-exp-board.dtso3 * DT Overlay for MAIN CPSW2G using GESI Expansion Board with J7 common processor board.
H A Dk3-am62a-wakeup.dtsi69 compatible = "ti,j7-rti-wdt";
H A Dk3-j7200-evm-quad-port-eth-exp.dtso3 * 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 Dcore_salsa_ref.c17 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 Dchacha_private.h92 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 Dchacha_private.h94 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 Dchacha.c92 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 Dchacha20_ref.c86 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 Dchacha.c114 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 Dtest_compat_uudecode.c30 "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 Dtest_read_filter_uudecode.c30 "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 Dti,k3-dsp-rproc.yaml189 firmware-name = "j7-c66_0-fw";
205 firmware-name = "j7-c71_0-fw";
/freebsd/crypto/openssl/test/certs/
H A Dca-pss-key.pem11 u3De40lPKXBFaGjSrUQETnrm0Fhj+J7+VMheQZVjEHwMIOmbIDcckV0OSIWn00XG
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-vegman-n110.dts24 /*J0-J7*/ "","","","","","","","",
61 /*J0-J7*/ "","","","","","","","","","","","","","","","";
H A Daspeed-bmc-vegman-sx20.dts24 /*J0-J7*/ "","","","","","","","",
61 /*J0-J7*/ "","","","","","","","","","","","","","","","";
H A Daspeed-bmc-vegman-rx20.dts52 /*J0-J7*/ "","","","","","","","",
89 /*J0-J7*/ "","","","","","","","","","","","","","","","";
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dcdns,mhdp8546.yaml27 Register block for DSS_EDP0_INTG_CFG_VP registers in case of TI J7 SoCs.

1234