Home
last modified time | relevance | path

Searched refs:crystal (Results 1 – 63 of 63) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dbrcm,iproc-clocks.txt8 LCPLL0, MIPIPLL, and etc., all derived from an onboard crystal. Each PLL
26 onboard crystal with a fixed rate
51 reference clock of the onboard crystal
66 crystal
102 crystal N/A N/A N/A
104 armpll crystal N/A N/A
106 keypad crystal (ASIU) 0 BCM_CYGNUS_ASIU_KEYPAD_CLK
107 adc/tsc crystal (ASIU) 1 BCM_CYGNUS_ASIU_ADC_CLK
108 pwm crystal (ASIU) 2 BCM_CYGNUS_ASIU_PWM_CLK
110 genpll crystal 0 BCM_CYGNUS_GENPLL
[all …]
Dvf610-clock.txt16 - sxosc (external crystal oscillator 32KHz, recommended)
17 - fxosc (external crystal oscillator 24MHz, recommended)
Drockchip,rk3188-cru.txt32 - "xin24m" - crystal input - required,
34 - "xin27m" - 27mhz crystal input on rk3066 - optional,
Dsamsung,s5pv210-clock.txt28 - "xxti": external crystal oscillator connected to XXTI and XXTO pins of
30 - "xusbxti": external crystal oscillator connected to XUSBXTI and XUSBXTO
Dti,cdce706.txt14 in case of crystal oscillator or differential signal input
Dingenic,cgu.txt13 Two such external clocks should be specified - first the external crystal
Dsamsung,s3c2412-clock.txt27 - "xti" - crystal input - required,
Drockchip,rk3288-cru.txt31 - "xin24m" - crystal input - required,
Dsamsung,s3c2443-clock.txt30 - "xti" - crystal input - required,
Drockchip,rk3368-cru.txt31 - "xin24m" - crystal input - required,
Dsilabs,si5351.txt56 /* 25MHz reference crystal */
/linux-4.4.14/arch/powerpc/boot/
Dmpc8xx.c23 u32 mpc885_get_clock(u32 crystal) in mpc885_get_clock() argument
50 ret = crystal * mfi; in mpc885_get_clock()
53 ret += crystal * mfn / (mfd + 1); in mpc885_get_clock()
74 int mpc885_fixup_clocks(u32 crystal) in mpc885_fixup_clocks() argument
76 u32 sysclk = mpc885_get_clock(crystal); in mpc885_fixup_clocks()
Dpq2.c31 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, in pq2_get_clocks() argument
53 mainclk = crystal * (pllmf + 1) / (plldf + 1); in pq2_get_clocks()
93 int pq2_fixup_clocks(u32 crystal) in pq2_fixup_clocks() argument
97 if (!pq2_get_clocks(crystal, &sysfreq, &corefreq, &timebase, &brgfreq)) in pq2_fixup_clocks()
Dmpc8xx.h8 u32 mpc885_get_clock(u32 crystal);
9 int mpc885_fixup_clocks(u32 crystal);
Dpq2.h6 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq,
9 int pq2_fixup_clocks(u32 crystal);
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dpllnv04.c48 int crystal = info->refclk; in getMNP_single() local
93 if (crystal/M < minU) in getMNP_single()
95 if (crystal/M > maxU) in getMNP_single()
99 N = (clkP * M + crystal/2) / crystal; in getMNP_single()
107 calcclk = ((N * crystal + P/2) / P + M/2) / M; in getMNP_single()
149 int crystal = info->refclk; in getMNP_double() local
165 if (crystal/M1 < minU1) in getMNP_double()
167 if (crystal/M1 > maxU1) in getMNP_double()
171 calcclk1 = crystal * N1 / M1; in getMNP_double()
Dgt215.c50 return device->crystal; in read_vco()
73 return device->crystal; in read_clk()
88 return device->crystal; in read_clk()
149 return device->crystal; in gt215_clk_read()
Dgf100.c75 sclk = device->crystal; in read_pll()
107 return device->crystal; in read_div()
158 return device->crystal; in gf100_clk_read()
Dgk104.c77 sclk = device->crystal; in read_pll()
115 return device->crystal; in read_div()
197 return device->crystal; in gk104_clk_read()
Dnv40.c106 return device->crystal; in nv40_clk_read()
Dmcp77.c91 return device->crystal; in mcp77_clk_read()
Dnv50.c202 return device->crystal; in nv50_clk_read()
Dgk20a.c571 return device->crystal; in gk20a_clk_read()
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dstmp3xxx-rtc.txt11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits.
13 "no crystal".
/linux-4.4.14/drivers/tty/serial/
Dmax3100.c121 int crystal; /* 1 if 3.6864Mhz crystal 0 for 1.8432 */ member
446 if (s->crystal) in max3100_set_termios()
452 param_new = 14 + s->crystal; in max3100_set_termios()
455 param_new = 13 + s->crystal; in max3100_set_termios()
458 param_new = 12 + s->crystal; in max3100_set_termios()
461 param_new = 11 + s->crystal; in max3100_set_termios()
464 param_new = 10 + s->crystal; in max3100_set_termios()
467 param_new = 9 + s->crystal; in max3100_set_termios()
470 param_new = 8 + s->crystal; in max3100_set_termios()
473 param_new = 1 + s->crystal; in max3100_set_termios()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/
Ductl.txt20 either "crystal" or "external".
31 /* Either "crystal" or "external" */
32 refclk-type = "crystal";
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgf119.c113 return (device->crystal * 1000) / 20; in gf119_fan_pwm_clock()
115 return device->crystal * 1000 / 10; in gf119_fan_pwm_clock()
129 nvkm_wr32(device, 0x00e724, device->crystal * 1000); in gf119_therm_init()
Dnv50.c110 pwm_clock = (device->crystal * 1000) >> pwm_div; in nv50_fan_pwm_clock()
114 pwm_clock = (device->crystal * 1000) / 20; in nv50_fan_pwm_clock()
Dgm107.c54 return therm->subdev.device->crystal * 1000; in gm107_fan_pwm_clock()
Dgt215.c50 nvkm_wr32(device, 0x00e724, device->crystal * 1000); in gt215_therm_init()
/linux-4.4.14/include/linux/
Dserial_max3100.h47 int crystal; member
/linux-4.4.14/drivers/clk/
DKconfig45 This driver supports Maxim 77686 crystal oscillator clock.
52 This driver supports Maxim 77802 crystal oscillator clock.
58 This driver supports RK808 crystal oscillator clock. These
123 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
Dnv41.c32 u32 f = device->crystal; in nv41_timer_init()
/linux-4.4.14/drivers/media/common/siano/
Dsms-cards.h96 unsigned int crystal; member
Dsms-cards.c149 .crystal = 2400,
Dsmscoreapi.c854 if (board->crystal) { in smscore_configure_board()
856 pr_debug("set crystal value %d\n", board->crystal); in smscore_configure_board()
861 crys_msg.msg_data[0] = board->crystal; in smscore_configure_board()
/linux-4.4.14/Documentation/video4linux/bttv/
DTHANKS14 single crystal operation possible.
DInsmod-options17 1: 28 MHz crystal installed
18 2: 35 MHz crystal installed
DCards46 Bt848a/Bt849 single crystal operation support possible!!!
78 - Bt848 (and others but always in 2 crystal operation???)
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dmaxim,max310x.txt16 - clock-names: Should be "xtal" if clock is an external crystal or
/linux-4.4.14/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts537 /* Either "crystal" or "external" */
538 refclk-type = "crystal";
562 /* Either "crystal" or "external" */
563 refclk-type = "crystal";
Docteon_68xx.dts592 /* Either "crystal" or "external" */
593 refclk-type = "crystal";
/linux-4.4.14/arch/arm/boot/dts/
Ddove-cubox.dts51 /* 25MHz reference crystal */
Darmada-xp-openblocks-ax3-4.dts111 /* No crystal connected to the internal RTC */
Darmada-xp-linksys-mamba.dts101 /* No crystal connected to the internal RTC */
Darmada-xp.dtsi297 /* 25 MHz reference crystal */
Darmada-38x.dtsi631 /* 25 MHz reference crystal */
Darmada-375.dtsi74 /* 25 MHz reference crystal */
/linux-4.4.14/Documentation/sound/alsa/soc/
Dclocking.txt13 (e.g. crystal, PLL, CPU clock) and is responsible for producing the correct
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dpll.c366 info->refclk = device->crystal; in nvbios_pll_parse()
398 if (device->crystal == 13500) { in nvbios_pll_parse()
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DCPUfreq.txt46 system is fed by the external crystal input is currently not
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgk104.c980 gk104_pll_calc_hiclk(int target_khz, int crystal, in gk104_pll_calc_hiclk() argument
997 cur_clk = gk104_calc_pll_output(0, 1, n_ref, p_ref, crystal); in gk104_pll_calc_hiclk()
1027 *fN1 = (u16)((((best_err / *N2 * *P2) * (*P1 * *M1)) << 13) / crystal); in gk104_pll_calc_hiclk()
1031 return gk104_calc_pll_output(*fN1, 1, *N1, *P1, crystal); in gk104_pll_calc_hiclk()
1059 ret = gk104_pll_calc_hiclk(next->freq, subdev->device->crystal, in gk104_ram_calc_xits()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h96 u32 crystal; member
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtps65910.txt58 - ti,en-ck32k-xtal: enable external 32-kHz crystal oscillator (see CK32K_CTRL
/linux-4.4.14/arch/arm/mach-s3c24xx/
DKconfig414 crystal.
420 crystal.
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dsamsung-phy.txt142 - ref: PHY's reference clock (usually crystal clock), used for
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c2481 case 0x00000000: device->crystal = 13500; break;
2482 case 0x00000040: device->crystal = 14318; break;
2483 case 0x00400000: device->crystal = 27000; break;
2484 case 0x00400040: device->crystal = 25000; break;
/linux-4.4.14/drivers/media/radio/
DKconfig170 bool "TEA5764 crystal reference"
174 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
/linux-4.4.14/arch/blackfin/
DKconfig428 int "Frequency of the crystal on the board in Hz"
437 The frequency of CLKIN crystal oscillator on the board in Hz.
438 Warning: This value should match the crystal on the board. Otherwise,
/linux-4.4.14/Documentation/networking/
Dcs89x0.txt563 Email :ethernet@crystal.cirrus.com
604 ethernet@crystal.cirrus.com) and request that you be registered for automatic
/linux-4.4.14/arch/m68k/
DKconfig.cpu443 crystal fitted to your board. Some processors have an internal
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt281 packets. MTC packets record time using the hardware crystal
310 Where CTC is the hardware crystal clock, the frequency of which
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt201 The clock uses a 32.768kHz crystal, so bits 6-4 of register A should be