/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | brcm,iproc-clocks.yaml | 16 LCPLL0, MIPIPLL, and etc., all derived from an onboard crystal. Each PLL 20 reference clock of the onboard crystal. 60 most iProc PLLs, this is an onboard crystal with a fixed rate. 109 crystal N/A N/A N/A 111 armpll crystal N/A N/A 113 keypad crystal (ASIU) 0 BCM_CYGNUS_ASIU_KEYPAD_CLK 114 adc/tsc crystal (ASIU) 1 BCM_CYGNUS_ASIU_ADC_CLK 115 pwm crystal (ASIU) 2 BCM_CYGNUS_ASIU_PWM_CLK 117 genpll crystal 0 BCM_CYGNUS_GENPLL 125 lcpll0 crystal 0 BCM_CYGNUS_LCPLL0 [all …]
|
D | mobileye,eyeq5-clk.yaml | 11 crystal clock. It also exposes one divider clock, a child of one of the PLLs. 37 Input parent clock to all PLLs. Expected to be the main crystal.
|
D | vf610-clock.txt | 16 - sxosc (external crystal oscillator 32KHz, recommended) 17 - fxosc (external crystal oscillator 24MHz, recommended)
|
D | renesas,r9a06g032-sysctrl.yaml | 23 - description: External 40 MHz crystal 24 - description: Optional external 32.768 kHz crystal
|
D | idt,versaclock5.yaml | 139 # Devices with builtin crystal + optional external input 146 # Devices without builtin crystal 157 /* 25MHz reference crystal */
|
D | samsung,s5pv210-clock.yaml | 18 - "xxti" - external crystal oscillator connected to XXTI and XXTO pins of 20 - "xusbxti" - external crystal oscillator connected to XUSBXTI and XUSBXTO
|
D | rockchip,rk3188-cru.yaml | 25 - "xin24m" - crystal input - required 27 - "xin27m" - 27mhz crystal input on RK3066 - optional
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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);
|
/linux-6.12.1/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.
|
/linux-6.12.1/Documentation/devicetree/bindings/rtc/ |
D | fsl,stmp3xxx-rtc.yaml | 31 stmp,crystal-freq: 33 Override crystal frequency as determined from fuse bits. 34 Use <0> for "no crystal".
|
/linux-6.12.1/Documentation/devicetree/bindings/mips/cavium/ |
D | uctl.txt | 20 either "crystal" or "external". 31 /* Either "crystal" or "external" */ 32 refclk-type = "crystal";
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | renesas,raa215300.yaml | 16 built-in Real-Time Clock (RTC), 32kHz crystal oscillator, and coin cell 51 Use xin, if connected to an external crystal. 66 /* 32.768kHz crystal */
|
/linux-6.12.1/drivers/rtc/ |
D | rtc-stmp3xxx.c | 300 * This clock can be provided by an external 32k crystal. If that one is in stmp3xxx_rtc_probe() 312 of_property_read_u32(pdev->dev.of_node, "stmp,crystal-freq", in stmp3xxx_rtc_probe() 317 /* keep 32kHz crystal running in low-power mode */ in stmp3xxx_rtc_probe() 324 /* keep 32.768kHz crystal running in low-power mode */ in stmp3xxx_rtc_probe() 332 "invalid crystal-freq specified in device-tree. Assuming no crystal\n"); in stmp3xxx_rtc_probe()
|
/linux-6.12.1/Documentation/devicetree/bindings/net/wireless/ |
D | esp,esp8089.yaml | 19 esp,crystal-26M-en: 39 esp,crystal-26M-en = <2>;
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | octeon-usb.txt | 25 "crystal" or "external". 54 cavium,refclk-type = "crystal";
|
/linux-6.12.1/arch/x86/kernel/ |
D | tsc_msr.c | 24 * use a 25 MHz crystal and Cherry Trail uses a 19.2 MHz crystal, the crystal 138 * 24 MHz crystal? : 24 * 13 / 4 = 78 MHz
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | gf119.c | 114 return (device->crystal * 1000) / 20; in gf119_fan_pwm_clock() 116 return device->crystal * 1000 / 10; in gf119_fan_pwm_clock() 130 nvkm_wr32(device, 0x00e724, device->crystal * 1000); in gf119_therm_init()
|
/linux-6.12.1/Documentation/input/devices/ |
D | cs461x.rst | 1 Crystal SoundFusion CS4610/CS4612/CS461 joystick 5 Crystal SoundFusion CS4610/CS4612/CS4615. This code is based upon
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cs43130.txt | 20 When external MCLK is generated by external crystal 22 for external crystal. Amount of bias current sent is
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-crystalcove.c | 3 * Intel Crystal Cove GPIO Driver 65 * struct crystalcove_gpio - Crystal Cove GPIO controller 266 .name = "Crystal Cove", 396 MODULE_DESCRIPTION("Intel Crystal Cove GPIO Driver");
|