Searched +full:clock +full:- +full:duty +full:- +full:den (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.07 LiteX Mixed Mode Clock Manager clock output binding13 "#clock-cells":17 Number of cells in a clock specifier;18 Typically 0 for nodes with a single clock output19 and 1 for nodes with multiple clock outputs.22 clock-output-names:26 string of clock output signal name.28 litex,clock-frequency:32 default frequency in Hz for clock output[all …]
4 * SPDX-License-Identifier: Apache-2.066 …* https://github.com/Digilent/Zybo-hdmi-out/blob/b991fff6e964420ae3c00c3dbee52f2ad748b3ba/sdk/disp…213 return litex_clk_filter_table[glob_mul - 1]; in litex_clk_lookup_filter()219 return litex_clk_lock_table[glob_mul - 1]; in litex_clk_lookup_lock()234 int assert = (1 << (drp[reg].size * BITS_PER_BYTE)) - 1; in litex_clk_assert_reg()251 timeout = ldev->timeout.lock; in litex_clk_wait()253 timeout = ldev->timeout.drdy; in litex_clk_wait()257 timeout--; in litex_clk_wait()262 return -ETIME; in litex_clk_wait()303 ldev->g_config.mul = 1; in litex_clk_update_global_config()[all …]
4 * SPDX-License-Identifier: Apache-2.062 "Invalid default duty"); \64 lcko = &ldev->clkouts[N]; \65 lcko->id = CLKOUT_ID(N); \67 lcko->clkout_div = clkout_div; \68 lcko->def.freq = CLKOUT_FREQ(N); \69 lcko->def.phase = CLKOUT_PHASE(N); \70 lcko->def.duty.num = CLKOUT_DUTY_NUM(N); \71 lcko->def.duty.den = CLKOUT_DUTY_DEN(N); \72 lcko->margin.m = CLKOUT_MARGIN(N); \[all …]
2 * Copyright (c) 2018 - 2020 Antmicro <www.antmicro.com>4 * SPDX-License-Identifier: Apache-2.07 #include <zephyr/dt-bindings/i2c/i2c.h>10 #address-cells = <1>;11 #size-cells = <1>;12 compatible = "litex,vexriscv", "litex-dev";21 #address-cells = <1>;22 #size-cells = <0>;24 clock-frequency = <100000000>;25 compatible = "litex,vexriscv-standard", "riscv";[all …]