Home
last modified time | relevance | path

Searched full:xin (Results 1 – 25 of 52) sorted by relevance

123

/Linux-v5.10/drivers/media/dvb-frontends/
Dtda10021.c43 #define XIN 57840000UL macro
45 #define FIN (XIN >> 4)
144 if (symbolrate > XIN / 2) in tda10021_set_symbolrate()
145 symbolrate = XIN / 2; in tda10021_set_symbolrate()
149 if (symbolrate < XIN / 16) in tda10021_set_symbolrate()
151 if (symbolrate < XIN / 32) in tda10021_set_symbolrate()
153 if (symbolrate < XIN / 64) in tda10021_set_symbolrate()
156 if (symbolrate < XIN * 10 / 123) in tda10021_set_symbolrate()
158 if (symbolrate < XIN * 10 / 160) in tda10021_set_symbolrate()
160 if (symbolrate < XIN * 10 / 246) in tda10021_set_symbolrate()
[all …]
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()
Dves1820.h22 /* value of XIN to use */
23 u32 xin; member
Dves1x93.h23 /* value of XIN to use */
24 u32 xin; member
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-v5.10/drivers/media/tuners/
Dfc0011.c19 FC11_REG_XINHI, /* XIN high 8 bit */
20 FC11_REG_XINLO, /* XIN low 8 bit */
171 u32 fvco, xin, frac, xdiv, xdivr; in fc0011_set_params() local
206 /* Calc XIN. The PLL reference frequency is 18 MHz. */ in fc0011_set_params()
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()
423 …dev_dbg(&priv->i2c->dev, "Tuned to fa=%02X fp=%02X xin=%02X%02X vco=%02X vcosel=%02X vcocal=%02X(%… in fc0011_set_params()
Dfc0012.c127 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0012_set_params() local
225 /* From VCO frequency determines the XIN ( fractional part of Delta in fc0012_set_params()
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()
Dfc0013.c218 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0013_set_params() local
378 /* From VCO frequency determines the XIN ( fractional part of Delta in fc0013_set_params()
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()
/Linux-v5.10/drivers/clk/sirf/
Dclk-atlas7.c391 "xin",
724 "xin",
731 "xin",
740 "xin",
749 "xin",
758 "xin",
766 "xin",
775 "xin",
784 "xin",
793 "xin",
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Didt,versaclock5.yaml57 enum: [ xin, clkin ]
133 /* Connect XIN input to 25MHz reference */
135 clock-names = "xin";
Dat91-clock.txt21 provided on XIN.
48 provided on XIN.
Dnuvoton,npcm750-clk.txt82 clk_xin: clk-xin {
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_vbif.h33 * @clk_ctrl: clock control identifier of the xin
68 * dpu_vbif_init_memtypes - initialize xin memory types for vbif
Ddpu_vbif.c15 * _dpu_vbif_wait_for_xin_halt - wait for the xin to halt
90 DPU_DEBUG("vbif:%d xin:%d w:%d h:%d fps:%d pps:%llu ot:%u\n", in _dpu_vbif_apply_dynamic_ot_limit()
136 DPU_DEBUG("vbif:%d xin:%d ot_lim:%d\n", in _dpu_vbif_get_ot_limit()
248 DPU_DEBUG("vbif:%d xin:%d lvl:%d/%d\n", in dpu_vbif_set_qos_remap()
/Linux-v5.10/include/net/sctp/
Dstream_interleave.h13 * Xin Long <lucien.xin@gmail.com>
/Linux-v5.10/include/dt-bindings/clock/
Dhi3620-clock.h7 * Xin Li <li.xin@linaro.org>
/Linux-v5.10/drivers/clk/hisilicon/
Dclkgate-separated.c9 * Xin Li <li.xin@linaro.org>
Dclk.h9 * Xin Li <li.xin@linaro.org>
Dclk.c9 * Xin Li <li.xin@linaro.org>
/Linux-v5.10/arch/arm64/boot/dts/renesas/
Dsalvator-x.dtsi27 clock-names = "xin";
Dsalvator-xs.dtsi27 clock-names = "xin";
/Linux-v5.10/drivers/hid/
Dhid-xinmo.c3 * HID driver for Xin-Mo devices, currently only the Dual Arcade controller.
DKconfig1101 tristate "Xin-Mo non-fully compliant devices"
1104 Support for Xin-Mo devices that are not fully compliant with the HID
1105 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
1106 if you have a Xin-Mo Dual Arcade controller.
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dkernel-enforcement-statement.rst106 - Xin Long
/Linux-v5.10/drivers/media/pci/ddbridge/
Dddbridge-dummy-fe.c124 /* symbol_rate_min: SACLK/64 == (XIN/2)/64 */

123