Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dves1820.c126 if (symbolrate > state->config->xin / 2) in ves1820_set_symbolrate()
127 symbolrate = state->config->xin / 2; in ves1820_set_symbolrate()
132 if (symbolrate < state->config->xin / 16) in ves1820_set_symbolrate()
134 if (symbolrate < state->config->xin / 32) in ves1820_set_symbolrate()
136 if (symbolrate < state->config->xin / 64) in ves1820_set_symbolrate()
140 fpxin = state->config->xin * 10ULL; in ves1820_set_symbolrate()
163 fin = state->config->xin >> 4; in ves1820_set_symbolrate()
172 BDRI = (((state->config->xin << 5) / symbolrate) + 1) / 2; in ves1820_set_symbolrate()
400 …state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN… in ves1820_attach()
401 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */ in ves1820_attach()
Dves1x93.h37 u32 xin; member
Dves1820.h35 u32 xin; member
Dves1x93.c186 if (srate > state->config->xin/2) in ves1x93_set_symbolrate()
187 srate = state->config->xin/2; in ves1x93_set_symbolrate()
194 FIN = (state->config->xin + 6000) >> 4; in ves1x93_set_symbolrate()
/Linux-v4.19/drivers/media/tuners/
Dfc0012.c136 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0012_set_params() local
236 xin = (unsigned short)(f_vco - (f_vco / xtal_freq_khz_2) * xtal_freq_khz_2); in fc0012_set_params()
237 xin = (xin << 15) / xtal_freq_khz_2; in fc0012_set_params()
238 if (xin >= 16384) in fc0012_set_params()
239 xin += 32768; in fc0012_set_params()
241 reg[3] = xin >> 8; /* xin with 9 bit resolution */ in fc0012_set_params()
242 reg[4] = xin & 0xff; in fc0012_set_params()
Dfc0013.c228 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0013_set_params() local
390 xin = (unsigned short)(f_vco - (f_vco / xtal_freq_khz_2) * xtal_freq_khz_2); in fc0013_set_params()
391 xin = (xin << 15) / xtal_freq_khz_2; in fc0013_set_params()
392 if (xin >= 16384) in fc0013_set_params()
393 xin += 32768; in fc0013_set_params()
395 reg[3] = xin >> 8; in fc0013_set_params()
396 reg[4] = xin & 0xff; in fc0013_set_params()
Dfc0011.c180 u32 fvco, xin, frac, xdiv, xdivr; in fc0011_set_params() local
223 xin = 0; in fc0011_set_params()
225 xin = clamp_t(u32, frac, 512, 65024); in fc0011_set_params()
226 regs[FC11_REG_XINHI] = xin >> 8; in fc0011_set_params()
227 regs[FC11_REG_XINLO] = xin; in fc0011_set_params()
/Linux-v4.19/Documentation/devicetree/bindings/clock/
Didt,versaclock5.txt29 5p49v6901: (required) either or both of "xin", "clkin".
82 clock-names = "xin";
Dnuvoton,npcm750-clk.txt82 clk_xin: clk-xin {
/Linux-v4.19/arch/arm64/boot/dts/renesas/
Dsalvator-x.dtsi27 clock-names = "xin";
Dsalvator-xs.dtsi27 clock-names = "xin";
Dulcb.dtsi237 clock-names = "xin";
/Linux-v4.19/net/ceph/crush/
Dmapper.c249 static __u64 crush_ln(unsigned int xin) in crush_ln() argument
251 unsigned int x = xin; in crush_ln()
/Linux-v4.19/drivers/media/pci/ttpci/
Dbudget.c244 .xin = 90100000UL,
271 .xin = 57840000UL,
Dbudget-patch.c302 .xin = 90100000UL,
Dav7110.c1591 .xin = 90100000UL,
1619 .xin = 57840000UL,
1679 .xin = 57840000UL,
/Linux-v4.19/arch/powerpc/boot/dts/
Dvirtex440-ml507.dts360 xlnx,has-external-xin = <0>;
Dvirtex440-ml510.dts313 xlnx,has-external-xin = <0x0>;
/Linux-v4.19/arch/arm/boot/dts/
Datlas7.dtsi52 xin {
56 clock-output-names = "xin";
/Linux-v4.19/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c1371 .xin = 57840000UL,