| /linux-6.15/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_cmd_parser.c | 28 ST(0x1200, 1), 29 ST(0x1228, 1), 30 ST(0x1238, 1), 31 ST(0x1284, 1), 32 ST(0x128c, 1), 33 ST(0x1304, 1), 34 ST(0x1310, 1), 35 ST(0x1318, 1), 45 ST(0x0644, 1), 46 ST(0x064c, 1), [all …]
|
| /linux-6.15/tools/testing/selftests/powerpc/nx-gzip/include/ |
| H A D | nxu.h | 432 #define get32(ST, REG) (be32toh(ST.REG)) argument 433 #define getp32(ST, REG) (be32toh((ST)->REG)) argument 434 #define get64(ST, REG) (be64toh(ST.REG)) argument 435 #define getp64(ST, REG) (be64toh((ST)->REG)) argument 445 #define clear_regs(ST) memset((void *)(&(ST)), 0, sizeof(ST)) argument 446 #define clear_dde(ST) do { ST.dde_count = ST.ddebc = 0; ST.ddead = 0; \ argument 448 #define clearp_dde(ST) do { (ST)->dde_count = (ST)->ddebc = 0; \ argument 451 #define clear_struct(ST) memset((void *)(&(ST)), 0, sizeof(ST)) argument 452 #define putnn(ST, REG, X) (ST.REG = htobe32(unget32(ST, REG) | (((X) \ argument 454 #define putpnn(ST, REG, X) ((ST)->REG = htobe32(ungetp32(ST, REG) \ argument [all …]
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | xor_32.h | 39 ST(i, 0) \ in xor_pII_mmx_2() 41 ST(i+1, 1) \ in xor_pII_mmx_2() 43 ST(i + 2, 2) \ in xor_pII_mmx_2() 45 ST(i + 3, 3) in xor_pII_mmx_2() 88 ST(i, 0) \ in xor_pII_mmx_3() 94 ST(i + 3, 3) in xor_pII_mmx_3() 143 ST(i, 0) \ in xor_pII_mmx_4() 149 ST(i + 3, 3) in xor_pII_mmx_4() 213 ST(i, 0) \ in xor_pII_mmx_5() 219 ST(i + 3, 3) in xor_pII_mmx_5() [all …]
|
| H A D | xor.h | 82 ST(i, 0) \ in xor_sse_2() 83 ST(i + 1, 1) \ in xor_sse_2() 84 ST(i + 2, 2) \ in xor_sse_2() 85 ST(i + 3, 3) \ in xor_sse_2() 176 ST(i, 0) \ in xor_sse_3() 177 ST(i + 1, 1) \ in xor_sse_3() 178 ST(i + 2, 2) \ in xor_sse_3() 179 ST(i + 3, 3) \ in xor_sse_3() 281 ST(i, 0) \ in xor_sse_4() 397 ST(i, 0) \ in xor_sse_5() [all …]
|
| /linux-6.15/arch/loongarch/lib/ |
| H A D | xor_simd.c | 21 #define ST(reg, base, offset) \ macro 42 ST(0, base, 0) \ 43 ST(1, base, 16) \ 44 ST(2, base, 32) \ 45 ST(3, base, 48) 51 #undef ST 64 #define ST(reg, base, offset) \ macro 79 ST(0, base, 0) \ 80 ST(1, base, 32) 86 #undef ST
|
| /linux-6.15/arch/arm/mach-spear/ |
| H A D | Kconfig | 7 bool "ST SPEAr Family" 16 bool "ST SPEAr13xx" 34 Supports ST SPEAr1310 machine configured via the device-tree 41 Supports ST SPEAr1340 machine configured via the device-tree 46 bool "ST SPEAr3xx" 60 Supports ST SPEAr300 machine configured via the device-tree 66 Supports ST SPEAr310 machine configured via the device-tree 72 Supports ST SPEAr320 machine configured via the device-tree 77 bool "ST SPEAr6XX"
|
| /linux-6.15/drivers/pinctrl/spear/ |
| H A D | Kconfig | 3 # ST Microelectronics SPEAr PINCTRL drivers 21 bool "ST Microelectronics SPEAr300 SoC pin controller driver" 26 bool "ST Microelectronics SPEAr310 SoC pin controller driver" 32 bool "ST Microelectronics SPEAr320 SoC pin controller driver" 38 bool "ST Microelectronics SPEAr1310 SoC pin controller driver" 44 bool "ST Microelectronics SPEAr1340 SoC pin controller driver" 54 Say yes here to support PLGPIO controller on ST Microelectronics SPEAr
|
| /linux-6.15/arch/sparc/lib/ |
| H A D | copy_user.S | 59 #define ST(insn, dst, offset, reg, label) \ macro 73 ST(st, dst, offset + 0x00, t0, bigchunk_fault) \ 74 ST(st, dst, offset + 0x04, t1, bigchunk_fault) \ 75 ST(st, dst, offset + 0x08, t2, bigchunk_fault) \ 76 ST(st, dst, offset + 0x0c, t3, bigchunk_fault) \ 77 ST(st, dst, offset + 0x10, t4, bigchunk_fault) \ 78 ST(st, dst, offset + 0x14, t5, bigchunk_fault) \ 79 ST(st, dst, offset + 0x18, t6, bigchunk_fault) \ 80 ST(st, dst, offset + 0x1c, t7, bigchunk_fault) 91 ST(std, dst, offset + 0x18, t6, bigchunk_fault) [all …]
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | align.c | 39 #define ST 1 /* store */ macro 65 { 8, ST+E8 }, /* 1 00 00: evstdd[x] */ 66 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */ 67 { 8, ST }, /* 1 00 10: evstdh[x] */ 73 { 4, ST }, /* 1 10 00: evstwhe[x] */ 75 { 4, ST }, /* 1 10 10: evstwho[x] */ 77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */ 79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */ 138 if (flags & ST) { in emulate_spe() 252 if (flags & ST) { in emulate_spe()
|
| /linux-6.15/Documentation/PCI/ |
| H A D | tph.rst | 37 target memory and to program the ST into the device's ST table. 52 This function enables TPH support for device with a specific ST mode. 55 * PCI_TPH_ST_NS_MODE - NO ST Mode 68 Manage ST 88 After the ST value is retrieved, the device driver can use the following 89 function to write the ST into the device:: 94 The `index` argument is the ST table entry index the ST tag will be 96 location of ST table, either in the MSI-X table or in the TPH Extended 97 Capability space, and write the Steering Tag into the ST entry pointed by
|
| /linux-6.15/arch/powerpc/crypto/ |
| H A D | aes-gcm-p10.S | 129 \_VCIPHER \ST, \ST, \r 130 \_VCIPHER \ST+1, \ST+1, \r 131 \_VCIPHER \ST+2, \ST+2, \r 132 \_VCIPHER \ST+3, \ST+3, \r 137 \_VCIPHER \ST, \ST, \r 138 \_VCIPHER \ST+1, \ST+1, \r 139 \_VCIPHER \ST+2, \ST+2, \r 140 \_VCIPHER \ST+3, \ST+3, \r 141 \_VCIPHER \ST+4, \ST+4, \r 142 \_VCIPHER \ST+5, \ST+5, \r [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/pwm/ |
| H A D | st,stmpe-pwm.txt | 1 == ST STMPE PWM controller == 3 This is a PWM block embedded in the ST Microelectronics STMPE 4 (ST Multi-Purpose Expander) chips. The PWM is registered as a
|
| /linux-6.15/arch/arm/boot/dts/st/ |
| H A D | ste-hrefv60plus-stuib.dts | 3 * Copyright 2012 ST-Ericsson AB 5 * Device Tree for the HREF version 60 or later with the ST UIB 15 model = "ST-Ericsson HREF (v60+) and ST UIB";
|
| H A D | ste-hrefprev60-stuib.dts | 3 * Copyright 2012 ST-Ericsson AB 13 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
|
| /linux-6.15/arch/arm/mach-nomadik/ |
| H A D | Kconfig | 3 bool "ST-Ericsson Nomadik" 17 Support for the Nomadik platform by ST-Ericsson 22 bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
|
| /linux-6.15/Documentation/devicetree/bindings/mmc/ |
| H A D | arm,pl18x.yaml | 94 be discovered. On ST Micro variants, a second register window may be 111 description: ST Micro-specific property, bus signal direction pins used for 116 description: ST Micro-specific property, bus signal direction pins used for 121 description: ST Micro-specific property, bus signal direction pins used for 126 description: ST Micro-specific property, bus signal direction pins used for 131 description: ST Micro-specific property, CMD signal direction used for 136 description: ST Micro-specific property, feedback clock FBCLK signal pin 141 description: ST Micro-specific property, signal direction polarity used for 146 description: ST Micro-specific property, data and command phase relation, 151 description: ST Micro-specific property, use CKIN pin from an external
|
| /linux-6.15/fs/nfsd/ |
| H A D | nfs3proc.c | 837 #define ST 1 /* status*/ macro 852 .pc_xdrressize = ST, 864 .pc_xdrressize = ST+AT, 876 .pc_xdrressize = ST+WC, 900 .pc_xdrressize = ST+pAT+1, 936 .pc_xdrressize = ST+WC+4, 996 .pc_xdrressize = ST+WC, 1008 .pc_xdrressize = ST+WC, 1020 .pc_xdrressize = ST+WC+WC, 1087 .pc_xdrressize = ST+pAT+6, [all …]
|
| H A D | nfsproc.c | 659 #define ST 1 /* status */ macro 684 .pc_xdrressize = ST+AT, 696 .pc_xdrressize = ST+AT, 719 .pc_xdrressize = ST+FH+AT, 765 .pc_xdrressize = ST+AT, 788 .pc_xdrressize = ST, 799 .pc_xdrressize = ST, 810 .pc_xdrressize = ST, 821 .pc_xdrressize = ST, 844 .pc_xdrressize = ST, [all …]
|
| /linux-6.15/tools/perf/scripts/perl/Perf-Trace-Util/ |
| H A D | Context.c | 42 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS() 65 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS() 88 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
|
| /linux-6.15/Documentation/devicetree/bindings/timer/ |
| H A D | st,nomadik-mtu.yaml | 8 title: ST Microelectronics Nomadik Multi-Timer Unit MTU Timer 13 description: This timer is found in the ST Microelectronics Nomadik 14 SoCs STn8800, STn8810 and STn8815 as well as in ST-Ericsson DB8500.
|
| /linux-6.15/Documentation/gpu/ |
| H A D | mcde.rst | 4 drm/mcde ST-Ericsson MCDE Multi-channel display engine 8 :doc: ST-Ericsson MCDE Driver
|
| /linux-6.15/drivers/phy/st/ |
| H A D | Kconfig | 14 tristate "ST SPEAR1310-MIPHY driver" 18 Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA. 21 tristate "ST SPEAR1340-MIPHY driver" 25 Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | frontend-cardlist.rst | 54 stv0297 ST STV0297 based 76 stb6000 ST STB6000 silicon tuner 77 stv0288 ST STV0288 based 78 stv0299 ST STV0299 based 79 stv0900 ST STV0900 based 80 stv6110 ST STV6110 silicon tuner 124 stv0367 ST STV0367 based
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | ux500.yaml | 18 - description: ST-Ericsson HREF (pre-v60) 23 - description: ST-Ericsson HREF520 28 - description: ST-Ericsson HREF (v60+)
|
| /linux-6.15/Documentation/devicetree/bindings/arm/stm32/ |
| H A D | stm32.yaml | 54 - description: ST STM32MP133 based Boards 60 - description: ST STM32MP151 based Boards 83 - description: ST STM32MP153 based Boards 187 - description: ST STM32MP257 based Boards 194 - description: ST STM32MP235 based Boards 200 - description: ST STM32MP215 based Boards
|