| /linux/arch/mips/math-emu/ |
| H A D | dp_maddf.c | 49 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 D | dp_mul.c | 21 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 D | sp_mul.c | 21 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 D | selftest_workarounds.c | 524 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 D | selftest_timeline.c | 997 if (GRAPHICS_VER(gt->i915) < 8) /* CS convenience [SRM/LRM] */ in live_hwsp_read()
|
| /linux/net/ethtool/ |
| H A D | common.c | 160 __DEFINE_LINK_MODE_NAME(10000, LRM, Full), 380 __DEFINE_LINK_MODE_PARAMS(10000, LRM, Full, L),
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | cmd_parser.c | 929 !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 D | csio_mb.c | 1379 NULL, "LR", "SR", "ER", "TWINAX", "active TWINAX", "LRM" in csio_mb_portmod_changed()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_cmd_parser.c | 1281 DRM_DEBUG("CMD: Rejected LRM to masked register 0x%08X\n", in check_cmd()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_link.c | 8420 } 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 D | cxgb4vf_main.c | 216 NULL, "LR", "SR", "ER", "passive DA", "active DA", "LRM" in t4vf_os_portmod_changed()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | cxgb3_main.c | 317 NULL, "SR", "LR", "LRM", "TWINAX", "TWINAX", "unknown" in t3_os_phymod_changed()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_83xx_hw.c | 38 #define QLC_83XX_MODULE_FIBRE_10GBASE_LRM 0x1 /* 10GBase-LRM */
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 308 NULL, "LR", "SR", "ER", "passive DA", "active DA", "LRM" in t4_os_portmod_changed()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_pcol.h | 5331 /* enum: 10GBASE-LRM fiber over 1310 nm optics. See IEEE 802.3 Clause 68 */
|