Home
last modified time | relevance | path

Searched refs:xin (Results 1 – 11 of 11) sorted by relevance

/drivers/media/dvb-frontends/
Dves1820.c125 if (symbolrate > state->config->xin / 2) in ves1820_set_symbolrate()
126 symbolrate = state->config->xin / 2; in ves1820_set_symbolrate()
131 if (symbolrate < state->config->xin / 16) in ves1820_set_symbolrate()
133 if (symbolrate < state->config->xin / 32) in ves1820_set_symbolrate()
135 if (symbolrate < state->config->xin / 64) in ves1820_set_symbolrate()
139 fpxin = state->config->xin * 10; in ves1820_set_symbolrate()
162 fin = state->config->xin >> 4; in ves1820_set_symbolrate()
171 BDRI = (((state->config->xin << 5) / symbolrate) + 1) / 2; in ves1820_set_symbolrate()
398 …state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN… in ves1820_attach()
399 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */ in ves1820_attach()
Dves1x93.c185 if (srate > state->config->xin/2) in ves1x93_set_symbolrate()
186 srate = state->config->xin/2; in ves1x93_set_symbolrate()
193 FIN = (state->config->xin + 6000) >> 4; in ves1x93_set_symbolrate()
Dves1x93.h37 u32 xin; member
Dves1820.h35 u32 xin; member
/drivers/media/tuners/
Dfc0012.c141 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0012_set_params() local
241 xin = (unsigned short)(f_vco - (f_vco / xtal_freq_khz_2) * xtal_freq_khz_2); in fc0012_set_params()
242 xin = (xin << 15) / xtal_freq_khz_2; in fc0012_set_params()
243 if (xin >= 16384) in fc0012_set_params()
244 xin += 32768; in fc0012_set_params()
246 reg[3] = xin >> 8; /* xin with 9 bit resolution */ in fc0012_set_params()
247 reg[4] = xin & 0xff; in fc0012_set_params()
Dfc0013.c235 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0013_set_params() local
397 xin = (unsigned short)(f_vco - (f_vco / xtal_freq_khz_2) * xtal_freq_khz_2); in fc0013_set_params()
398 xin = (xin << 15) / xtal_freq_khz_2; in fc0013_set_params()
399 if (xin >= 16384) in fc0013_set_params()
400 xin += 32768; in fc0013_set_params()
402 reg[3] = xin >> 8; in fc0013_set_params()
403 reg[4] = xin & 0xff; in fc0013_set_params()
Dfc0011.c186 u32 fvco, xin, frac, xdiv, xdivr; in fc0011_set_params() local
229 xin = 0; in fc0011_set_params()
231 xin = clamp_t(u32, frac, 512, 65024); in fc0011_set_params()
232 regs[FC11_REG_XINHI] = xin >> 8; in fc0011_set_params()
233 regs[FC11_REG_XINLO] = xin; in fc0011_set_params()
/drivers/media/pci/ttpci/
Dbudget.c243 .xin = 90100000UL,
270 .xin = 57840000UL,
Dbudget-patch.c302 .xin = 90100000UL,
Dav7110.c1609 .xin = 90100000UL,
1637 .xin = 57840000UL,
1697 .xin = 57840000UL,
/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1381 .xin = 57840000UL,