Home
last modified time | relevance | path

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

/linux/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/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 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/Documentation/translations/zh_TW/admin-guide/mm/
H A Dindex.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>
H A Dksm.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>
/linux/Documentation/translations/zh_CN/admin-guide/mm/
H A Dindex.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>
H A Dksm.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>
/linux/Documentation/translations/zh_CN/mm/
H A Dksm.rst7 徐鑫 xu xin <xu.xin16@zte.com.cn>
/linux/Documentation/devicetree/bindings/clock/
H A Dnuvoton,npcm750-clk.txt82 clk_xin: clk-xin {
/linux/drivers/media/pci/ttpci/
H A Dbudget.c236 .xin = 90100000UL,
264 .xin = 57840000UL,
/linux/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()
/linux/arch/arm64/boot/dts/renesas/
H A Drzg2lc-smarc-som.dtsi116 clock-names = "xin";
H A Drzg2l-smarc-som.dtsi163 clock-names = "xin";
/linux/drivers/staging/media/av7110/
H A Dav7110.c1565 .xin = 90100000UL,
1593 .xin = 57840000UL,
1648 .xin = 57840000UL,
/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c1330 .xin = 57840000UL,
/linux/
H A DMAINTAINERS12046 M: Xin Li <xin@zytor.com>
21279 M: Xin Long <lucien.xin@gmail.com>
24959 M: Xin Zeng <xin.zeng@intel.com>