Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/media/dvb-frontends/
H 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()
H A Dves1x93.h24 u32 xin; member
H A Dves1820.h23 u32 xin; member
H 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-6.15/drivers/media/tuners/
H 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()
H A Dfc0013.c154 unsigned short xtal_freq_khz_2, xin, xdiv; in fc0013_set_params() local
316 xin = (unsigned short)(f_vco - (f_vco / xtal_freq_khz_2) * xtal_freq_khz_2); in fc0013_set_params()
317 xin = (xin << 15) / xtal_freq_khz_2; in fc0013_set_params()
318 if (xin >= 16384) in fc0013_set_params()
319 xin += 32768; in fc0013_set_params()
321 reg[3] = xin >> 8; in fc0013_set_params()
322 reg[4] = xin & 0xff; in fc0013_set_params()
H 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-6.15/Documentation/devicetree/bindings/regulator/
H A 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.15/Documentation/devicetree/bindings/clock/
H A Drenesas,versaclock7.yaml33 - const: xin
62 clock-names = "xin";
H A Didt,versaclock5.yaml73 enum: [ xin, clkin ]
177 clock-names = "xin";
H A Dnuvoton,npcm750-clk.txt82 clk_xin: clk-xin {
/linux-6.15/Documentation/devicetree/bindings/rtc/
H A Disil,isl1208.yaml33 Use xin, if connected to an external crystal.
36 - xin
/linux-6.15/arch/arm64/boot/dts/renesas/
H A Dsalvator-x.dtsi27 clock-names = "xin";
H A Dsalvator-xs.dtsi27 clock-names = "xin";
H A Dbeacon-renesom-som.dtsi166 clock-names = "xin";
H A Dhihope-common.dtsi200 clock-names = "xin";
H A Drzg2lc-smarc-som.dtsi116 clock-names = "xin";
/linux-6.15/Documentation/translations/zh_TW/admin-guide/mm/
H A Dindex.rst7 徐鑫 xu xin <[email protected]>
H A Dksm.rst7 徐鑫 xu xin <[email protected]>
/linux-6.15/Documentation/translations/zh_CN/admin-guide/mm/
H A Dindex.rst7 徐鑫 xu xin <[email protected]>
H A Dksm.rst7 徐鑫 xu xin <[email protected]>
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dksm.rst7 徐鑫 xu xin <[email protected]>
/linux-6.15/include/uapi/linux/media/raspberrypi/
H A Dpisp_fe_config.h220 __u8 xin; member
/linux-6.15/drivers/media/pci/ttpci/
H A Dbudget.c236 .xin = 90100000UL,
264 .xin = 57840000UL,
/linux-6.15/net/ceph/crush/
H A Dmapper.c249 static __u64 crush_ln(unsigned int xin) in crush_ln() argument
251 unsigned int x = xin; in crush_ln()

12