Searched refs:hi_target (Results 1 – 2 of 2) sorted by relevance
322 uint32_t hi_target = (uint32_t)(target >> 32u); in timer_time_reached() local324 return (hi >= hi_target && (timer->timerawl >= (uint32_t) target || hi != hi_target)); in timer_time_reached()
112 uint32_t hi_target = (uint32_t)(target >> 32u); in timer_busy_wait_until() local114 while (hi < hi_target) { in timer_busy_wait_until()118 while (hi == hi_target && timer->timerawl < (uint32_t) target) { in timer_busy_wait_until()