Searched defs:coeff (Results 1 - 9 of 9) sorted by relevance

/drivers/media/video/cx88/
H A Dcx88-dsp.c103 s32 coeff = 2*int_cos(freq); local
110 s32 s = x[i] + ((s64)coeff*s_prev/32768) - s_prev2;
116 (s64)coeff * s_prev2 * s_prev / 32768;
/drivers/media/dvb/frontends/
H A Dit913x-fe.c388 u32 coeff[8]; local
418 coeff[0] = state->table[bw].coeff_1_2048;
419 coeff[1] = state->table[bw].coeff_2_2k;
420 coeff[2] = state->table[bw].coeff_1_8191;
421 coeff[3] = state->table[bw].coeff_1_8192;
422 coeff[4] = state->table[bw].coeff_1_8193;
423 coeff[5] = state->table[bw].coeff_2_8k;
424 coeff[6] = state->table[bw].coeff_1_4096;
425 coeff[7] = state->table[bw].coeff_2_4k;
441 coeff[
[all...]
H A Ddib8000.c1886 u16 i, coeff[4], P_cfr_left_edge = 0, P_cfr_right_edge = 0, seg_mask13 = 0x1fff; // All 13 segments enabled local
2490 coeff[0] = 0x0148; /* P_adp_regul_cnt 0.04 */
2491 coeff[1] = 0xfff0; /* P_adp_noise_cnt -0.002 */
2492 coeff[2] = 0x00a4; /* P_adp_regul_ext 0.02 */
2493 coeff[3] = 0xfff8; /* P_adp_noise_ext -0.001 */
2498 coeff[0] = 0x023d; /* P_adp_regul_cnt 0.07 */
2499 coeff[1] = 0xffdf; /* P_adp_noise_cnt -0.004 */
2500 coeff[2] = 0x00a4; /* P_adp_regul_ext 0.02 */
2501 coeff[3] = 0xfff0; /* P_adp_noise_ext -0.002 */
2506 coeff[
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c27 struct coeff { struct
571 ath_dbg(common, CALIBRATE, "tx chain %d: iq corr coeff=%x\n",
602 ath_dbg(common, CALIBRATE, "rx chain %d: iq corr coeff=%x\n",
657 struct coeff *coeff,
691 ar9003_hw_detect_outlier(coeff->mag_coeff[i],
695 ar9003_hw_detect_outlier(coeff->phs_coeff[i],
701 coeff->iqc_coeff[0] = (coeff->mag_coeff[i][im] & 0x7f) |
702 ((coeff
655 ar9003_hw_tx_iqcal_load_avg_2_passes(struct ath_hw *ah, u8 num_chains, struct coeff *coeff, bool is_reusable) argument
768 struct coeff coeff; local
[all...]
/drivers/net/wireless/b43/
H A Dphy_lp.c1391 u32 iq_comp, tx_gain, coeff, rf_power; local
1416 coeff = b43_lptab_read(dev, B43_LPTAB32(7, index + 448));
1418 coeff = b43_lptab_read(dev, B43_LPTAB32(10, index + 448));
1420 b43_lptab_write(dev, B43_LPTAB16(0, 85), coeff & 0xFFFF);
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1805 s32 *coeff; local
1830 coeff = &(hc->chan[ch].coeff[hc->chan[ch].coeff_count * 16]);
1855 coeff[co << 1] = mantissa;
1874 coeff[(co << 1) | 1] = mantissa;
1879 coeff[0], coeff[1], coeff[2], coeff[3],
1880 coeff[
[all...]
H A Dhfc_multi.h59 int coeff_count; /* curren coeff block */
60 s32 *coeff; /* memory pointer to 8 coeff blocks */ member in struct:hfc_chan
/drivers/media/video/
H A Dmx2_camera.c733 unsigned int coeff[2] = {0, 0}; local
744 coeff[j] = (coeff[j] << BC_COEF) |
748 coeff[j] <<= 1;
760 writel(coeff[0], pcdev->base_emma +
762 writel(coeff[1], pcdev->base_emma +
767 writel(coeff[0], pcdev->base_emma +
769 writel(coeff[1], pcdev->base_emma +
776 writel(coeff[0], pcdev->base_emma +
778 writel(coeff[
1213 int coeff, nxt; /* table output */ local
[all...]
/drivers/net/wireless/
H A Dairo.c953 u32 coeff[((EMMH32_MSGLEN_MAX)+3)>>2]; member in struct:__anon3162
1625 context->accum += (u64)(val) * context->coeff[coeff_position++];
1634 /* run through AES counter mode to generate context->coeff[] */
1642 for (i = 0; i < ARRAY_SIZE(context->coeff); ) {
1651 for (j = 0; (j < 16) && (i < ARRAY_SIZE(context->coeff)); ) {
1652 context->coeff[i++] = ntohl(*(__be32 *)&cipher[j]);

Completed in 182 milliseconds