Home
last modified time | relevance | path

Searched refs:TM (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/openbmc/poky/meta/files/common-licenses/
H A DDOC1 Copyright and Licensing Information for ACE(TM), TAO(TM), CIAO(TM), DAnCE(TM), and CoSMIC(TM)
3 ACE(TM), TAO(TM), CIAO(TM), DAnCE>(TM), and CoSMIC(TM) (henceforth referred to as "DOC software") a…
11TM), TAO(TM), CIAO(TM), DAnCE(TM), CoSMIC(TM), Washington University, UC Irvine, and Vanderbilt Un…
H A DSGI-135 * OpenGL(TM) is a trademark of Silicon Graphics, Inc.
/openbmc/linux/Documentation/gpu/amdgpu/
H A Ddgpu-asic-info-table.csv2 AMD Radeon (TM) HD 8500M/ 8600M /M200 /M320 /M330 /M335 Series, HAINAN, --, 6, --, --
4 AMD Radeon R7 (TM|HD) M265 /M370 /8500M /8600 /8700 /8700M, OLAND, DCE 6, 6, VCE 1 / UVD 3, --
5 AMD Radeon (TM) (HD|R7) 7800 /7970 /8800 /8970 /370/ Series, PITCAIRN, DCE 6, 6, VCE 1 / UVD 3, --
6 AMD Radeon (TM|R7|R9|HD) E8860 /M360 /7700 /7800 /8800 /9000(M) /W4100 Series, VERDE, DCE 6, 6, VCE…
8 AMD Radeon (R9|TM) 200 /390 /W8100 /W9100 Series, HAWAII, DCE 8, 7, VCE 2 / UVD 4.2, 1
9 AMD Radeon (TM) R(5|7) M315 /M340 /M360, TOPAZ, *, 8, --, 2
10 AMD Radeon (TM) R9 200 /380 /W7100 /S7150 /M390 /M395 Series, TONGA, DCE 10, 8, VCE 3 / UVD 5, 3
11 AMD Radeon (FirePro) (TM) R9 Fury Series, FIJI, DCE 10, 8, VCE 3 / UVD 6, 3
12 Radeon RX 470 /480 /570 /580 /590 Series - AMD Radeon (TM) (Pro WX) 5100 /E9390 /E9560 /E9565 /V735…
13 Radeon (TM) (RX|Pro WX) E9260 /460 /V5300X /550 /560(X) Series, POLARIS11, DCE 11.2, 8, VCE 3.4 / U…
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dsve_ldst_internal.h66 #define DO_LD_PRIM_1(NAME, H, TE, TM) \ argument
67 DO_LD_HOST(NAME, H, TE, TM, ldub_p) \
68 DO_LD_TLB(NAME, H, TE, TM, cpu_ldub_data_ra)
78 #define DO_ST_PRIM_1(NAME, H, TE, TM) \ argument
79 DO_ST_HOST(st1##NAME, H, TE, TM, stb_p) \
80 DO_ST_TLB(st1##NAME, H, TE, TM, cpu_stb_data_ra)
87 #define DO_LD_PRIM_2(NAME, H, TE, TM, LD) \ argument
88 DO_LD_HOST(ld1##NAME##_be, H, TE, TM, LD##_be_p) \
89 DO_LD_HOST(ld1##NAME##_le, H, TE, TM, LD##_le_p) \
90 DO_LD_TLB(ld1##NAME##_be, H, TE, TM, cpu_##LD##_be_data_ra) \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/
H A DACE-TAO-CIAO4 Copyright and Licensing Information for ACE(TM), TAO(TM), CIAO(TM),
5 DAnCE(TM), and CoSMIC(TM)
7 [1]ACE(TM), [2]TAO(TM), [3]CIAO(TM), DAnCE(TM), and [4]CoSMIC(TM)
69 The names ACE(TM), TAO(TM), CIAO(TM), DAnCE(TM), CoSMIC(TM),
74 to call products or services derived from this source ACE(TM),
75 TAO(TM), CIAO(TM), DAnCE(TM), or CoSMIC(TM), nor does it grant
H A DKhronos16 If the binary is used as part of an OpenCL(TM) implementation, whether binary
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst168 For signals taken in non-TM or suspended mode, we use the
198 GDB and ptrace are not currently TM-aware. If one stops during a transaction,
202 inaccessible. GDB can currently be used on programs using TM, but not sensibly
208 TM on POWER9 has issues with storing the complete register state. This
216 To account for this different POWER9 chips have TM enabled in
219 On POWER9N DD2.01 and below, TM is disabled. ie
222 On POWER9N DD2.1 TM is configured by firmware to always abort a
226 will not occur. If userspace constructs a sigcontext that enables TM
231 On POWER9N DD2.2 and above, KVM and POWERVM emulate TM for guests (as
232 described in commit 4bb3c7a0208f), hence TM is enabled for guests
[all …]
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda18271c2dd.c54 TM, enumerator
259 state->m_Regs[TM] |= 0x10; in ThermometerRead()
260 status = UpdateReg(state, TM); in ThermometerRead()
266 if (((Regs[TM] & 0x0F) == 0 && (Regs[TM] & 0x20) == 0x20) || in ThermometerRead()
267 ((Regs[TM] & 0x0F) == 8 && (Regs[TM] & 0x20) == 0x00)) { in ThermometerRead()
268 state->m_Regs[TM] ^= 0x20; in ThermometerRead()
269 status = UpdateReg(state, TM); in ThermometerRead()
277 *pTM_Value = (Regs[TM] & 0x20) in ThermometerRead()
278 ? m_Thermometer_Map_2[Regs[TM] & 0x0F] in ThermometerRead()
279 : m_Thermometer_Map_1[Regs[TM] & 0x0F] ; in ThermometerRead()
[all …]
/openbmc/u-boot/board/armltd/integrator/
H A DREADME78 cp1136_config Integrator Core Module ARM1136JF-S TM
84 ap966_config Integrator Core Module for ARM966E-S TM
85 ap922_config Integrator Core Module for ARM922T TM with ETM
92 cp966_config Integrator Core Module for ARM966E-S TM
93 cp922_config Integrator Core Module for ARM922T TM with ETM
95 cp1026_config Integrator Core Module ARM1026EJ-S TM
/openbmc/linux/Documentation/power/
H A Dvideo.rst96 Acer TM 230 s3_bios (2)
97 Acer TM 242FX vbetool (6)
98 Acer TM C110 video_post (8)
99 Acer TM C300 vga=normal (only suspend on console, not in X),
101 Acer TM 4052LCi s3_bios (2)
102 Acer TM 636Lci s3_bios,s3_mode (4)
103 Acer TM 650 (Radeon M7) vga=normal plus boot-radeon (5) gets text
105 Acer TM 660 ??? [#f1]_
106 Acer TM 800 vga=normal, X patches, see webpage (5)
108 Acer TM 803 vga=normal, X patches, see webpage (5)
[all …]
/openbmc/linux/fs/freevxfs/
H A DKconfig3 tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)"
7 FreeVxFS is a file system driver that support the VERITAS VxFS(TM)
8 file system format. VERITAS VxFS(TM) is the standard file system
/openbmc/linux/drivers/net/fddi/skfp/
H A Dpcmplc.c241 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; in pcm_init()
245 (np == PB) ? TB : TM ; in pcm_init()
248 mib->fddiPORTMy_Type = TM ; in pcm_init()
354 case TM : in pcm_init()
1274 mib->fddiPORTNeighborType = TM ; in pc_rcode_actions()
1277 if (mib->fddiPORTMy_Type == TM && in pc_rcode_actions()
1278 mib->fddiPORTNeighborType == TM) { in pc_rcode_actions()
1286 if (mib->fddiPORTMy_Type == TM || in pc_rcode_actions()
1287 mib->fddiPORTNeighborType == TM) in pc_rcode_actions()
1306 (mib->fddiPORTMy_Type != TM) && in pc_rcode_actions()
[all …]
/openbmc/linux/drivers/eisa/
H A Deisa.ids449 DEL0001 "Dell System(R) 425E(TM) System Board"
450 DEL0002 "Dell System(R) 433E(TM) System Board"
451 DEL0003 "Dell System(R) 425TE(TM) System Board"
452 DEL0004 "Dell System(R) 433TE(TM) System Board"
453 DEL0005 "Dell Powerline(TM) Workstation 433DE(TM) System Board"
454 DEL0006 "Dell Powerline(TM) Workstation 420DE(TM) System Board"
455 DEL0007 "Dell Powerline(TM) Workstation 450DE(TM) System Board"
456 DEL0008 "Dell Powerline(TM) Server 433SE(TM) System Board"
457 DEL0009 "Dell Powerline(TM) Server 420SE(TM) System Board"
458 DEL000A "Dell Powerline(TM) Server 450SE(TM) System Board"
[all …]
/openbmc/linux/Documentation/fb/
H A Dmodedb.rst39 VESA(TM) Coordinated Video Timings instead of looking up the mode from a table.
85 What is the VESA(TM) Coordinated Video Timings (CVT)?
88 From the VESA(TM) Website:
98 This is the third standard approved by VESA(TM) concerning video timings. The
100 pre-defined modes approved by VESA(TM). The second is the Generalized Timing
134 Note: VESA(TM) has restrictions on what is a standard CVT timing:
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dsmtstate.h46 #define TM 3 macro
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2TM={cN:"title",b:e.IR,r:0},e.UTM={cN:"title",b:e.UIR,r:0},e.METHOD_GUARD={b:"\\.\\s*"+e.UIR,r:0},e…
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dindex.rst14 Linux CPUFreq - Linux(TM)内核中的CPU频率和电压升降代码
/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dindex.rst13 Linux CPUFreq - Linux(TM)內核中的CPU頻率和電壓升降代碼
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/
H A Denscript_1.6.6.bb3 program. Enscript converts ASCII files to PostScript(TM) and spools generated \
/openbmc/linux/Documentation/cpu-freq/
H A Dindex.rst4 CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
/openbmc/linux/Documentation/driver-api/mei/
H A Diamt.rst63 Under "SDK Resources" => "Intel(R) vPro(TM) Gateway (MPS)"
64 => "Information for Intel(R) vPro(TM) Gateway Developers"
/openbmc/linux/arch/m68k/ifpsp060/
H A DCHANGES91 bit 18:16 = x10 (TM; x = 1 for supervisor mode)
113 bit 18:16 = x01 (TM; x = 1 for supervisor mode)
/openbmc/linux/arch/mips/kernel/
H A Dscall64-n32.S58 jalr t2 # Do The Real Thing (TM)
H A Dscall64-n64.S67 jalr t2 # Do The Real Thing (TM)
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/
H A D0001-amd-Include-missing-llvm-IR-header-Module.h.patch13 102 | unwrap(module)->setTargetTriple(TM->getTargetTriple().getTriple());

1234