Home
last modified time | relevance | path

Searched refs:crystal (Results 1 – 25 of 89) sorted by relevance

1234

/linux-6.12.1/arch/powerpc/boot/
Dmpc8xx.c20 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()
Dpq2.c28 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()
Dmpc8xx.h9 u32 mpc885_get_clock(u32 crystal);
10 int mpc885_fixup_clocks(u32 crystal);
Dpq2.h7 int pq2_get_clocks(u32 crystal, u32 *sysfreq, u32 *corefreq,
10 int pq2_fixup_clocks(u32 crystal);
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dpllnv04.c48 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()
Dgt215.c50 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()
Dgf100.c75 sclk = device->crystal; in read_pll()
107 return device->crystal; in read_div()
166 return device->crystal; in gf100_clk_read()
Dgk104.c77 sclk = device->crystal; in read_pll()
115 return device->crystal; in read_div()
197 return device->crystal; in gk104_clk_read()
/linux-6.12.1/Documentation/devicetree/bindings/mips/cavium/
Ductl.txt20 either "crystal" or "external".
31 /* Either "crystal" or "external" */
32 refclk-type = "crystal";
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgf119.c114 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()
Dnv50.c110 pwm_clock = (device->crystal * 1000) >> pwm_div; in nv50_fan_pwm_clock()
114 pwm_clock = (device->crystal * 1000) / 20; in nv50_fan_pwm_clock()
Dgt215.c50 nvkm_wr32(device, 0x00e724, device->crystal * 1000); in gt215_therm_init()
Dgm107.c54 return therm->subdev.device->crystal * 1000; in gm107_fan_pwm_clock()
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dvf610-clock.txt16 - sxosc (external crystal oscillator 32KHz, recommended)
17 - fxosc (external crystal oscillator 24MHz, recommended)
Dti,cdce706.txt14 in case of crystal oscillator or differential signal input
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Docteon-usb.txt25 "crystal" or "external".
54 cavium,refclk-type = "crystal";
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcs43130.txt20 When external MCLK is generated by external crystal
22 for external crystal. Amount of bias current sent is
/linux-6.12.1/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts364 /* Either "crystal" or "external" */
365 refclk-type = "crystal";
384 /* Either "crystal" or "external" */
385 refclk-type = "crystal";
Ddlink_dsr-500n-1000n.dtsi48 refclk-type = "crystal";
Dubnt_e100.dts55 refclk-type = "crystal";
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-platform-power-on-reason9 "crystal oscillator failure", "brown-out reset",
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
Dnv41.c32 u32 f = device->crystal; in nv41_timer_init()
/linux-6.12.1/drivers/media/common/siano/
Dsms-cards.h84 unsigned int crystal; member
/linux-6.12.1/arch/arm/boot/dts/marvell/
Dkirkwood-ts219.dtsi111 * working (probably no crystal assembled).
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8x-colibri-eval-v3.dtsi14 /* fixed crystal dedicated to mcp25xx */

1234