Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A 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 …]
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 Dves1820.h22 /* value of XIN to use */
23 u32 xin; member
H A Dves1x93.h23 /* value of XIN to use */
24 u32 xin; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/lzo/lzo/
H A D0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch2 From: Fan Xin <fan.xin@jp.fujitsu.com>
8 Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/data/
H A Drawdict_utf16_65105_freq.txt10409 阠 0.561509112844 1 xin
10410 礥 0.578556378988 1 xin
10411 愖 0.9691786136 1 xin
10412 鬵 0.999847817317 1 xin
10413 橝 1.15534975655 1 xin
10414 妡 1.34505570489 1 xin
10415 釁 1.39977674479 1 xin
10416 盺 1.40326980564 1 xin
10417 庍 1.40501960348 1 xin
10418 惞 1.80945021625 1 xin
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c267 int xin, yin; in xf86_crtc_convert_cursor_to_argb() local
278 cursor_info->MaxHeight, x, y, &xin, &yin); in xf86_crtc_convert_cursor_to_argb()
279 if (get_bit(src, cursor_info, xin, yin, TRUE) == in xf86_crtc_convert_cursor_to_argb()
281 if (get_bit(src, cursor_info, xin, yin, FALSE)) in xf86_crtc_convert_cursor_to_argb()
508 int xin, yin; in xf86_crtc_load_cursor_image() local
519 x, y, &xin, &yin); in xf86_crtc_load_cursor_image()
520 if (get_bit(src, cursor_info, xin, yin, FALSE)) in xf86_crtc_load_cursor_image()
522 if (get_bit(src, cursor_info, xin, yin, TRUE)) in xf86_crtc_load_cursor_image()
607 int xin, yin; in xf86_crtc_load_cursor_argb() local
618 &xin, &yin); in xf86_crtc_load_cursor_argb()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/sirf/
H A Dclk-atlas7.c391 "xin",
724 "xin",
731 "xin",
740 "xin",
749 "xin",
758 "xin",
766 "xin",
775 "xin",
784 "xin",
793 "xin",
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicopy.c134 int xIn, in miDoCopy() argument
163 (*pSrcDrawable->pScreen->SourceValidate) (pSrcDrawable, xIn, yIn, in miDoCopy()
202 xIn += pSrcDrawable->x; in miDoCopy()
208 box_x1 = xIn; in miDoCopy()
210 box_x2 = xIn + widthSrc; in miDoCopy()
213 dx = xIn - xOut; in miDoCopy()
302 xIn - pSrcDrawable->x, in miDoCopy()
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A 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()
H A 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()
H A 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()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbcopy.c242 int xIn, int yIn, int widthSrc, int heightSrc, int xOut, int yOut) in fbCopyArea() argument
244 return miDoCopy(pSrcDrawable, pDstDrawable, pGC, xIn, yIn, in fbCopyArea()
252 int xIn, in fbCopyPlane() argument
259 xIn, yIn, widthSrc, heightSrc, in fbCopyPlane()
262 return miDoCopy(pSrcDrawable, pDstDrawable, pGC, xIn, yIn, in fbCopyPlane()
267 xIn, yIn, in fbCopyPlane()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4_p.h687 double xin, yin; variable
689 xin = point.x();
691 x = xin * matrix.m[0][0] +
694 y = xin * matrix.m[1][0] +
697 w = xin * matrix.m[3][0] +
708 double xin, yin; variable
710 xin = point.x();
712 x = xin * matrix.m[0][0] +
715 y = xin * matrix.m[1][0] +
718 w = xin * matrix.m[3][0] +
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/
H A Dtremor-arm-thumb2.patch1 From: Xin Ouyang <Xin.Ouyang@windriver.com>
16 Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Didt,versaclock5.yaml57 enum: [ xin, clkin ]
133 /* Connect XIN input to 25MHz reference */
135 clock-names = "xin";
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0002-Makefile-modify-compile-parameters.patch2 From: Li xin <lixin.fnst@cn.fujitsu.com>
6 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/files/
H A Dcpu_set.patch5 Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/openct/openct/
H A Detc-openct_usb.in-modify-UDEVINFO.patch2 From: Li xin <lixin.fnst@cn.fujitsu.com>
10 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
H A Detc-openct.udev.in-disablePROGRAM.patch2 From: Li xin <lixin.fnst@cn.fujitsu.com>
10 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/cairo/cairo/
H A Dcairo-get_bitmap_surface-bsc1036789-CVE-2017-7475.diff8 Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/files/
H A D0001-usr-Makefile-WARNING-fix.patch2 From: Li xin <lixin.fnst@cn.fujitsu.com>
11 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_vbif.h33 * @clk_ctrl: clock control identifier of the xin
68 * dpu_vbif_init_memtypes - initialize xin memory types for vbif
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0001-config_os_headers-Error-Fix.patch2 From: Li xin <lixin.fnst@cn.fujitsu.com>
15 Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
/OK3568_Linux_fs/buildroot/package/libteam/
H A D0001-revert-disregard-current-state.patch2 From: Xin Long <lucien.xin@gmail.com>

12345