Searched refs:cndat (Results 1 – 1 of 1) sorted by relevance
203 u32 cndat; in tc90522s_get_frontend() local253 cndat = 0; in tc90522s_get_frontend()256 cndat = val[0] << 8 | val[1]; in tc90522s_get_frontend()257 if (cndat >= 3000) { in tc90522s_get_frontend()261 cndat -= 3000; /* cndat: 4.12 fixed point float */ in tc90522s_get_frontend()269 p = int_sqrt(cndat << 16); in tc90522s_get_frontend()270 p4 = cndat * cndat; in tc90522s_get_frontend()273 cn -= (50259LL * cndat * p) >> 23; in tc90522s_get_frontend()274 cn += (88977LL * cndat) >> 9; in tc90522s_get_frontend()338 u32 cndat; in tc90522t_get_frontend() local[all …]