Searched refs:TMR1CTL_ENABLE (Results 1 – 3 of 3) sorted by relevance
27 #define TMR1CTL_ENABLE BIT(7) macro46 setbits_le32(priv->regs + TIMER_REG_TMR1CTL, TMR1CTL_ENABLE); in mt762x_wdt_start()57 clrbits_le32(priv->regs + TIMER_REG_TMR1CTL, TMR1CTL_ENABLE); in mt762x_wdt_stop()
30 #define TMR1CTL_ENABLE BIT(7) macro88 t |= TMR1CTL_ENABLE; in mt7621_wdt_start()102 t &= ~TMR1CTL_ENABLE; in mt7621_wdt_stop()123 return !!(rt_wdt_r32(drvdata->base, TIMER_REG_TMR1CTL) & TMR1CTL_ENABLE); in mt7621_wdt_is_running()
33 #define TMR1CTL_ENABLE BIT(7) macro91 t |= TMR1CTL_ENABLE; in rt288x_wdt_start()105 t &= ~TMR1CTL_ENABLE; in rt288x_wdt_stop()