Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
A Dves1820.c114 if (symbolrate > state->config->xin / 2) in ves1820_set_symbolrate()
115 symbolrate = state->config->xin / 2; in ves1820_set_symbolrate()
120 if (symbolrate < state->config->xin / 16) in ves1820_set_symbolrate()
122 if (symbolrate < state->config->xin / 32) in ves1820_set_symbolrate()
124 if (symbolrate < state->config->xin / 64) in ves1820_set_symbolrate()
128 fpxin = state->config->xin * 10ULL; in ves1820_set_symbolrate()
151 fin = state->config->xin >> 4; in ves1820_set_symbolrate()
160 BDRI = (((state->config->xin << 5) / symbolrate) + 1) / 2; in ves1820_set_symbolrate()
388 …state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN… in ves1820_attach()
389 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */ in ves1820_attach()
A Dves1x93.h24 u32 xin; member
A Dves1820.h23 u32 xin; member
A Dves1x93.c173 if (srate > state->config->xin/2) in ves1x93_set_symbolrate()
174 srate = state->config->xin/2; in ves1x93_set_symbolrate()
181 FIN = (state->config->xin + 6000) >> 4; in ves1x93_set_symbolrate()
/linux/drivers/media/tuners/
A Dfc0012.c127 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0012_set_params() local
227 xin = (unsigned short)(f_vco - (f_vco / xtal_freq_khz_2) * xtal_freq_khz_2); in fc0012_set_params()
228 xin = (xin << 15) / xtal_freq_khz_2; in fc0012_set_params()
229 if (xin >= 16384) in fc0012_set_params()
230 xin += 32768; in fc0012_set_params()
232 reg[3] = xin >> 8; /* xin with 9 bit resolution */ in fc0012_set_params()
233 reg[4] = xin & 0xff; in fc0012_set_params()
A Dfc0013.c218 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0013_set_params() local
380 xin = (unsigned short)(f_vco - (f_vco / xtal_freq_khz_2) * xtal_freq_khz_2); in fc0013_set_params()
381 xin = (xin << 15) / xtal_freq_khz_2; in fc0013_set_params()
382 if (xin >= 16384) in fc0013_set_params()
383 xin += 32768; in fc0013_set_params()
385 reg[3] = xin >> 8; in fc0013_set_params()
386 reg[4] = xin & 0xff; in fc0013_set_params()
A Dfc0011.c171 u32 fvco, xin, frac, xdiv, xdivr; in fc0011_set_params() local
214 xin = 0; in fc0011_set_params()
216 xin = clamp_t(u32, frac, 512, 65024); in fc0011_set_params()
217 regs[FC11_REG_XINHI] = xin >> 8; in fc0011_set_params()
218 regs[FC11_REG_XINLO] = xin; in fc0011_set_params()
/linux/arch/arm64/boot/dts/renesas/
A Dsalvator-x.dtsi27 clock-names = "xin";
A Dsalvator-xs.dtsi27 clock-names = "xin";
A Dbeacon-renesom-som.dtsi168 clock-names = "xin";
A Dhihope-common.dtsi192 clock-names = "xin";
A Dulcb.dtsi258 clock-names = "xin";
A Dbeacon-renesom-baseboard.dtsi360 clock-names = "xin";
/linux/Documentation/devicetree/bindings/clock/
A Didt,versaclock5.yaml71 enum: [ xin, clkin ]
176 clock-names = "xin";
A Dnuvoton,npcm750-clk.txt82 clk_xin: clk-xin {
/linux/drivers/media/pci/ttpci/
A Dbudget.c230 .xin = 90100000UL,
257 .xin = 57840000UL,
/linux/net/ceph/crush/
A Dmapper.c249 static __u64 crush_ln(unsigned int xin) in crush_ln() argument
251 unsigned int x = xin; in crush_ln()
/linux/drivers/staging/media/av7110/
A Dbudget-patch.c288 .xin = 90100000UL,
A Dav7110.c1577 .xin = 90100000UL,
1605 .xin = 57840000UL,
1665 .xin = 57840000UL,
/linux/drivers/media/usb/ttusb-budget/
A Ddvb-ttusb-budget.c1330 .xin = 57840000UL,

Completed in 35 milliseconds