Searched refs:RTW89_WAIT_COND_IDLE (Results 1 – 2 of 2) sorted by relevance
3468 cur = atomic_cmpxchg(&wait->cond, RTW89_WAIT_COND_IDLE, cond); in rtw89_wait_for_cond()3469 if (cur != RTW89_WAIT_COND_IDLE) in rtw89_wait_for_cond()3474 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE); in rtw89_wait_for_cond()3489 cur = atomic_cmpxchg(&wait->cond, cond, RTW89_WAIT_COND_IDLE); in rtw89_complete_cond()
3575 #define RTW89_WAIT_COND_IDLE UINT_MAX macro3593 atomic_set(&wait->cond, RTW89_WAIT_COND_IDLE); in rtw89_init_wait()