Searched +full:divider +full:- +full:frac +full:- +full:4 (Results 1 – 5 of 5) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.06 compatible: "raspberrypi,pico-pwm"8 include: [pwm-controller.yaml, pinctrl-device.yaml, reset-device.yaml, base.yaml]17 divider-int-0:20 The integral part of the divider for pwm slice 0.22 as the integer part of the divider.26 divider-frac-0:29 The fractional part of the divider for pwm slice 0.30 This number should be in the range 0 - 15.31 When the "divider-int-0" is set to 0 or is not defined, this property will be[all …]
7 divider-frac-4 = <15>;8 divider-int-4 = <255>;
11 divider-frac-4 = <15>;12 divider-int-4 = <255>;
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()286 /* Get global divider and multiplier values and update global config */[all …]
4 * SPDX-License-Identifier: Apache-2.028 #define DRP_DRDY 464 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 …]