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

/drivers/media/dvb/frontends/
H A Dmb86a16.c755 int *afcex_freq,
770 *afcex_freq = *fOSC * 1000 - crnt_swp_freq;
772 *afcex_freq = crnt_swp_freq - *fOSC * 1000;
774 AFCEX = *afcex_freq * 8192 / state->master_clk;
781 int SIGMIN, int fOSC, int afcex_freq, int swp_ofs, unsigned char *SIG1)
793 swp_freq = fOSC * 1000 + afcex_freq - swp_ofs;
801 swp_freq = fOSC * 1000 + afcex_freq;
813 swp_freq = fOSC * 1000 + afcex_freq - swp_ofs;
816 swp_freq = fOSC * 1000 + afcex_freq - swp_ofs * 2;
829 swp_freq = fOSC * 1000 + afcex_freq;
749 swp_info_get(struct mb86a16_state *state, int fOSC_start, int smrt, int v, int R, int swp_ofs, int *fOSC, int *afcex_freq, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
780 swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vmin, int SIGMIN, int fOSC, int afcex_freq, int swp_ofs, unsigned char *SIG1) argument
928 swp_info_get2(struct mb86a16_state *state, int smrt, int R, int swp_freq, int *afcex_freq, int *fOSC, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
954 afcex_info_get(struct mb86a16_state *state, int afcex_freq, unsigned char *AFCEX_L, unsigned char *AFCEX_H) argument
1052 int afcex_freq; local
[all...]

Completed in 95 milliseconds