Searched refs:cndat (Results 1 – 1 of 1) sorted by relevance
212 u32 cndat; in tc90522s_get_frontend() local263 cndat = 0; in tc90522s_get_frontend()266 cndat = val[0] << 8 | val[1]; in tc90522s_get_frontend()267 if (cndat >= 3000) { in tc90522s_get_frontend()271 cndat -= 3000; /* cndat: 4.12 fixed point float */ in tc90522s_get_frontend()279 p = int_sqrt(cndat << 16); in tc90522s_get_frontend()280 p4 = cndat * cndat; in tc90522s_get_frontend()283 cn -= (50259LL * cndat * p) >> 23; in tc90522s_get_frontend()284 cn += (88977LL * cndat) >> 9; in tc90522s_get_frontend()348 u32 cndat; in tc90522t_get_frontend() local[all …]