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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dves1x93.h37 u32 xin; member in struct:ves1x93_config
H A Dves1820.h35 u32 xin; member in struct:ves1820_config
H A Dves1820.c125 if (symbolrate > state->config->xin / 2)
126 symbolrate = state->config->xin / 2;
131 if (symbolrate < state->config->xin / 16)
133 if (symbolrate < state->config->xin / 32)
135 if (symbolrate < state->config->xin / 64)
139 fpxin = state->config->xin * 10;
162 fin = state->config->xin >> 4;
171 BDRI = (((state->config->xin << 5) / symbolrate) + 1) / 2;
396 state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN/2)/64 */
397 state->frontend.ops.info.symbol_rate_max = (state->config->xin /
[all...]
H A Dves1x93.c184 if (srate > state->config->xin/2)
185 srate = state->config->xin/2;
192 FIN = (state->config->xin + 6000) >> 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/idea/
H A Di_skey.c63 static IDEA_INT inverse(unsigned int xin);
140 static IDEA_INT inverse(unsigned int xin) argument
144 if (xin == 0)
149 n2=xin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_skey.c62 static IDEA_INT inverse(unsigned int xin);
128 static IDEA_INT inverse(unsigned int xin) argument
132 if (xin == 0)
137 n2=xin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dbudget.c227 .xin = 90100000UL,
253 .xin = 57840000UL,
H A Dbudget-patch.c293 .xin = 90100000UL,
H A Dav7110.c1548 .xin = 90100000UL,
1575 .xin = 57840000UL,
1633 .xin = 57840000UL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c1308 .xin = 57840000UL,

Completed in 124 milliseconds