/linux/arch/x86/crypto/ |
A D | nh-sse2-x86_64.S | 19 #define K3 %xmm7 macro 88 _nh_stride K0, K1, K2, K3, 0x00 89 _nh_stride K1, K2, K3, K0, 0x10 90 _nh_stride K2, K3, K0, K1, 0x20 91 _nh_stride K3, K0, K1, K2, 0x30 100 _nh_stride K0, K1, K2, K3, 0x00 104 _nh_stride K1, K2, K3, K0, 0x10 108 _nh_stride K2, K3, K0, K1, 0x20
|
A D | nh-avx2-x86_64.S | 22 #define K3 %ymm7 macro 87 vmovdqu 0x10(KEY), K3 88 _nh_2xstride K0, K1, K2, K3 93 _nh_2xstride K2, K3, K0, K1 110 vmovdqu 0x10(KEY), K3 111 _nh_2xstride K0, K1, K2, K3 117 vmovdqa K3, K1 126 _nh_2xstride K0, K1, K2, K3
|
A D | sha1_avx2_x86_64_asm.S | 686 #define K3 0x8f1bbcdc macro 695 .long K3, K3, K3, K3 696 .long K3, K3, K3, K3
|
A D | sha1_ssse3_asm.S | 434 #define K3 0x8f1bbcdc macro 443 .long K3, K3, K3, K3
|
/linux/arch/arm64/crypto/ |
A D | nh-neon-core.S | 24 K3 .req v7 77 _nh_stride K0, K1, K2, K3 78 _nh_stride K1, K2, K3, K0 79 _nh_stride K2, K3, K0, K1 80 _nh_stride K3, K0, K1, K2 87 _nh_stride K0, K1, K2, K3 91 _nh_stride K1, K2, K3, K0 95 _nh_stride K2, K3, K0, K1
|
/linux/arch/arm/crypto/ |
A D | nh-neon-core.S | 35 K3 .req q7 88 _nh_stride K0, K1, K2, K3 89 _nh_stride K1, K2, K3, K0 90 _nh_stride K2, K3, K0, K1 91 _nh_stride K3, K0, K1, K2 98 _nh_stride K0, K1, K2, K3 102 _nh_stride K1, K2, K3, K0 106 _nh_stride K2, K3, K0, K1
|
/linux/Documentation/devicetree/bindings/arm/ti/ |
A D | k3.yaml | 7 title: Texas Instruments K3 Multicore SoC architecture device tree bindings 13 Platforms based on Texas Instruments K3 Multicore SoC architecture 22 - description: K3 AM654 SoC 32 - description: K3 J721E SoC 41 - description: K3 J7200 SoC 49 - description: K3 AM642 SoC
|
/linux/fs/ext4/ |
A D | hash.c | 48 #define K3 015666365641UL macro 78 ROUND(H, a, b, c, d, in[3] + K3, 3); in half_md4_transform() 79 ROUND(H, d, a, b, c, in[7] + K3, 9); in half_md4_transform() 80 ROUND(H, c, d, a, b, in[2] + K3, 11); in half_md4_transform() 81 ROUND(H, b, c, d, a, in[6] + K3, 15); in half_md4_transform() 82 ROUND(H, a, b, c, d, in[1] + K3, 3); in half_md4_transform() 83 ROUND(H, d, a, b, c, in[5] + K3, 9); in half_md4_transform() 84 ROUND(H, c, d, a, b, in[0] + K3, 11); in half_md4_transform() 85 ROUND(H, b, c, d, a, in[4] + K3, 15); in half_md4_transform() 97 #undef K3
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
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 39 - ti,am642-pru # for PRUs in K3 AM64x SoC family 40 - ti,am642-rtu # for RTUs in K3 AM64x SoC family 41 - 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 J721E SoC family 48 - ti,j721e-rtu # for RTUs in K3 J721E SoC family [all …]
|
A D | 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 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
|
/linux/crypto/ |
A D | anubis.c | 491 u32 K0, K1, K2, K3; in anubis_setkey() local 498 K3 = T4[(kappa[N - 1] ) & 0xff]; in anubis_setkey() 515 K3 = T4[(kappa[i] ) & 0xff] ^ in anubis_setkey() 516 (T5[(K3 >> 24) ] & 0xff000000U) ^ in anubis_setkey() 517 (T5[(K3 >> 16) & 0xff] & 0x00ff0000U) ^ in anubis_setkey() 518 (T5[(K3 >> 8) & 0xff] & 0x0000ff00U) ^ in anubis_setkey() 519 (T5[(K3 ) & 0xff] & 0x000000ffU); in anubis_setkey() 525 ctx->E[r][3] = K3; in anubis_setkey()
|
A D | rmd160.c | 28 #define K3 RMD_K3 macro 104 ROUND(dd, ee, aa, bb, cc, F3, K3, in[3], 11); in rmd160_transform() 105 ROUND(cc, dd, ee, aa, bb, F3, K3, in[10], 13); in rmd160_transform() 106 ROUND(bb, cc, dd, ee, aa, F3, K3, in[14], 6); in rmd160_transform() 107 ROUND(aa, bb, cc, dd, ee, F3, K3, in[4], 7); in rmd160_transform() 108 ROUND(ee, aa, bb, cc, dd, F3, K3, in[9], 14); in rmd160_transform() 109 ROUND(dd, ee, aa, bb, cc, F3, K3, in[15], 9); in rmd160_transform() 110 ROUND(cc, dd, ee, aa, bb, F3, K3, in[8], 13); in rmd160_transform() 111 ROUND(bb, cc, dd, ee, aa, F3, K3, in[1], 15); in rmd160_transform() 112 ROUND(aa, bb, cc, dd, ee, F3, K3, in[2], 14); in rmd160_transform() [all …]
|
/linux/Documentation/devicetree/bindings/hwlock/ |
A D | ti,omap-hwspinlock.yaml | 7 title: TI HwSpinlock for OMAP and K3 based SoCs 16 - ti,am64-hwspinlock # for K3 AM64x SoCs 17 - ti,am654-hwspinlock # for K3 AM65x, J721E and J7200 SoCs 51 /* K3 AM65x SoCs */ 52 model = "Texas Instruments K3 AM654 SoC";
|
/linux/drivers/net/ethernet/ti/ |
A D | Kconfig | 93 tristate "TI K3 AM654x/J721E CPSW Ethernet driver" 100 This driver supports TI K3 AM654/J721E CPSW2G Ethernet SubSystem. 110 bool "TI K3 AM654x/J721E CPSW Switch mode support" 114 This enables switchdev support for TI K3 CPSWxG Ethernet 119 tristate "TI K3 AM65x CPTS" 123 Say y here to support the TI K3 AM65x CPTS with 1588 features such as
|
/linux/Documentation/devicetree/bindings/soc/ti/ |
A D | k3-socinfo.yaml | 7 title: Texas Instruments K3 Multicore SoC platforms chipid module 14 Texas Instruments (ARM64) K3 Multicore SoC platforms chipid module is
|
A D | ti,pruss.yaml | 69 - ti,am654-icssg # for K3 AM65x SoC family 70 - ti,j721e-icssg # for K3 J721E SoC family 71 - ti,am642-icssg # for K3 AM64x SoC family 164 This is applicable only for ICSSG (K3 SoCs). The ICSSG modules 237 AM437x, AM57xx & 66AK2G SoCs) or 2 IEPs (on K3 AM65x, J721E & AM64x SoCs). 306 present on K3 SoCs have additional auxiliary PRU cores with slightly
|
A D | 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
|
/linux/drivers/clk/keystone/ |
A D | Kconfig | 31 tristate "Syscon based clock driver for K2/K3 SoCs" 36 clocks on TI's K2 and K3 SoCs.
|
/linux/Documentation/devicetree/bindings/watchdog/ |
A D | ti,rti-wdt.yaml | 7 title: Texas Instruments K3 SoC Watchdog Timer 13 The TI K3 SoC watchdog timer is implemented via the RTI (Real Time
|
/linux/drivers/soc/ti/ |
A D | Kconfig | 66 bool "K3 Ring accelerator Sub System" 70 Say y here to support the K3 Ring accelerator module. 82 Include support for the SoC bus socinfo for the TI K3 Multicore SoC
|
/linux/Documentation/devicetree/bindings/arm/keystone/ |
A D | ti,k3-sci-common.yaml | 7 title: Common K3 TI-SCI bindings 13 The TI K3 family of SoCs usually have a central System Controller Processor
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A D | ti,sci-intr.yaml | 7 title: Texas Instruments K3 Interrupt Router 39 (like the Device Memory and Security Controller on K3 AM654 SoC). System
|
/linux/arch/arm/boot/dts/ |
A D | bcm47094-phicomm-k3.dts | 14 model = "Phicomm K3";
|
/linux/Documentation/devicetree/bindings/mailbox/ |
A D | ti,omap-mailbox.yaml | 7 title: TI OMAP2+ and K3 Mailbox devices 37 K3 AM65x, J721E and J7200 SoCs has each of these instances form a cluster and 122 - ti,am654-mailbox # for K3 AM65x, J721E and J7200 SoCs 123 - ti,am64-mailbox # for K3 AM64x SoCs
|
/linux/Documentation/devicetree/bindings/dma/ti/ |
A D | k3-pktdma.yaml | 9 title: Texas Instruments K3 DMSS PKTDMA Device Tree Bindings 16 mode channels of K3 UDMA-P.
|