Searched refs:next_hi (Results 1 – 2 of 2) sorted by relevance
57 uint32_t next_hi = powman_hw->read_time_upper; in powman_timer_get_ms() local58 if (hi == next_hi) break; in powman_timer_get_ms()59 hi = next_hi; in powman_timer_get_ms()
68 uint32_t next_hi = timer->timerawh; in timer_time_us_64() local69 if (hi == next_hi) break; in timer_time_us_64()70 hi = next_hi; in timer_time_us_64()