Lines Matching refs:cn
269 s64 cn; in tc90522s_get_frontend() local
281 cn = div64_s64(-16346LL * p4 * p, 10) >> 35; in tc90522s_get_frontend()
282 cn += (14341LL * p4) >> 21; in tc90522s_get_frontend()
283 cn -= (50259LL * cndat * p) >> 23; in tc90522s_get_frontend()
284 cn += (88977LL * cndat) >> 9; in tc90522s_get_frontend()
285 cn -= (89565LL * p) >> 11; in tc90522s_get_frontend()
286 cn += 58857 << 3; in tc90522s_get_frontend()
287 stats->stat[0].svalue = cn >> 3; in tc90522s_get_frontend()
428 s64 cn; in tc90522t_get_frontend() local
439 cn = 24772; in tc90522t_get_frontend()
440 cn += div64_s64(43827LL * p, 10) >> 24; in tc90522t_get_frontend()
442 cn += div64_s64(3184LL * tmp * tmp, 10) >> 32; in tc90522t_get_frontend()
444 cn -= div64_s64(128LL * tmp * tmp * tmp, 10) >> 33; in tc90522t_get_frontend()
446 cn += div64_s64(192LL * tmp * tmp * tmp * tmp, 1000) >> 24; in tc90522t_get_frontend()
448 stats->stat[0].svalue = cn >> 3; in tc90522t_get_frontend()