Searched refs:reg_tmr_ctrl0 (Results 1 – 2 of 2) sorted by relevance
42 reg_tmr_ctrl0 |= FLD_TMR0_EN; in timer_start()45 reg_tmr_ctrl0 |= FLD_TMR1_EN; in timer_start()62 reg_tmr_ctrl0 &= (~FLD_TMR0_EN); in timer_stop()65 reg_tmr_ctrl0 &= (~FLD_TMR1_EN); in timer_stop()88 reg_tmr_ctrl0 &= (~FLD_TMR0_MODE); in timer_set_mode()89 reg_tmr_ctrl0 |= mode; in timer_set_mode()93 reg_tmr_ctrl0 &= (~FLD_TMR1_MODE); in timer_set_mode()94 reg_tmr_ctrl0 |= (mode<<4); in timer_set_mode()
32 #define reg_tmr_ctrl0 REG_ADDR8(0x140140) macro