Lines Matching refs:cn
266 s64 cn; in tc90522s_get_frontend() local
278 cn = div64_s64(-16346LL * p4 * p, 10) >> 35; in tc90522s_get_frontend()
279 cn += (14341LL * p4) >> 21; in tc90522s_get_frontend()
280 cn -= (50259LL * cndat * p) >> 23; in tc90522s_get_frontend()
281 cn += (88977LL * cndat) >> 9; in tc90522s_get_frontend()
282 cn -= (89565LL * p) >> 11; in tc90522s_get_frontend()
283 cn += 58857 << 3; in tc90522s_get_frontend()
284 stats->stat[0].svalue = cn >> 3; in tc90522s_get_frontend()
425 s64 cn; in tc90522t_get_frontend() local
436 cn = 24772; in tc90522t_get_frontend()
437 cn += div64_s64(43827LL * p, 10) >> 24; in tc90522t_get_frontend()
439 cn += div64_s64(3184LL * tmp * tmp, 10) >> 32; in tc90522t_get_frontend()
441 cn -= div64_s64(128LL * tmp * tmp * tmp, 10) >> 33; in tc90522t_get_frontend()
443 cn += div64_s64(192LL * tmp * tmp * tmp * tmp, 1000) >> 24; in tc90522t_get_frontend()
445 stats->stat[0].svalue = cn >> 3; in tc90522t_get_frontend()