Home
last modified time | relevance | path

Searched refs:VCO (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-frequency-adf43717 The ADF4371 has an integrated VCO with fundamendal output
23 all the other channels, since it involves changing the VCO
/kernel/linux/linux-5.10/drivers/clk/qcom/
Dclk-cpu-8996.c139 VCO(3, 250000000, 500000000),
140 VCO(2, 500000000, 750000000),
141 VCO(1, 750000000, 1000000000),
142 VCO(0, 1000000000, 2150400000),
Dclk-alpha-pll.h50 #define VCO(a, b, c) { \ macro
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt56 - adi,aux-output-fundamental-enable: Selects fundamental VCO output on
/kernel/linux/linux-5.10/drivers/media/i2c/
Dov5640.c1260 u32 multiplier, prediv, VCO, sysdiv, pll_rdiv; in ov5640_get_sysclk() local
1300 VCO = xvclk * multiplier / prediv; in ov5640_get_sysclk()
1302 sysclk = VCO / sysdiv / pll_rdiv * 2 / bit_div2x / sclk_rdiv; in ov5640_get_sysclk()
/kernel/linux/linux-5.10/Documentation/fb/
Dmatroxfb.rst337 But Matrox says on product sheet that VCO limit is 50-250 MHz, so I believe
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch6435 + * USB2 PLL use ring VCO, when the PLL power up, the ring
6436 + * VCO’s supply also ramp up. There is a possibility that
6437 + * the ring VCO start oscillation at multi nodes in this
6438 + * phase, especially for VCO which has many stages, then
6440 + * hold_ring_off can force the VCO in one determined state
6441 + * to avoid the multiwave issue when VCO supply start ramp
D0015_linux_drivers_clk.patch5492 +/* The min,max values for PLL VCO (Hz) */
5499 +/* The maximum value for PLL VCO according to data sheet */
D0027_linux_drivers_media.patch8621 + int Multiplier, PreDiv, VCO, SysDiv, Pll_rdiv;
8648 + VCO = xvclk * Multiplier / PreDiv;
8650 + sysclk = VCO / SysDiv / Pll_rdiv * 2 / Bit_div2x / sclk_rdiv;
D0020_linux_drivers_gpu.patch24379 + DRM_WARN("VCO (%d KHz) not supported\n", vco_freq);
24382 + DRM_INFO("VCO frequency is %d KHz\n", vco_freq);
24441 + DRM_WARN("VCO (%d KHz) not supported\n", vco_freq);
24444 + DRM_INFO("VCO frequency is %d KHz\n", vco_freq);
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch20382 - /* Workaround for ERR010728, failure of PCI-e PLL VCO to
20809 + /* Workaround for ERR010728, failure of PCI-e PLL VCO to