Home
last modified time | relevance | path

Searched refs:vco (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi384 litex,vco-freq-min = <600000000>;
385 litex,vco-freq-max = <1200000000>;
388 litex,vco-margin = <0>;
/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.c751 if (vco_freq > ldev->vco.max || vco_freq < ldev->vco.min) { in litex_clk_set_both_globs()
756 if (vco_freq > ldev->vco.max || vco_freq < ldev->vco.min) { in litex_clk_set_both_globs()
1324 below = vco_freq < (ldev->vco.min in litex_clk_calc_all_params()
1326 above = vco_freq > (ldev->vco.max in litex_clk_calc_all_params()
1697 ldev->vco.min = VCO_FREQ_MIN; in litex_clk_dts_global_ranges_read()
1698 ldev->vco.max = VCO_FREQ_MAX; in litex_clk_dts_global_ranges_read()
1790 .vco = {VCO_FREQ_MIN, VCO_FREQ_MAX},
Dclock_control_litex.h243 struct litex_clk_range vco; /* vco_freq_range */ member
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst41 … FPGA-specific configuration (parameters from ``litex,divclk-divide-min`` to ``litex,vco-margin``).