/freebsd/sys/contrib/device-tree/Bindings/arm/ti/ |
H A D | k3.yaml | 4 $id: http://devicetree.org/schemas/arm/ti/k3.yaml# 7 title: Texas Instruments K3 Multicore SoC architecture 13 Platforms based on Texas Instruments K3 Multicore SoC architecture 22 - description: K3 AM62A7 SoC 28 - description: K3 AM62A7 SoC PHYTEC phyBOARD-Lyra 34 - description: K3 AM62P5 SoC and Boards 40 - description: K3 AM625 SoC PHYTEC phyBOARD-Lyra 46 - description: K3 AM625 SoC 54 - description: K3 AM62x SoC Toradex Verdin Modules and Carrier Boards 65 - description: K3 AM62x SoC Toradex Verdin Modules and Carrier Boards with Wi-Fi / BT [all …]
|
H A D | k3.txt | 1 Texas Instruments K3 Multicore SoC architecture device tree bindings 4 Platforms based on Texas Instruments K3 Multicore SoC architecture 10 Each device tree root node must specify which exact SoC in K3 Multicore SoC
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,pru-rproc.yaml | 19 The K3 SoCs containing ICSSG v1.0 (eg: AM65x SR1.0) also have two Auxiliary 20 PRU cores called RTUs with slightly different IP integration. The K3 SoCs 40 - ti,am625-pru # for PRUs in K3 AM62x SoC family 41 - ti,am642-pru # for PRUs in K3 AM64x SoC family 42 - ti,am642-rtu # for RTUs in K3 AM64x SoC family 43 - ti,am642-tx-pru # for Tx_PRUs in K3 AM64x SoC family 44 - ti,am654-pru # for PRUs in K3 AM65x SoC family 45 - ti,am654-rtu # for RTUs in K3 AM65x SoC family 46 - ti,am654-tx-pru # for Tx_PRUs in K3 AM65x SR2.0 SoCs 47 - ti,j721e-pru # for PRUs in K3 J721 [all...] |
H A D | ti,k3-dsp-rproc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml# 7 title: TI K3 DSP devices 13 The TI K3 family of SoCs usually have one or more TI DSP Core sub-systems 20 cores in the K3 SoCs are usually either a TMS320C66x CorePac processor or a 36 Use "ti,am62a-c7xv-dsp" for AM62A Deep learning DSPs on K3 AM62A SoCs 37 Use "ti,j721e-c66-dsp" for C66x DSPs on K3 J721E SoCs 38 Use "ti,j721e-c71-dsp" for C71x DSPs on K3 J721E SoCs 39 Use "ti,j721s2-c71-dsp" for C71x DSPs on K3 J721S2 SoCs 139 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
|
H A D | ti,k3-m4f-rproc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-m4f-rproc.yaml# 7 title: TI K3 M4F processor subsystems 14 Some K3 family SoCs have Arm Cortex M4F cores. AM64x is a SoC in K3 20 $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | hash.h | 146 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); in hash_x86_128() local 159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128() 176 uint32_t k3 = 0; in hash_x86_128() local 185 case 12: k3 ^= tail[11] << 24; JEMALLOC_FALLTHROUGH in hash_x86_128() 186 case 11: k3 ^= tail[10] << 16; JEMALLOC_FALLTHROUGH in hash_x86_128() 187 case 10: k3 ^= tail[ 9] << 8; JEMALLOC_FALLTHROUGH in hash_x86_128() 188 case 9: k3 ^= tail[ 8] << 0; in hash_x86_128() 189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3; in hash_x86_128()
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/sha1/ |
H A D | shs.c | 23 #define K3 0x8F1BBCDCL /* Rounds 40-59 */ macro 133 subRound(A, B, C, D, E, f3, K3, expand(eData, i)); in SHSTransform() 187 subRound( A, B, C, D, E, f3, K3, expand( eData, 40 ) ); in SHSTransform() 188 subRound( E, A, B, C, D, f3, K3, expand( eData, 41 ) ); in SHSTransform() 189 subRound( D, E, A, B, C, f3, K3, expand( eData, 42 ) ); in SHSTransform() 190 subRound( C, D, E, A, B, f3, K3, expand( eData, 43 ) ); in SHSTransform() 191 subRound( B, C, D, E, A, f3, K3, expand( eData, 44 ) ); in SHSTransform() 192 subRound( A, B, C, D, E, f3, K3, expand( eData, 45 ) ); in SHSTransform() 193 subRound( E, A, B, C, D, f3, K3, expand( eData, 46 ) ); in SHSTransform() 194 subRound( D, E, A, B, C, f3, K3, expand( eData, 47 ) ); in SHSTransform() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am6548-iot2050-advanced-pg2.dts | 18 #include "k3-am6548-iot2050-advanced-common.dtsi" 19 #include "k3-am65-iot2050-common-pg2.dtsi" 20 #include "k3-am65-iot2050-arduino-connector.dtsi" 21 #include "k3-am65-iot2050-dp.dtsi" 22 #include "k3-am65-iot2050-usb3.dtsi"
|
H A D | k3-am625-verdin-nonwifi-yavia.dts | 11 #include "k3-am625.dtsi" 12 #include "k3-am62-verdin.dtsi" 13 #include "k3-am62-verdin-nonwifi.dtsi" 14 #include "k3-am62-verdin-yavia.dtsi"
|
H A D | k3-am625-verdin-wifi-dahlia.dts | 11 #include "k3-am625.dtsi" 12 #include "k3-am62-verdin.dtsi" 13 #include "k3-am62-verdin-wifi.dtsi" 14 #include "k3-am62-verdin-dahlia.dtsi"
|
H A D | k3-am625-verdin-wifi-dev.dts | 11 #include "k3-am625.dtsi" 12 #include "k3-am62-verdin.dtsi" 13 #include "k3-am62-verdin-wifi.dtsi" 14 #include "k3-am62-verdin-dev.dtsi"
|
H A D | k3-am625-verdin-nonwifi-dahlia.dts | 11 #include "k3-am625.dtsi" 12 #include "k3-am62-verdin.dtsi" 13 #include "k3-am62-verdin-nonwifi.dtsi" 14 #include "k3-am62-verdin-dahlia.dtsi"
|
H A D | k3-am625-verdin-wifi-yavia.dts | 11 #include "k3-am625.dtsi" 12 #include "k3-am62-verdin.dtsi" 13 #include "k3-am62-verdin-wifi.dtsi" 14 #include "k3-am62-verdin-yavia.dtsi"
|
H A D | k3-am625-verdin-nonwifi-dev.dts | 11 #include "k3-am625.dtsi" 12 #include "k3-am62-verdin.dtsi" 13 #include "k3-am62-verdin-nonwifi.dtsi" 14 #include "k3-am62-verdin-dev.dtsi"
|
H A D | k3-am6528-iot2050-basic-pg2.dts | 18 #include "k3-am6528-iot2050-basic-common.dtsi" 19 #include "k3-am65-iot2050-common-pg2.dtsi" 20 #include "k3-am65-iot2050-dp.dtsi" 21 #include "k3-am65-iot2050-usb3.dtsi"
|
H A D | k3-am62p.dtsi | 13 #include "k3-pinctrl.h" 16 model = "Texas Instruments K3 AM62P5 SoC"; 119 #include "k3-am62p-j722s-common-thermal.dtsi" 123 #include "k3-am62p-j722s-common-main.dtsi" 124 #include "k3-am62p-j722s-common-mcu.dtsi" 125 #include "k3-am62p-j722s-common-wakeup.dtsi" 128 #include "k3-am62p-main.dtsi"
|
H A D | k3-am62.dtsi | 13 #include "k3-pinctrl.h" 16 model = "Texas Instruments K3 AM625 SoC"; 118 #include "k3-am62-thermal.dtsi" 122 #include "k3-am62-main.dtsi" 123 #include "k3-am62-mcu.dtsi" 124 #include "k3-am62-wakeup.dtsi"
|
H A D | k3-am625-phyboard-lyra-rdk.dts | 10 #include "k3-am625.dtsi" 11 #include "k3-am62-phycore-som.dtsi" 12 #include "k3-am62x-phyboard-lyra.dtsi"
|
H A D | k3-am62a7-phyboard-lyra-rdk.dts | 10 #include "k3-am62a7.dtsi" 11 #include "k3-am62a-phycore-som.dtsi" 12 #include "k3-am62x-phyboard-lyra.dtsi"
|
H A D | k3-am62a.dtsi | 13 #include "k3-pinctrl.h" 16 model = "Texas Instruments K3 AM62A SoC"; 121 #include "k3-am62a-thermal.dtsi" 125 #include "k3-am62a-main.dtsi" 126 #include "k3-am62a-mcu.dtsi" 127 #include "k3-am62a-wakeup.dtsi"
|
H A D | k3-am6548-iot2050-advanced.dts | 18 #include "k3-am6548-iot2050-advanced-common.dtsi" 19 #include "k3-am65-iot2050-common-pg1.dtsi" 20 #include "k3-am65-iot2050-arduino-connector.dtsi"
|
H A D | k3-am65.dtsi | 13 #include "k3-pinctrl.h" 16 model = "Texas Instruments K3 AM654 SoC"; 106 #include "k3-am65-main.dtsi" 107 #include "k3-am65-mcu.dtsi" 108 #include "k3-am65-wakeup.dtsi"
|
/freebsd/sys/opencrypto/ |
H A D | rmd160.c | 62 #define K3 0x8F1BBCDCU macro 230 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform() 231 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform() 232 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform() 233 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform() 234 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform() 235 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform() 236 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform() 237 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform() 238 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform() [all …]
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | rsaz-avx512.S | 326 vpcmpuq $1,%ymm17,%ymm4,%k3 331 kmovb %k3,%r12d 338 vpcmpuq $0,%ymm17,%ymm4,%k3 343 kmovb %k3,%ebx 374 kmovb %r12d,%k3 382 vpsubq %ymm4,%ymm17,%ymm17{%k3} 629 vpcmpuq $1,%ymm17,%ymm4,%k3 634 kmovb %k3,%r12d 641 vpcmpuq $0,%ymm17,%ymm4,%k3 646 kmovb %k3,%ebx [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | k3-ringacc.yaml | 5 $id: http://devicetree.org/schemas/soc/ti/k3-ringacc.yaml# 8 title: Texas Instruments K3 NavigatorSS Ring Accelerator 26 management of the packet queues. The K3 SoCs can have more than one RA instances 29 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#
|