Home
last modified time | relevance | path

Searched refs:NO_CNT_MASK (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_control_litex.h111 #define NO_CNT_MASK 0x1 macro
Dclock_control_litex.c302 if (mult2 & (NO_CNT_MASK << NO_CNT_POS)) { in litex_clk_update_global_config()
316 if (divreg & (NO_CNT_MASK << NO_CNT_DIVREG_POS)) { in litex_clk_update_global_config()
861 no_cnt = (clkout_reg2 >> NO_CNT_POS) & NO_CNT_MASK; in litex_clk_get_duty_cycle()