Home
last modified time | relevance | path

Searched refs:cndat (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dtc90522.c203 u32 cndat; in tc90522s_get_frontend() local
253 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()
265 * (P = sqrt(cndat) / 64) in tc90522s_get_frontend()
267 /* p := sqrt(cndat) << 8 = P << 14, 2.14 fixed point float */ in tc90522s_get_frontend()
269 p = int_sqrt(cndat << 16); in tc90522s_get_frontend()
270 p4 = cndat * cnda in tc90522s_get_frontend()
338 u32 cndat; tc90522t_get_frontend() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dtc90522.c203 u32 cndat; in tc90522s_get_frontend() local
253 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()
265 * (P = sqrt(cndat) / 64) in tc90522s_get_frontend()
267 /* p := sqrt(cndat) << 8 = P << 14, 2.14 fixed point float */ in tc90522s_get_frontend()
269 p = int_sqrt(cndat << 16); in tc90522s_get_frontend()
270 p4 = cndat * cnda in tc90522s_get_frontend()
338 u32 cndat; tc90522t_get_frontend() local
[all...]

Completed in 4 milliseconds