Searched refs:hrm (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/arch/mips/math-emu/
H A Ddp_mul.c34 u64 hrm; ieee754dp_mul() local
140 hrm = DPXMULT(hxm, hym); ieee754dp_mul()
145 hrm += at < lrm; ieee754dp_mul()
148 hrm = hrm + (t >> 32); ieee754dp_mul()
153 hrm += at < lrm; ieee754dp_mul()
156 hrm = hrm + (t >> 32); ieee754dp_mul()
158 rm = hrm | (lrm != 0); ieee754dp_mul()
H A Dsp_mul.c34 unsigned hrm; ieee754sp_mul() local
136 hrm = hxm * hym; /* 16 * 16 => 32 */ ieee754sp_mul()
140 hrm += at < lrm; ieee754sp_mul()
142 hrm = hrm + (t >> 16); ieee754sp_mul()
146 hrm += at < lrm; ieee754sp_mul()
148 hrm = hrm + (t >> 16); ieee754sp_mul()
150 rm = hrm | (lrm != 0); ieee754sp_mul()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dkeylargo.h90 #define KL_MBCR_MB0_SOUND_ENABLE 0x00004000 /* hrm... */
98 #define KL_MBCR_MB1_SOUND_ENABLE 0x40000000 /* hrm... */
/linux-4.1.27/arch/blackfin/kernel/
H A Dptrace.c278 /* hrm, why didn't that work ... maybe no mapping */ arch_ptrace()
/linux-4.1.27/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c25 * hrm etc. data. LIBRARY and META are mock-up's for now.
/linux-4.1.27/drivers/cpufreq/
H A Dpmac32-cpufreq.c423 /* We don't, hrm... we don't really know our speed here, best pmac_cpufreq_resume()
/linux-4.1.27/fs/ceph/
H A Dinode.c1881 dout("setattr %p ATTR_FILE ... hrm!\n", inode); ceph_setattr()
H A Dmds_client.c3139 goto release; /* hrm... */ handle_lease()
/linux-4.1.27/drivers/video/fbdev/aty/
H A Dradeon_pm.c525 /* X doesn't do that ... hrm, we do on mobility && Macs */ radeon_pm_enable_dynamic_mode()
/linux-4.1.27/net/ceph/
H A Dosd_client.c2019 continue; /* hrm! */ kick_requests()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dcassini.c2686 netdev_err(dev, "hrm.. hw not running!\n"); cas_tx_timeout()

Completed in 498 milliseconds