Home
last modified time | relevance | path

Searched refs:sine (Results 1 – 3 of 3) sorted by relevance

/drivers/media/dvb-frontends/
Ddib7000p.c1192 static u8 sine[] = { 0, 2, 3, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 20, 22, in dib7000p_spur_protect() local
1234 coef_re[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1235 coef_im[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1240 coef_re[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1241 coef_im[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1246 coef_re[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1247 coef_im[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1252 coef_re[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1253 coef_im[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
/drivers/media/i2c/
Dov7670.c1338 int sine; in ov7670_sine() local
1345 sine = ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1348 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1350 return sine*chs; in ov7670_sine()
/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds88 (sine, triangle, ramp, square, ...)