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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib3000mb.c671 int icipow = ((rd(DIB3000MB_REG_NOISE_POWER_MSB) & 0xff) << 16) | local
673 *snr = (sigpow << 8) / ((icipow > 0) ? icipow : 1);

Completed in 44 milliseconds