Home
last modified time | relevance | path

Searched full:lrm (Results 1 – 15 of 15) sorted by relevance

/linux/arch/mips/math-emu/
H A Ddp_maddf.c49 u64 lrm; in _dp_maddf() local
191 * Multiply 64 bits xm and ym to give 128 bits result in hrm:lrm. in _dp_maddf()
199 lrm = DPXMULT(lxm, lym); in _dp_maddf()
204 at = lrm + (t << 32); in _dp_maddf()
205 hrm += at < lrm; in _dp_maddf()
206 lrm = at; in _dp_maddf()
212 at = lrm + (t << 32); in _dp_maddf()
213 hrm += at < lrm; in _dp_maddf()
214 lrm = at; in _dp_maddf()
220 lrm = (hrm << 63) | (lrm >> 1); in _dp_maddf()
[all …]
H A Ddp_mul.c21 u64 lrm; in ieee754dp_mul() local
124 lrm = DPXMULT(lxm, lym); in ieee754dp_mul()
129 at = lrm + (t << 32); in ieee754dp_mul()
130 hrm += at < lrm; in ieee754dp_mul()
131 lrm = at; in ieee754dp_mul()
137 at = lrm + (t << 32); in ieee754dp_mul()
138 hrm += at < lrm; in ieee754dp_mul()
139 lrm = at; in ieee754dp_mul()
143 rm = hrm | (lrm != 0); in ieee754dp_mul()
H A Dsp_mul.c21 unsigned int lrm; in ieee754sp_mul() local
123 lrm = lxm * lym; /* 16 * 16 => 32 */ in ieee754sp_mul()
127 at = lrm + (t << 16); in ieee754sp_mul()
128 hrm += at < lrm; in ieee754sp_mul()
129 lrm = at; in ieee754sp_mul()
133 at = lrm + (t << 16); in ieee754sp_mul()
134 hrm += at < lrm; in ieee754sp_mul()
135 lrm = at; in ieee754sp_mul()
138 rm = hrm | (lrm != 0); in ieee754sp_mul()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c524 u32 srm, lrm, rsvd; in check_dirty_whitelist() local
564 lrm = MI_LOAD_REGISTER_MEM; in check_dirty_whitelist()
566 lrm++, srm++; in check_dirty_whitelist()
606 /* LRM original -- don't leave garbage in the context! */ in check_dirty_whitelist()
607 *cs++ = lrm; in check_dirty_whitelist()
764 if (GRAPHICS_VER(gt->i915) < 7) /* minimum requirement for LRI, SRM, LRM */ in live_dirty_whitelist()
H A Dselftest_timeline.c997 if (GRAPHICS_VER(gt->i915) < 8) /* CS convenience [SRM/LRM] */ in live_hwsp_read()
/linux/net/ethtool/
H A Dcommon.c160 __DEFINE_LINK_MODE_NAME(10000, LRM, Full),
380 __DEFINE_LINK_MODE_PARAMS(10000, LRM, Full, L),
/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c929 !strncmp(cmd, "lrm", 3)) { in cmd_reg_handler()
1112 ret |= cmd_reg_handler(s, cmd_reg(s, i), i, "lrm"); in cmd_handler_lrm()
/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c1379 NULL, "LR", "SR", "ER", "TWINAX", "active TWINAX", "LRM" in csio_mb_portmod_changed()
/linux/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1281 DRM_DEBUG("CMD: Rejected LRM to masked register 0x%08X\n", in check_cmd()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c8420 } else { /* LRM mode ( default )*/ in bnx2x_8726_set_limiting_mode()
8422 DP(NETIF_MSG_LINK, "Setting LRM MODE\n"); in bnx2x_8726_set_limiting_mode()
8424 /* Changing to LRM mode takes quite few seconds. So do it only in bnx2x_8726_set_limiting_mode()
8425 * if current mode is limiting (default is LRM) in bnx2x_8726_set_limiting_mode()
8722 /* Check and set limiting mode / LRM mode on 8726. On 8727 it in bnx2x_sfp_module_detection()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c216 NULL, "LR", "SR", "ER", "passive DA", "active DA", "LRM" in t4vf_os_portmod_changed()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_main.c317 NULL, "SR", "LR", "LRM", "TWINAX", "TWINAX", "unknown" in t3_os_phymod_changed()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c38 #define QLC_83XX_MODULE_FIBRE_10GBASE_LRM 0x1 /* 10GBase-LRM */
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c308 NULL, "LR", "SR", "ER", "passive DA", "active DA", "LRM" in t4_os_portmod_changed()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h5331 /* enum: 10GBASE-LRM fiber over 1310 nm optics. See IEEE 802.3 Clause 68 */