| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | brcm,iproc-clocks.txt | 8 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 103 crystal N/A N/A N/A 105 armpll crystal N/A N/A 107 keypad crystal (ASIU) 0 BCM_CYGNUS_ASIU_KEYPAD_CLK 108 adc/tsc crystal (ASIU) 1 BCM_CYGNUS_ASIU_ADC_CLK 109 pwm crystal (ASIU) 2 BCM_CYGNUS_ASIU_PWM_CLK 111 genpll crystal 0 BCM_CYGNUS_GENPLL [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | brcm,iproc-clocks.txt | 8 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 103 crystal N/A N/A N/A 105 armpll crystal N/A N/A 107 keypad crystal (ASIU) 0 BCM_CYGNUS_ASIU_KEYPAD_CLK 108 adc/tsc crystal (ASIU) 1 BCM_CYGNUS_ASIU_ADC_CLK 109 pwm crystal (ASIU) 2 BCM_CYGNUS_ASIU_PWM_CLK 111 genpll crystal 0 BCM_CYGNUS_GENPLL [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | mpc8xx.c | 19 /* Return system clock from crystal frequency */ 20 u32 mpc885_get_clock(u32 crystal) in mpc885_get_clock() argument 46 ret = crystal * mfi; in mpc885_get_clock() 49 ret += crystal * mfn / (mfd + 1); in mpc885_get_clock() 70 int mpc885_fixup_clocks(u32 crystal) in mpc885_fixup_clocks() argument 72 u32 sysclk = mpc885_get_clock(crystal); in mpc885_fixup_clocks()
|
| D | pq2.c | 25 /* Get various clocks from crystal frequency. 28 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, in pq2_get_clocks() argument 50 mainclk = crystal * (pllmf + 1) / (plldf + 1); in pq2_get_clocks() 90 int pq2_fixup_clocks(u32 crystal) in pq2_fixup_clocks() argument 94 if (!pq2_get_clocks(crystal, &sysfreq, &corefreq, &timebase, &brgfreq)) in pq2_fixup_clocks()
|
| D | mpc8xx.h | 9 u32 mpc885_get_clock(u32 crystal); 10 int mpc885_fixup_clocks(u32 crystal);
|
| D | pq2.h | 7 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, 10 int pq2_fixup_clocks(u32 crystal);
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| D | pllnv04.c | 48 int crystal = info->refclk; in getMNP_single() local 55 /* possibly correlated with introduction of 27MHz crystal */ in getMNP_single() 93 if (crystal/M < minU) in getMNP_single() 95 if (crystal/M > maxU) in getMNP_single() 98 /* add crystal/2 to round better */ 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() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| D | pllnv04.c | 48 int crystal = info->refclk; in getMNP_single() local 55 /* possibly correlated with introduction of 27MHz crystal */ in getMNP_single() 93 if (crystal/M < minU) in getMNP_single() 95 if (crystal/M > maxU) in getMNP_single() 98 /* add crystal/2 to round better */ 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() [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/boot/ |
| D | mpc8xx.c | 22 /* Return system clock from crystal frequency */ 23 u32 mpc885_get_clock(u32 crystal) in mpc885_get_clock() argument 49 ret = crystal * mfi; in mpc885_get_clock() 52 ret += crystal * mfn / (mfd + 1); in mpc885_get_clock() 73 int mpc885_fixup_clocks(u32 crystal) in mpc885_fixup_clocks() argument 75 u32 sysclk = mpc885_get_clock(crystal); in mpc885_fixup_clocks()
|
| D | pq2.c | 28 /* Get various clocks from crystal frequency. 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 | 9 u32 mpc885_get_clock(u32 crystal); 10 int mpc885_fixup_clocks(u32 crystal);
|
| D | pq2.h | 7 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, 10 int pq2_fixup_clocks(u32 crystal);
|
| /kernel/linux/linux-5.10/drivers/acpi/pmic/ |
| D | intel_pmic_chtcrc.c | 3 * Intel Cherry Trail Crystal Cove PMIC operation region driver 16 * We have no docs for the CHT Crystal Cove PMIC. The Asus Zenfone-2 kernel 17 * code has 2 Crystal Cove regulator drivers, one calls the PMIC a "Crystal 24 * CHT Crystal Cove PMIC.
|
| D | Kconfig | 14 bool "ACPI operation region support for Bay Trail Crystal Cove PMIC" 18 version of the Crystal Cove PMIC. 21 bool "ACPI operation region support for Cherry Trail Crystal Cove PMIC" 25 version of the Crystal Cove PMIC.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rtc/ |
| D | stmp3xxx-rtc.txt | 11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits. 13 "no crystal".
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/rtc/ |
| D | stmp3xxx-rtc.txt | 11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits. 13 "no crystal".
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | max3100.c | 15 .crystal = 0, 116 int crystal; /* 1 if 3.6864Mhz crystal 0 for 1.8432 */ member 439 if (s->crystal) in max3100_set_termios() 445 param_new = 14 + s->crystal; in max3100_set_termios() 448 param_new = 13 + s->crystal; in max3100_set_termios() 451 param_new = 12 + s->crystal; in max3100_set_termios() 454 param_new = 11 + s->crystal; in max3100_set_termios() 457 param_new = 10 + s->crystal; in max3100_set_termios() 460 param_new = 9 + s->crystal; in max3100_set_termios() 463 param_new = 8 + s->crystal; in max3100_set_termios() [all …]
|
| /kernel/linux/linux-4.19/drivers/tty/serial/ |
| D | max3100.c | 15 .crystal = 0, 116 int crystal; /* 1 if 3.6864Mhz crystal 0 for 1.8432 */ member 439 if (s->crystal) in max3100_set_termios() 445 param_new = 14 + s->crystal; in max3100_set_termios() 448 param_new = 13 + s->crystal; in max3100_set_termios() 451 param_new = 12 + s->crystal; in max3100_set_termios() 454 param_new = 11 + s->crystal; in max3100_set_termios() 457 param_new = 10 + s->crystal; in max3100_set_termios() 460 param_new = 9 + s->crystal; in max3100_set_termios() 463 param_new = 8 + s->crystal; in max3100_set_termios() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | serial_max3100.h | 15 * @crystal: 1 for 3.6864 Mhz, 0 for 1.8432 26 * .crystal = 0, 43 int crystal; member
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mips/cavium/ |
| D | uctl.txt | 20 either "crystal" or "external". 31 /* Either "crystal" or "external" */ 32 refclk-type = "crystal";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/cavium/ |
| D | uctl.txt | 20 either "crystal" or "external". 31 /* Either "crystal" or "external" */ 32 refclk-type = "crystal";
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | serial_max3100.h | 19 * @crystal: 1 for 3.6864 Mhz, 0 for 1.8432 30 * .crystal = 0, 47 int crystal; member
|
| /kernel/linux/linux-4.19/arch/arm/mach-at91/ |
| D | pm_suspend.S | 167 /* Turn off the crystal oscillator */ 176 /* Turn on the crystal oscillator */ 187 * the external crystal oscillator as a main clock source. 201 /* Disable the crystal oscillator */ 229 /* Enable the crystal oscillator */ 245 /* Switch main clock source to crystal oscillator */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/wireless/ |
| D | esp,esp8089.txt | 12 - esp,crystal-26M-en: Integer value for the crystal_26M_en firmware parameter 28 esp,crystal-26M-en = <2>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/wireless/ |
| D | esp,esp8089.txt | 12 - esp,crystal-26M-en: Integer value for the crystal_26M_en firmware parameter 28 esp,crystal-26M-en = <2>;
|