/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 …]
|
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
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
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()
|
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()
|
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 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 | 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()
|
/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-5.10/drivers/tty/serial/ |
D | max3100.c | 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() 466 param_new = 1 + s->crystal; in max3100_set_termios() [all …]
|
/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-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | gf119.c | 113 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()
|
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()
|
D | gt215.c | 50 nvkm_wr32(device, 0x00e724, device->crystal * 1000); in gt215_therm_init()
|
D | gm107.c | 54 return therm->subdev.device->crystal * 1000; in gm107_fan_pwm_clock()
|
/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-5.10/Documentation/devicetree/bindings/usb/ |
D | octeon-usb.txt | 25 "crystal" or "external". 54 cavium,refclk-type = "crystal";
|
/kernel/linux/linux-5.10/include/linux/ |
D | serial_max3100.h | 43 int crystal; member
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
D | tango-ir.txt | 8 - clocks: spec for IR clock (typically the crystal oscillator)
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dts | 364 /* Either "crystal" or "external" */ 365 refclk-type = "crystal"; 384 /* Either "crystal" or "external" */ 385 refclk-type = "crystal";
|
D | dlink_dsr-500n-1000n.dtsi | 48 refclk-type = "crystal";
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv41.c | 32 u32 f = device->crystal; in nv41_timer_init()
|