Lines Matching refs:utmp
17 unsigned int utmp;
109 utmp = DIV_ROUND_CLOSEST_ULL((u64)if_frequency * 0x1000000, CXD2820R_CLK);
110 buf[0] = (utmp >> 16) & 0xff;
111 buf[1] = (utmp >> 8) & 0xff;
112 buf[2] = (utmp >> 0) & 0xff;
162 unsigned int utmp;
256 ret = regmap_read(priv->regmap[0], 0x20b5, &utmp);
260 switch ((utmp >> 4) & 0x01) {
281 unsigned int utmp, utmp1, utmp2;
313 utmp = buf[0] << 8 | buf[1] << 0;
314 utmp = ~utmp & 0x0fff;
316 strength = utmp << 4 | utmp >> 8;
334 utmp = buf[0] << 8 | buf[1] << 0;
335 utmp = utmp & 0x0fff;
337 if (utmp)
338 cnr = div_u64((u64)(intlog10(utmp)