Home
last modified time | relevance | path

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

1234

/linux-6.12.1/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
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Drenesas,raa215300.yaml46 provided(either xin or clkin).
51 Use xin, if connected to an external crystal.
54 - xin
83 clock-names = "xin";
/linux-6.12.1/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-6.12.1/Documentation/devicetree/bindings/clock/
Drenesas,versaclock7.yaml33 - const: xin
62 clock-names = "xin";
Didt,versaclock5.yaml73 enum: [ xin, clkin ]
175 /* Connect XIN input to 25MHz reference */
177 clock-names = "xin";
Datmel,at91sam9x5-sckc.yaml37 description: set when a clock signal is directly provided on XIN
/linux-6.12.1/drivers/hid/
Dhid-xinmo.c3 * HID driver for Xin-Mo devices, currently only the Dual Arcade controller.
59 MODULE_DESCRIPTION("HID driver for Xin-Mo devices");
/linux-6.12.1/include/net/sctp/
Dstream_interleave.h13 * Xin Long <lucien.xin@gmail.com>
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Disil,isl1208.yaml33 Use xin, if connected to an external crystal.
36 - xin
/linux-6.12.1/include/dt-bindings/clock/
Dhi3620-clock.h7 * Xin Li <li.xin@linaro.org>
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_vbif.c35 * _dpu_vbif_wait_for_xin_halt - wait for the xin to halt
110 DRM_DEBUG_ATOMIC("%s xin:%d w:%d h:%d fps:%d pps:%llu ot:%u\n", in _dpu_vbif_apply_dynamic_ot_limit()
156 DRM_DEBUG_ATOMIC("%s xin:%d ot_lim:%d\n", in _dpu_vbif_get_ot_limit()
240 DRM_DEBUG_ATOMIC("%s xin:%d lvl:%d/%d\n", in dpu_vbif_set_qos_remap()
Ddpu_vbif.h64 * dpu_vbif_init_memtypes - initialize xin memory types for vbif
/linux-6.12.1/drivers/clk/hisilicon/
Dclkgate-separated.c9 * Xin Li <li.xin@linaro.org>
Dclk.h9 * Xin Li <li.xin@linaro.org>
/linux-6.12.1/net/sctp/
Dstream_sched_fc.c14 * Xin Long <lucien.xin@gmail.com>
/linux-6.12.1/arch/arm64/boot/dts/renesas/
Dsalvator-x.dtsi27 clock-names = "xin";
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/mm/
Dindex.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/mm/
Dindex.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Danalogix,anx7411.yaml10 - Xin Ji <xji@analogixsemi.com>
/linux-6.12.1/Documentation/translations/zh_CN/mm/
Dksm.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>

1234