Searched refs:async_busy (Results 1 – 2 of 2) sorted by relevance
85 if (card->async_busy) { in hysdn_sched_tx()90 card->async_busy = 0; /* reset request */ in hysdn_sched_tx()93 card->async_busy = 0; /* in case of length error */ in hysdn_sched_tx()158 while (card->async_busy) { in hysdn_tx_cfgline()172 card->async_busy = 1; /* request transfer */ in hysdn_tx_cfgline()183 while (card->async_busy) { in hysdn_tx_cfgline()
182 int volatile async_busy; /* flag != 0 sending in progress */ member