/linux/drivers/gpu/drm/etnaviv/ |
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/tools/testing/selftests/powerpc/nx-gzip/include/ |
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/arch/x86/include/asm/ |
A D | xor_32.h | 38 ST(i, 0) \ in xor_pII_mmx_2() 40 ST(i+1, 1) \ in xor_pII_mmx_2() 42 ST(i + 2, 2) \ in xor_pII_mmx_2() 44 ST(i + 3, 3) in xor_pII_mmx_2() 86 ST(i, 0) \ in xor_pII_mmx_3() 92 ST(i + 3, 3) in xor_pII_mmx_3() 139 ST(i, 0) \ in xor_pII_mmx_4() 145 ST(i + 3, 3) in xor_pII_mmx_4() 206 ST(i, 0) \ in xor_pII_mmx_5() 212 ST(i + 3, 3) in xor_pII_mmx_5() [all …]
|
A D | xor.h | 81 ST(i, 0) \ in xor_sse_2() 82 ST(i + 1, 1) \ in xor_sse_2() 83 ST(i + 2, 2) \ in xor_sse_2() 84 ST(i + 3, 3) \ in xor_sse_2() 173 ST(i, 0) \ in xor_sse_3() 174 ST(i + 1, 1) \ in xor_sse_3() 175 ST(i + 2, 2) \ in xor_sse_3() 176 ST(i + 3, 3) \ in xor_sse_3() 275 ST(i, 0) \ in xor_sse_4() 386 ST(i, 0) \ in xor_sse_5() [all …]
|
/linux/arch/arm/mach-spear/ |
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" 88 Supports ST SPEAr600 boards configured via the device-tree
|
/linux/arch/sparc/lib/ |
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/drivers/pinctrl/spear/ |
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/Documentation/translations/zh_CN/core-api/ |
A D | workqueue.rst | 40 (ST)wq在全系统有一个工作者线程。一个MT wq需要保持与CPU数量相同的工 45 制在ST和MT wq中都有,只是在MT中没有那么严重。每个wq都保持着自己独立的 46 工作者池。一个MT wq只能为每个CPU提供一个执行环境,而一个ST wq则为整个 51 如libata选择使用ST wq来轮询PIO,并接受一个不必要的限制,即没有两个轮 202 一些用户依赖于ST wq的严格执行顺序。 ``@max_active`` 为1和 ``WQ_UNBOUND`` 204 中,并且在任何时候都只有一个工作项目处于活动状态,从而实现与ST wq相 207 在目前的实现中,上述配置只保证了特定NUMA节点内的ST行为。相反, 208 ``alloc_ordered_queue()`` 应该被用来实现全系统的ST行为。 286 * 除非需要严格排序,否则没有必要使用ST wq。
|
/linux/arch/powerpc/kernel/ |
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/fs/nfsd/ |
A D | nfs3proc.c | 684 #define ST 1 /* status*/ macro 698 .pc_xdrressize = ST, 709 .pc_xdrressize = ST+AT, 720 .pc_xdrressize = ST+WC, 742 .pc_xdrressize = ST+pAT+1, 775 .pc_xdrressize = ST+WC+4, 830 .pc_xdrressize = ST+WC, 841 .pc_xdrressize = ST+WC, 852 .pc_xdrressize = ST+WC+WC, 913 .pc_xdrressize = ST+pAT+6, [all …]
|
A D | nfsproc.c | 633 #define ST 1 /* status */ macro 656 .pc_xdrressize = ST+AT, 667 .pc_xdrressize = ST+AT, 688 .pc_xdrressize = ST+FH+AT, 730 .pc_xdrressize = ST+AT, 751 .pc_xdrressize = ST, 761 .pc_xdrressize = ST, 771 .pc_xdrressize = ST, 781 .pc_xdrressize = ST, 802 .pc_xdrressize = ST, [all …]
|
A D | nfs2acl.c | 323 #define ST 1 /* status*/ macro 336 .pc_xdrressize = ST, 347 .pc_xdrressize = ST+1+2*(1+ACL), 358 .pc_xdrressize = ST+AT, 369 .pc_xdrressize = ST+AT, 380 .pc_xdrressize = ST+AT+1,
|
/linux/Documentation/devicetree/bindings/mmc/ |
A D | arm,pl18x.yaml | 71 be discovered. On ST Micro variants, a second register window may be 86 description: ST Micro-specific property, bus signal direction pins used for 91 description: ST Micro-specific property, bus signal direction pins used for 96 description: ST Micro-specific property, bus signal direction pins used for 101 description: ST Micro-specific property, bus signal direction pins used for 106 description: ST Micro-specific property, CMD signal direction used for 111 description: ST Micro-specific property, feedback clock FBCLK signal pin 116 description: ST Micro-specific property, signal direction polarity used for 121 description: ST Micro-specific property, data and command phase relation, 126 description: ST Micro-specific property, use CKIN pin from an external
|
/linux/arch/arm/boot/dts/ |
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 14 model = "ST-Ericsson HREF (v60+) and ST UIB";
|
A D | ste-hrefprev60-stuib.dts | 3 * Copyright 2012 ST-Ericsson AB 12 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
|
/linux/Documentation/devicetree/bindings/pwm/ |
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/arch/arm/mach-nomadik/ |
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/drivers/phy/st/ |
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/Documentation/admin-guide/media/ |
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/tools/perf/scripts/perl/Perf-Trace-Util/ |
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/Documentation/gpu/ |
A D | mcde.rst | 4 drm/mcde ST-Ericsson MCDE Multi-channel display engine 8 :doc: ST-Ericsson MCDE Driver
|
/linux/Documentation/devicetree/bindings/arm/ux500/ |
A D | boards.txt | 1 ST-Ericsson Ux500 boards 39 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
|
/linux/Documentation/devicetree/bindings/cpufreq/ |
A D | cpufreq-st.txt | 1 Binding for ST's CPUFreq driver 4 ST's CPUFreq driver attempts to read 'process' and 'version' attributes 34 This requires the ST CPUFreq driver to supply 'process' and 'version' info.
|
/linux/drivers/gpu/drm/mcde/ |
A D | Kconfig | 2 tristate "DRM Support for ST-Ericsson MCDE (Multichannel Display Engine)" 17 Choose this option for DRM support for the ST-Ericsson MCDE
|
/linux/drivers/nfc/st95hf/ |
A D | Kconfig | 6 This enables the ST NFC driver for ST95HF NFC transceiver. 10 Say Y here to compile support for ST NFC transceiver ST95HF
|