Searched refs:TM (Results 1 - 120 of 120) sorted by relevance

/linux-4.4.14/drivers/net/fddi/skfp/h/
H A Dsmtstate.h50 #define TM 3 macro
89 unsigned char pcm_type ; /* TA TB TS TM */
92 unsigned char pcm_neighbor ; /* TA TB TS TM */
H A Dsmc.h151 int ce_type ; /* TA TB TS TM */
H A Dcmtdef.h124 #define TM 3 /* M port */ macro
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dtda18271c2dd.c72 TM, enumerator in enum:ERegister
280 state->m_Regs[TM] |= 0x10; ThermometerRead()
281 status = UpdateReg(state, TM); ThermometerRead()
287 if (((Regs[TM] & 0x0F) == 0 && (Regs[TM] & 0x20) == 0x20) || ThermometerRead()
288 ((Regs[TM] & 0x0F) == 8 && (Regs[TM] & 0x20) == 0x00)) { ThermometerRead()
289 state->m_Regs[TM] ^= 0x20; ThermometerRead()
290 status = UpdateReg(state, TM); ThermometerRead()
298 *pTM_Value = (Regs[TM] & 0x20) ThermometerRead()
299 ? m_Thermometer_Map_2[Regs[TM] & 0x0F] ThermometerRead()
300 : m_Thermometer_Map_1[Regs[TM] & 0x0F] ; ThermometerRead()
301 state->m_Regs[TM] &= ~0x10; /* Thermometer off */ ThermometerRead()
302 status = UpdateReg(state, TM); ThermometerRead()
768 memcpy(&state->m_Regs[TM], InitRegs, EB23 - TM + 1); FixedContentsI2CUpdate()
770 status = UpdateRegs(state, TM, EB23); FixedContentsI2CUpdate()
1067 status = UpdateRegs(state, TM, EP5); ChannelConfiguration()
1091 status = UpdateRegs(state, TM, EP5); ChannelConfiguration()
H A Dix2505v.c113 * byte4: 1 | 1(C1) | 1(C0) | PD5 | PD4 | TM | 0(RTS)| 1(REF)
168 data[2] = 0x81 | ((cc & 0x3) << 5) ; /*PD5,PD4 & TM = 0|C1,C0|REF=1*/ ix2505v_set_params()
223 data[2] |= 0x4; /* set TM = 1 other bits same */ ix2505v_set_params()
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbcvt.c2 * linux/drivers/video/fbcvt.c - VESA(TM) Coordinated Video Timings
6 * Based from the VESA(TM) Coordinated Video Timing Generator by
291 * fb_find_mode_cvt - calculate mode using VESA(TM) CVT
303 * Computes video timings using VESA(TM) Coordinated Video Timings
/linux-4.4.14/drivers/input/touchscreen/
H A Dcyttsp4_i2c.c3 * Cypress TrueTouch(TM) Standard Product (TTSP) I2C touchscreen driver.
H A Dcyttsp_i2c.c3 * Cypress TrueTouch(TM) Standard Product (TTSP) I2C touchscreen driver.
H A Dcyttsp_i2c_common.c3 * Cypress TrueTouch(TM) Standard Product (TTSP) I2C touchscreen driver.
H A Dcyttsp_core.h3 * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers.
H A Dcyttsp4_spi.c3 * Cypress TrueTouch(TM) Standard Product (TTSP) SPI touchscreen driver.
H A Dcyttsp_spi.c3 * Cypress TrueTouch(TM) Standard Product (TTSP) SPI touchscreen driver.
H A Dcyttsp4_core.h3 * Cypress TrueTouch(TM) Standard Product V4 Core driver module.
H A Dcyttsp_core.c3 * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers.
H A Dcyttsp4_core.c3 * Cypress TrueTouch(TM) Standard Product V4 Core driver module.
/linux-4.4.14/include/linux/platform_data/
H A Dcyttsp4.h3 * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers.
/linux-4.4.14/arch/mips/kernel/
H A Dsmp-up.c8 * Symmetric Uniprocessor (TM) Support
H A Dscall32-o32.S47 * This Sucks (TM).
102 jalr t2 # Do The Real Thing (TM)
H A Dscall64-o32.S63 * This Sucks (TM).
91 jalr t2 # Do The Real Thing (TM)
H A Dscall64-64.S66 jalr t2 # Do The Real Thing (TM)
H A Dscall64-n32.S56 jalr t2 # Do The Real Thing (TM)
/linux-4.4.14/include/linux/input/
H A Dcyttsp.h3 * Cypress TrueTouch(TM) Standard Product (TTSP) touchscreen drivers.
/linux-4.4.14/tools/testing/selftests/powerpc/tm/
H A Dtm-resched-dscr.c45 printf("Check DSCR TM context switch: "); test_body()
/linux-4.4.14/drivers/net/fddi/skfp/
H A Dpcmplc.c252 mib->fddiPORTMy_Type = (np == PS) ? TS : TM ; pcm_init()
256 (np == PB) ? TB : TM ; pcm_init()
259 mib->fddiPORTMy_Type = TM ; pcm_init()
365 case TM : pcm_init()
1296 mib->fddiPORTNeighborType = TM ; pc_rcode_actions()
1299 if (mib->fddiPORTMy_Type == TM && pc_rcode_actions()
1300 mib->fddiPORTNeighborType == TM) { pc_rcode_actions()
1308 if (mib->fddiPORTMy_Type == TM || pc_rcode_actions()
1309 mib->fddiPORTNeighborType == TM) pc_rcode_actions()
1328 (mib->fddiPORTMy_Type != TM) && pc_rcode_actions()
1422 if (mib->fddiPORTMy_Type == TS || mib->fddiPORTMy_Type == TM) pc_tcode_actions()
1428 if (mib->fddiPORTMy_Type == TB || mib->fddiPORTMy_Type == TM) pc_tcode_actions()
1449 ((policy & POLICY_AM) && ne == TM) ) pc_tcode_actions()
1457 ((policy & POLICY_BM) && ne == TM) ) pc_tcode_actions()
1465 ((policy & POLICY_SM) && ne == TM) ) pc_tcode_actions()
1468 case TM : pc_tcode_actions()
1469 if ( ne == TM || pc_tcode_actions()
1473 ((policy & POLICY_MM) && ne == TM) ) pc_tcode_actions()
1638 smc->y[n].mib->fddiPORTNeighborType == TM) pcm_rooted_station()
H A Dcfm.c139 case TM: selection_criteria()
H A Dsmt.c1980 if (smc->mib.p[port].fddiPORTMy_Type != TM) smt_action()
/linux-4.4.14/include/linux/ssb/
H A Dssb_driver_gige.h23 /* TM Status High flags */
25 /* TM Status Low flags */
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_defs_svc.h50 u16 num_fwtio_reqs; /* number of TM IO reqs in FW */
68 u16 num_tio_reqs; /* number of TM IO reqs */
73 u16 num_ttsk_reqs; /* TM task management requests */
694 u32 del_tm_iocdowns; /* TM cleaned-up due to IOC down */
729 u32 io_tmaborts; /* Abort request due to TM command */
730 u32 tm_io_comps; /* Abort completion due to TM command */
744 u32 tm_cmnds; /* TM Requests */
745 u32 tm_fw_rsps; /* TM Completions */
746 u32 tm_success; /* TM initiated IO cleanup success */
747 u32 tm_failures; /* TM initiated IO cleanup failure */
748 u32 no_tskims; /* No free TM tag */
749 u32 tm_qwait; /* TM Request-Q wait */
750 u32 tm_qresumes; /* TM Request-Q wait done */
752 u32 tm_iocdowns; /* TM cleaned-up due to IOC down */
753 u32 tm_cleanups; /* TM cleanup requests */
754 u32 tm_cleanup_comps; /* TM cleanup completions */
H A Dbfa_fcpim.h193 struct bfa_tskim_s *tskim; /* Relevant TM cmd */
206 bfa_boolean_t notify; /* notify itnim on TM comp */
215 enum bfi_tskim_status tsk_status; /* TM status */
234 struct list_head tsk_q; /* queue of active TM commands */
H A Dbfa_fcpim.c153 BFA_TSKIM_SM_START = 1, /* TM command start */
154 BFA_TSKIM_SM_DONE = 2, /* TM completion */
158 BFA_TSKIM_SM_IOS_DONE = 7, /* IO and sub TM completions */
159 BFA_TSKIM_SM_CLEANUP = 8, /* TM cleanup on ITN offline */
160 BFA_TSKIM_SM_CLEANUP_DONE = 9, /* TM abort completion */
161 BFA_TSKIM_SM_UTAG = 10, /* TM completion unknown tag */
1032 * TM will not pickup this IO. bfa_itnim_cleanup()
1863 * IO can be in cleanup state already due to TM command. bfa_ioim_sm_cleanup()
3048 * If device is offline, do not send TM on wire. Just cleanup bfa_tskim_sm_uninit()
3049 * any pending IO requests and complete TM request. bfa_tskim_sm_uninit()
3072 * TM command is active, awaiting completion from firmware to
3073 * cleanup IO requests in TM scope.
3108 * An active TM is being cleaned up since ITN is offline. Awaiting cleanup
3153 * Ignore, TM command completed on wire. bfa_tskim_sm_iocleanup()
3154 * Notify TM conmpletion on IO cleanup completion. bfa_tskim_sm_iocleanup()
3185 * No need to send TM on wire since ITN is offline. bfa_tskim_sm_qfull()
3422 * Send abort request to cleanup an active TM to firmware.
3500 * Cleanup TM command and associated IOs as part of ITNIM offline.
H A Dbfa_defs_fcs.h80 * - FCP IM and FCP TM roles cannot be enabled together for a FCS port
81 * - Create multiple ports if both IM and TM functions required.
H A Dbfi_ms.h841 BFI_TSKIM_STS_TIMEOUT = 10, /* TM request timedout */
H A Dbfa_defs.h500 u16 roles; /* Logical port mode,IM/TM/IP etc */
/linux-4.4.14/drivers/cpufreq/
H A Dp4-clockmod.c268 printk(KERN_INFO PFX "P4/Xeon(TM) CPU On-Demand Clock " cpufreq_p4_init()
282 MODULE_DESCRIPTION("cpufreq driver for Pentium(TM) 4/Xeon(TM)");
H A Dspeedstep-ich.c166 pr_debug("activating SpeedStep (TM) registers\n"); speedstep_activate()
344 pr_debug("Intel(R) SpeedStep(TM) capable processor " speedstep_init()
351 pr_debug("Intel(R) SpeedStep(TM) for this chipset not " speedstep_init()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dpio-regs.h60 #define P0TMIO __SYSREG(0xdb00000c, u8) /* TM pin I/O control reg */
108 #define P1TMIO __SYSREG(0xdb00010c, u8) /* TM pin I/O control reg */
144 #define P2TMIO __SYSREG(0xdb00020c, u8) /* TM pin I/O control reg */
/linux-4.4.14/drivers/usb/serial/
H A Dqcserial.c164 {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */
167 {DEVICE_SWI(0x413c, 0x81a8)}, /* Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card */
168 {DEVICE_SWI(0x413c, 0x81a9)}, /* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */
169 {DEVICE_SWI(0x413c, 0x81b1)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card */
170 {DEVICE_SWI(0x413c, 0x81b3)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
H A Dcp210x.c60 { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
/linux-4.4.14/drivers/gpu/drm/r128/
H A Dr128_irq.c5 * The Weather Channel (TM) funded Tungsten Graphics to develop the
/linux-4.4.14/arch/powerpc/kernel/
H A Dtm.S47 /* In order to access the TM SPRs, TM must be enabled. So, do so: */
267 /* TM regs, incl TEXASR -- these live in thread_struct. Note they've
280 /* Restore original MSR/IRQ state & clear TM mode */
H A Dprocess.c555 * Use the current MSR TM suspended bit to track if we have tm_reclaim_thread()
567 * benifit of checking for a potential TM bad thing exception. tm_reclaim_thread()
630 * This context-switches a thread's TM info SPRs. We do it here to tm_reclaim_task()
652 /* The TM SPRs are restored here, so that TEXASR.FS can be set tm_recheckpoint()
673 * doesn't see if/when a TM rollback occurs, so if we take an FP tm_recheckpoint_new_task()
1094 * Flush TM state out so we can copy it. __switch_to_tm() does this arch_dup_task_struct()
1096 * transitions the CPU out of TM mode. Hence we need to call arch_dup_task_struct()
1098 * checkpointed state back and the TM mode. arch_dup_task_struct()
H A Dsignal_32.c488 * can check it on the restore to see if TM is active save_user_regs()
521 /* Remove TM bits from thread's MSR. The MSR in the sigcontext save_tm_user_regs()
625 /* SPE regs are not checkpointed with TM, so this section is save_tm_user_regs()
861 /* SPE regs are not checkpointed with TM, so this section is restore_tm_user_regs()
882 /* If TM bits are set to the reserved value, it's an invalid context */ restore_tm_user_regs()
885 /* Pull in the MSR TM bits from the user context */ restore_tm_user_regs()
1273 /* Fall through, for non-TM restore */ sys_rt_sigreturn()
H A Dsignal_64.c179 * checkpointed register state. If interested, a TM-aware sighandler can
205 /* Remove TM bits from thread's MSR. The MSR in the sigcontext setup_tm_sigcontexts()
432 * TM-Suspended code will have to back TEXASR/TFIAR up themselves. restore_tm_sigcontexts()
445 /* pull in MSR TM from user context */ restore_tm_sigcontexts()
705 /* Fall through, for non-TM restore */ sys_rt_sigreturn()
H A Dprom.c164 * If the kernel doesn't support TM (ie CONFIG_PPC_TRANSACTIONAL_MEM=n),
165 * we don't want to turn on TM here, so we use the *_COMP versions
166 * which are 0 if the kernel doesn't support TM.
H A Dfpu.S58 * Furthermore, we don't do lazy FP with TM currently.
H A Dsignal.c185 * For signals taken in non-TM or suspended mode, we use the get_tm_stackpointer()
H A Dtraps.c989 * We need to abort the transaction. This creates a persistent TM tm_abort_check()
1171 /* This is a TM "Bad Thing Exception" program check. program_check_exception()
1174 * transition in TM states. program_check_exception()
1178 * - writing a TM SPR when transactional. program_check_exception()
1188 * (e.g. executing a 'tend' on a CPU without TM!); it's an program_check_exception()
1195 printk(KERN_EMERG "Unexpected TM Bad Thing exception " program_check_exception()
1376 [FSCR_TM_LG] = "TM", facility_unavailable_exception()
H A Dexceptions-64s.S1148 /* Test if 2 TM state bits are zero. If non-zero (ie. userspace was in
1149 * transaction), go do TM stuff
1174 /* Test if 2 TM state bits are zero. If non-zero (ie. userspace was in
1175 * transaction), go do TM stuff
1209 /* Test if 2 TM state bits are zero. If non-zero (ie. userspace was in
1210 * transaction), go do TM stuff
H A Dentry_64.S335 /* Firstly we need to enable TM in the kernel */
694 bne 3f /* only restore TM if nothing else to do */
875 /* TM debug */
H A Dvector.S15 * Furthermore, VEC laziness is not supported with TM currently.
/linux-4.4.14/drivers/net/wireless/b43/
H A Dtables_nphy.h143 #define B43_NTAB_TMAP_R3 B43_NTAB32(12, 0) /* TM AP */
169 #define B43_NTAB_TMAP_R7 B43_NTAB32(12, 0) /* TM AP */
H A Db43.h513 /* 802.11 core specific TM State Low (SSB_TMSLOW) flags */
524 /* 802.11 core specific TM State High (SSB_TMSHIGH) flags */
/linux-4.4.14/drivers/gpu/drm/mga/
H A Dmga_irq.c6 * The Weather Channel (TM) funded Tungsten Graphics to develop the
/linux-4.4.14/arch/powerpc/include/asm/
H A Dthread_info.h88 #define TIF_RESTORE_TM 5 /* need to restore TM FP/VEC/VSX */
H A Dcputable.h243 /* We only set the TM feature if the kernel was compiled with TM supprt */
H A Dpaca.h152 u64 tm_scratch; /* TM scratch area for reclaim */
H A Dreg.h904 * - SPRG0 scratch for TM recheckpoint/reclaim (reserved for HV on Power4)
/linux-4.4.14/arch/mips/loongson64/common/cs5536/
H A Dcs5536_mfgpt.c10 * Reference: AMD Geode(TM) CS5536 Companion Device Data Book
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_scsi.h83 * all TM timeouts.
166 CSIO_SCSIE_START_TM, /* Start a TM IO */
H A Dcsio_scsi.c2008 * csio_tm_cbfn - TM callback function.
2035 * FCP_RSP_LEN_VAL in flags shall be set for TM completions. csio_tm_cbfn()
2037 * rsp_code is set to FCP_TMF_CMPL for a successful TM csio_tm_cbfn()
2038 * completion. Any other rsp_code means TM operation failed. csio_tm_cbfn()
2040 * the TM operation as success, and FW returns FW_SUCCESS. csio_tm_cbfn()
2054 csio_dbg(hw, "TM FCP rsp code: %d\n", rsp_info->rsp_code); csio_tm_cbfn()
2057 /* Wake up the TM handler thread */ csio_tm_cbfn()
2150 /* Kick off TM SM on the ioreq */ csio_eh_lun_reset_handler()
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Dkvm.h571 /* TM GPRs */
575 /* TM VSX */
579 /* TM SPRS */
/linux-4.4.14/drivers/input/mouse/
H A Dvsxxxaa.c74 * Manual", DEC EK-104AA-TM-001. You'll find it at MANX, a search engine
76 * http://www.vt100.net/manx/details?pn=EK-104AA-TM-001;id=21;cp=1
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_mem.c5 * The Weather Channel (TM) funded Tungsten Graphics to develop the
H A Dradeon_irq.c5 * The Weather Channel (TM) funded Tungsten Graphics to develop the
H A Dr300_cmdbuf.c7 * The Weather Channel (TM) funded Tungsten Graphics to develop the
/linux-4.4.14/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.h84 * 01: Magic Packet (TM)
/linux-4.4.14/drivers/net/usb/
H A Dqmi_wwan.c742 {QMI_FIXED_INTF(0x413c, 0x81a2, 8)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */
745 {QMI_FIXED_INTF(0x413c, 0x81a8, 8)}, /* Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card */
746 {QMI_FIXED_INTF(0x413c, 0x81a9, 8)}, /* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */
747 {QMI_FIXED_INTF(0x413c, 0x81b1, 8)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card */
/linux-4.4.14/drivers/net/wan/lmc/
H A Dlmc_ioctl.h171 #define LMC_MII16_SSI_TM 0x4000 /* TM input RO */
/linux-4.4.14/drivers/parport/
H A Dparport_mfc3.c5 * (C) The elitist m68k Users(TM)
/linux-4.4.14/drivers/net/ethernet/ezchip/
H A Dnps_enet.h219 * tm_hd_mode: TM header mode
/linux-4.4.14/arch/m68k/include/asm/
H A Dtraps.h180 #define MMU060_TM (0x00070000) /* transfer modifier (TM) bits */
/linux-4.4.14/drivers/input/keyboard/
H A Dlkkbd.c39 * "VCB02 Video Subsystem - Technical Manual", EK-104AA-TM-001. This
45 * http://www.vt100.net/manx/details?pn=EK-104AA-TM-001;id=21;cp=1
/linux-4.4.14/drivers/net/wireless/b43legacy/
H A Db43legacy.h217 /* 802.11 core specific TM State Low flags */
224 /* 802.11 core specific TM State High flags */
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dzorro8390.c4 * (C) Copyright 1998-2000 by some Elitist 680x0 Users(TM)
/linux-4.4.14/drivers/input/joystick/
H A Dtmdc.c107 { 0, "Unknown %d-axis, %d-button TM device %d", 0, 0, { 0, 0 }, { 0, 0 }, tmdc_abs, tmdc_btn_joy }
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dorinoco_cs.c279 PCMCIA_DEVICE_MANF_CARD(0x0089, 0x0002), /* AnyPoint(TM) Wireless II PC Card */
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Danysee.c411 * parts: TDA10023, DTOS403IH102B TM, CST56I01
425 * parts: TDA10023, DTOS403IH102B TM, TDA8024
433 * parts: ZL10353, TDA10023, DTOS403IH102B TM, TDA8024
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c600 printk(KERN_ERR PFX "unable to alloc TM resp buffer\n"); bnx2fc_init_mp_req()
725 /* Set TM flags */ bnx2fc_initiate_tmf()
899 * TM request. For the ABTS issued as part of ULP timeout, bnx2fc_initiate_abts()
1473 /* TM has already timed out and we got bnx2fc_process_tm_compl()
1499 /* TM successful */ bnx2fc_process_tm_compl()
H A Dbnx2fc_hwi.c937 BNX2FC_IO_DBG(io_req, "Processing TM complete\n"); bnx2fc_process_cq_compl()
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S661 /* Turn on TM/FP/VSX/VMX so we can restore them. */
683 beq skip_tm /* TM not active in guest */
748 /* TM checkpointed state is now setup. All GPRs are now volatile. */
844 /* Turn on TM so we can access TFHAR/TFIAR/TEXASR */
1441 /* Turn on TM. */
1449 beq 1f /* TM not active in guest. */
2642 * from VCPU_INTR_MSR and is modified based on the required TM state changes.
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c611 * Do translation between TCM TM response codes and tcm_qla2xxx_queue_tm_rsp()
612 * QLA2xxx FC TM response codes. tcm_qla2xxx_queue_tm_rsp()
630 * Queue the TM response to QLA2xxx LLD to build a tcm_qla2xxx_queue_tm_rsp()
H A Dqla_target.h803 /* TM failed response codes, see FCP (9.4.11 FCP_RSP_INFO) */
H A Dqla_os.c195 "Enables issue of TM IOCBs asynchronously via IOCB mechanism"
196 "Default is 0 - Issue TM IOCBs via mailbox mechanism.");
H A Dqla_init.c333 "TM IOCB failed (%x).\n", rval); qla2x00_async_tm_cmd()
H A Dqla_target.c1558 "TM response mcmd (%p) status %#x state %#x", qlt_xmit_tm_rsp()
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_hwi.h538 * brief the data structure of SSP INI TM Start Command
539 * use to describe MPI SSP INI TM Start Command (64 bytes)
H A Dpm80xx_hwi.h663 * brief the data structure of SSP INI TM Start Command
664 * use to describe MPI SSP INI TM Start Command (64 bytes)
H A Dpm8001_sas.c305 * @ccb: the ccb which attached to TM
/linux-4.4.14/drivers/message/fusion/
H A Dmptbase.h874 /* The TM_STATE variable is used to provide strict single threading of TM
875 * requests as well as communicate TM error conditions.
H A Dmptctl.c656 * by TM and FW reloads. __mptctl_ioctl()
/linux-4.4.14/fs/ntfs/
H A Dcompress.c465 * FIXME: For PAGE_CACHE_SIZE > cb_size we are not doing the Right Thing(TM) at
693 * do the Right Thing(TM). ntfs_read_compressed_block()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Disp.S841 bset &0x2,0xd(%sp) # set supervisor TM bit
1609 # TM = data
1837 # TM = data
1847 # TM = data
2020 # TM = data
2030 # TM = data
2468 # TM = data
2703 # TM = data
H A Dpfpsp.S3035 bset &0x2,0xd(%sp) # set supervisor TM bit
14666 bset &0x2,0xd(%sp) # set supervisor TM bit
H A Dfpsp.S3036 bset &0x2,0xd(%sp) # set supervisor TM bit
4994 bset &0x2,0xd(%sp) # set supervisor TM bit
24706 bset &0x2,0xd(%sp) # set supervisor TM bit
/linux-4.4.14/drivers/scsi/snic/
H A Dsnic_scsi.c636 "icmnd_cmpl:TM Req Pending(%s), Hdr Status %s sc 0x%p scsi status %x resid %d flags 0x%llx\n", snic_icmnd_cmpl_handler()
888 "itmf_cmpl: Unknown TM tag bit 0x%x\n", tm_tags); snic_process_itmf_cmpl()
2384 "Completing Pending TM Req sc %p, state %s flags 0x%llx\n", snic_cmpl_pending_tmreq()
/linux-4.4.14/drivers/s390/char/
H A Dtape_std.c717 * we TRY to write a tapemark and then backspace over the written TM tape_std_process_eov()
/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_ttyfax.c323 {"AE", "TS", "RS", "TM", "RM", "TH", "RH"}; isdn_tty_cmd_FCLASS1()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init.h616 BLOCK_PRTY_INFO(TM, 0, 0, 0x7f, 0x7f, 0x7f),
H A Dbnx2x_init_ops.h611 * then since this is a wide register(TM)
H A Dbnx2x_cmn.h445 * and TM.
H A Dbnx2x.h1204 /* TM (timers) host DB constants */
2206 * then since this is a wide register(TM)
H A Dbnx2x_main.c4669 _print_next_block((*par_num)++, "TM"); bnx2x_check_blocks_with_parity1()
7186 /* initialize dummy TM client */ bnx2x_init_hw_common()
7197 * with dummy TM client bnx2x_init_hw_common()
8656 /* TM */ bnx2x_ilt_set_info()
8666 "ilt client[TM]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n", bnx2x_ilt_set_info()
8997 /* use dummy TM client */
H A Dbnx2x_reg.h3604 /* [RW 2] TM byte swapping mode configuration for master read requests */
3794 /* [RW 3] page size in L2P table for TM module; -4k; -8k; -16k; -32k; -64k;
/linux-4.4.14/arch/x86/kvm/
H A Dcpuid.c310 0 /* HTT, TM, Reserved, PBE */; __do_cpuid_ent()
/linux-4.4.14/sound/mips/
H A Dhal2.c862 * works in The Real World (TM) hal2_create()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpci.c875 { 0x0161, "GeForce 6200 TurboCache(TM)" },
876 { 0x0162, "GeForce 6200SE TurboCache(TM)" },
/linux-4.4.14/drivers/pcmcia/
H A Dti113x.h906 * Some fixup code to make everybody happy (TM).
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_scsi.c4281 * lpfc_scsi_prep_task_mgmt_cmd - Convert SLI3 scsi TM cmd to FCP info unit
4917 case RSP_TM_NOT_SUPPORTED: /* TM rejected */ lpfc_check_fcp_rsp()
4922 case RSP_TM_NOT_COMPLETED: /* TM failed */ lpfc_check_fcp_rsp()
4925 "failed TM\n"); lpfc_check_fcp_rsp()
4927 case RSP_TM_INVALID_LU: /* TM to invalid LU! */ lpfc_check_fcp_rsp()
/linux-4.4.14/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h355 * @tm_busy: target is busy with TM request.
H A Dmpt3sas_base.c1091 * completed back to OS before we process the TM completetion.
/linux-4.4.14/drivers/dma/
H A Dnbpfaxi.c69 #define NBPF_CHAN_CFG_TM 0x400000 /* Transfer Mode: 0: single, 1: block TM */
/linux-4.4.14/drivers/atm/
H A Diphase.h822 #if 0 /* Additional Parameters of TM 4.0 */
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_modes.c137 * It is based from the VESA(TM) Coordinated Video Timing Generator by
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
H A DdefBF542.h453 #define TM 0xff00 /* Time from address valid to DIOR/DIOW */ macro
H A DdefBF547.h704 #define TM 0xff00 /* Time from address valid to DIOR/DIOW */ macro
/linux-4.4.14/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1758 PCMCIA_DEVICE_PROD_ID12("Intel", "EtherExpress(TM) PRO/100 PC Card Mobile Adapter16", 0x816cc815, 0x174397db),
/linux-4.4.14/drivers/net/wan/
H A Ddscc4.c1141 /* FIXME: it's gonna be easy (TM), for sure */ dscc4_tx_poll()
/linux-4.4.14/drivers/scsi/ufs/
H A Dufshcd.c3688 * @lun_id: LUN ID to which TM command is sent
3689 * @task_id: task ID to which the TM command is applicable
/linux-4.4.14/drivers/target/
H A Dtarget_core_transport.c1573 * @tm_type: Type of TM request
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c956 [FW_DEVLOG_FACILITY_TM] = "TM",

Completed in 4650 milliseconds