/linux-4.1.27/arch/powerpc/boot/ |
D | mpc8xx.c | 23 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()
|
D | pq2.c | 31 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()
|
D | mpc8xx.h | 8 u32 mpc885_get_clock(u32 crystal); 9 int mpc885_fixup_clocks(u32 crystal);
|
D | pq2.h | 6 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, 9 int pq2_fixup_clocks(u32 crystal);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | pllnv04.c | 48 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()
|
D | gt215.c | 49 return nv_device(priv)->crystal; in read_vco() 71 return nv_device(priv)->crystal; in read_clk() 86 return nv_device(priv)->crystal; in read_clk() 144 return nv_device(priv)->crystal; in gt215_clk_read()
|
D | gf100.c | 75 sclk = nv_device(priv)->crystal; in read_pll() 106 return nv_device(priv)->crystal; in read_div() 155 return device->crystal; in gf100_clk_read()
|
D | gk104.c | 75 sclk = nv_device(priv)->crystal; in read_pll() 112 return nv_device(priv)->crystal; in read_div() 191 return device->crystal; in gk104_clk_read()
|
D | nv40.c | 112 return nv_device(priv)->crystal; in nv40_clk_read()
|
D | mcp77.c | 87 return nv_device(priv)->crystal; in mcp77_clk_read()
|
D | nv50.c | 198 return nv_device(priv)->crystal; in nv50_clk_read()
|
D | gk20a.c | 569 return nv_device(clk)->crystal; in gk20a_clk_read()
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | stmp3xxx-rtc.txt | 11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits. 13 "no crystal".
|
/linux-4.1.27/drivers/tty/serial/ |
D | max3100.c | 121 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.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | uctl.txt | 20 either "crystal" or "external". 31 /* Either "crystal" or "external" */ 32 refclk-type = "crystal";
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | nv50.c | 100 int crystal = nv_device(therm)->crystal; in nv50_fan_pwm_clock() local 112 pwm_clock = (crystal * 1000) >> pwm_div; in nv50_fan_pwm_clock() 116 pwm_clock = (crystal * 1000) / 20; in nv50_fan_pwm_clock()
|
D | gf110.c | 113 return (nv_device(therm)->crystal * 1000) / 20; in gf110_fan_pwm_clock() 115 return nv_device(therm)->crystal * 1000 / 10; in gf110_fan_pwm_clock() 132 nv_wr32(priv, 0x00e724, nv_device(priv)->crystal * 1000); in gf110_therm_init()
|
D | gm107.c | 58 return nv_device(therm)->crystal * 1000; in gm107_fan_pwm_clock()
|
D | gt215.c | 59 nv_wr32(priv, 0x00e724, nv_device(priv)->crystal * 1000); in gt215_therm_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | vf610-clock.txt | 16 - sxosc (external crystal oscillator 32KHz, recommended) 17 - fxosc (external crystal oscillator 24MHz, recommended)
|
D | rockchip,rk3188-cru.txt | 32 - "xin24m" - crystal input - required, 34 - "xin27m" - 27mhz crystal input on rk3066 - optional,
|
D | samsung,s5pv210-clock.txt | 28 - "xxti": external crystal oscillator connected to XXTI and XXTO pins of 30 - "xusbxti": external crystal oscillator connected to XUSBXTI and XUSBXTO
|
D | ti,cdce706.txt | 14 in case of crystal oscillator or differential signal input
|
D | samsung,s3c2412-clock.txt | 27 - "xti" - crystal input - required,
|
D | rockchip,rk3288-cru.txt | 31 - "xin24m" - crystal input - required,
|
D | samsung,s3c2443-clock.txt | 30 - "xti" - crystal input - required,
|
D | silabs,si5351.txt | 56 /* 25MHz reference crystal */
|
/linux-4.1.27/drivers/clk/ |
D | Kconfig | 44 This driver supports Maxim 77686 crystal oscillator clock. 51 This driver supports Maxim 77802 crystal oscillator clock. 57 This driver supports RK808 crystal oscillator clock. These 85 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator
|
/linux-4.1.27/include/linux/ |
D | serial_max3100.h | 47 int crystal; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 434 case 0x00000000: device->crystal = 13500; break; 435 case 0x00000040: device->crystal = 14318; break; 436 case 0x00400000: device->crystal = 27000; break; 437 case 0x00400040: device->crystal = 25000; break; 440 nv_debug(device, "crystal freq: %dKHz\n", device->crystal);
|
/linux-4.1.27/drivers/media/common/siano/ |
D | sms-cards.h | 96 unsigned int crystal; member
|
D | sms-cards.c | 149 .crystal = 2400,
|
D | smscoreapi.c | 854 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.1.27/Documentation/video4linux/bttv/ |
D | THANKS | 14 single crystal operation possible.
|
D | Insmod-options | 17 1: 28 MHz crystal installed 18 2: 35 MHz crystal installed
|
D | Cards | 46 Bt848a/Bt849 single crystal operation support possible!!! 78 - Bt848 (and others but always in 2 crystal operation???)
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 36 u32 crystal; member
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | maxim,max310x.txt | 16 - clock-names: Should be "xtal" if clock is an external crystal or
|
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dts | 537 /* Either "crystal" or "external" */ 538 refclk-type = "crystal"; 562 /* Either "crystal" or "external" */ 563 refclk-type = "crystal";
|
D | octeon_68xx.dts | 592 /* Either "crystal" or "external" */ 593 refclk-type = "crystal";
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | dove-cubox.dts | 51 /* 25MHz reference crystal */
|
D | armada-xp-openblocks-ax3-4.dts | 109 /* No crystal connected to the internal RTC */
|
D | armada-xp.dtsi | 254 /* 25 MHz reference crystal */
|
D | armada-xp-linksys-mamba.dts | 99 /* No crystal connected to the internal RTC */
|
D | armada-375.dtsi | 74 /* 25 MHz reference crystal */
|
D | armada-38x.dtsi | 591 /* 25 MHz reference crystal */
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | clocking.txt | 13 (e.g. crystal, PLL, CPU clock) and is responsible for producing the correct
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | pll.c | 364 info->refclk = nv_device(bios)->crystal; in nvbios_pll_parse() 396 if (nv_device(bios)->crystal == 13500) { in nvbios_pll_parse()
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 46 system is fed by the external crystal input is currently not
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 165 f = device->crystal; in nv04_timer_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | tps65910.txt | 58 - ti,en-ck32k-xtal: enable external 32-kHz crystal oscillator (see CK32K_CTRL
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | Kconfig | 409 crystal. 415 crystal.
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | samsung-phy.txt | 139 - ref: PHY's reference clock (usually crystal clock), used for
|
/linux-4.1.27/drivers/media/radio/ |
D | Kconfig | 170 bool "TEA5764 crystal reference" 174 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 428 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.1.27/Documentation/networking/ |
D | cs89x0.txt | 563 Email :ethernet@crystal.cirrus.com 604 ethernet@crystal.cirrus.com) and request that you be registered for automatic
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 435 crystal fitted to your board. Some processors have an internal
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 201 The clock uses a 32.768kHz crystal, so bits 6-4 of register A should be
|