| /linux/Documentation/devicetree/bindings/clock/ |
| A D | brcm,iproc-clocks.yaml | 20 reference clock of the onboard crystal. 109 crystal N/A N/A N/A 111 armpll crystal N/A N/A 159 crystal N/A N/A N/A 161 armpll crystal N/A N/A 180 crystal N/A N/A N/A 182 armpll crystal N/A N/A 184 genpll crystal 0 BCM_NSP_GENPLL 215 crystal N/A N/A N/A 273 crystal N/A N/A N/A [all …]
|
| A 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.
|
| A D | renesas,r9a06g032-sysctrl.yaml | 23 - description: External 40 MHz crystal 24 - description: Optional external 32.768 kHz crystal
|
| A D | vf610-clock.txt | 16 - sxosc (external crystal oscillator 32KHz, recommended) 17 - fxosc (external crystal oscillator 24MHz, recommended)
|
| A 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
|
| A D | rockchip,rk3188-cru.yaml | 25 - "xin24m" - crystal input - required 27 - "xin27m" - 27mhz crystal input on RK3066 - optional
|
| A D | idt,versaclock5.yaml | 139 # Devices with builtin crystal + optional external input 146 # Devices without builtin crystal 157 /* 25MHz reference crystal */
|
| /linux/arch/powerpc/boot/ |
| A D | mpc8xx.c | 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()
|
| A D | pq2.c | 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()
|
| A D | mpc8xx.h | 9 u32 mpc885_get_clock(u32 crystal); 10 int mpc885_fixup_clocks(u32 crystal);
|
| A D | pq2.h | 7 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq, 10 int pq2_fixup_clocks(u32 crystal);
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| A 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()
|
| A D | gt215.c | 50 return device->crystal; in read_vco() 73 return device->crystal; in read_clk() 88 return device->crystal; in read_clk() 152 return device->crystal; in gt215_clk_read()
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| A 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/Documentation/devicetree/bindings/mips/cavium/ |
| A D | uctl.txt | 20 either "crystal" or "external". 31 /* Either "crystal" or "external" */ 32 refclk-type = "crystal";
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| A 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()
|
| A D | nv50.c | 110 pwm_clock = (device->crystal * 1000) >> pwm_div; in nv50_fan_pwm_clock() 114 pwm_clock = (device->crystal * 1000) / 20; in nv50_fan_pwm_clock()
|
| A D | gm107.c | 54 return therm->subdev.device->crystal * 1000; in gm107_fan_pwm_clock()
|
| /linux/Documentation/devicetree/bindings/net/wireless/ |
| A D | esp,esp8089.yaml | 19 esp,crystal-26M-en: 39 esp,crystal-26M-en = <2>;
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| A 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/Documentation/devicetree/bindings/usb/ |
| A D | octeon-usb.txt | 25 "crystal" or "external". 54 cavium,refclk-type = "crystal";
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | cs43130.txt | 20 When external MCLK is generated by external crystal 22 for external crystal. Amount of bias current sent is
|
| /linux/arch/mips/boot/dts/cavium-octeon/ |
| A D | octeon_3xxx.dts | 364 /* Either "crystal" or "external" */ 365 refclk-type = "crystal"; 384 /* Either "crystal" or "external" */ 385 refclk-type = "crystal";
|
| A D | dlink_dsr-500n-1000n.dtsi | 48 refclk-type = "crystal";
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-platform-power-on-reason | 9 "crystal oscillator failure", "brown-out reset",
|