Searched refs:POWMAN_TIMER_RUN_BITS (Results 1 – 2 of 2) sorted by relevance
129 return powman_hw->timer & POWMAN_TIMER_RUN_BITS; in powman_timer_is_running()136 powman_clear_bits(&powman_hw->timer, POWMAN_TIMER_RUN_BITS); in powman_timer_stop()143 powman_set_bits(&powman_hw->timer, POWMAN_TIMER_RUN_BITS); in powman_timer_start()
1475 #define POWMAN_TIMER_RUN_BITS _u(0x00000002) macro