Lines Matching refs:TIMER_REGS
56 #define TIMER_REGS \ macro
141 TIMER_REGS->CTRL = 0U; in timer_restart()
142 TIMER_REGS->CTRL = MCHP_RTMR_CTRL_BLK_EN; in timer_restart()
143 TIMER_REGS->PRLD = countdown; in timer_restart()
144 TIMER_REGS->CTRL = TIMER_START_VAL; in timer_restart()
161 uint32_t ccr = TIMER_REGS->CNT; in timer_count()
163 if ((ccr == 0) && (TIMER_REGS->CTRL & MCHP_RTMR_CTRL_START)) { in timer_count()
200 TIMER_REGS->CTRL = 0U; /* stop timer */ in sys_clock_set_timeout()
220 TIMER_REGS->CTRL = 0u; in sys_clock_set_timeout()
368 TIMER_REGS->CTRL = 0U; in sys_clock_disable()
408 TIMER_REGS->CTRL = 0u; in sys_clock_driver_init()
435 while (TIMER_REGS->CNT == 0) { in sys_clock_driver_init()