Searched refs:no_cnt (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_litex.c | 457 lcko->div.low_time, lcko->div.no_cnt); in litex_clk_print_params() 582 uint8_t no_cnt = 0, edge = 0, ht = 0, lt = 0, in litex_clk_set_divreg() local 587 no_cnt = 1; in litex_clk_set_divreg() 598 (no_cnt << NO_CNT_DIVREG_POS) | in litex_clk_set_divreg() 617 uint8_t no_cnt = 0, edge = 0, ht = 0, lt = 0, in litex_clk_set_mulreg() local 622 no_cnt = 1; in litex_clk_set_mulreg() 640 if (edge || no_cnt) { in litex_clk_set_mulreg() 642 (no_cnt << NO_CNT_POS); in litex_clk_set_mulreg() 851 uint8_t clkout_nr, high_time, edge, no_cnt, frac_en, frac_cnt; in litex_clk_get_duty_cycle() local 861 no_cnt = (clkout_reg2 >> NO_CNT_POS) & NO_CNT_MASK; in litex_clk_get_duty_cycle() [all …]
|
D | clock_control_litex.h | 185 uint8_t no_cnt; member
|