Searched refs:async_busy (Results 1 – 2 of 2) sorted by relevance
83 if (card->async_busy) { in hysdn_sched_tx()88 card->async_busy = 0; /* reset request */ in hysdn_sched_tx()91 card->async_busy = 0; /* in case of length error */ in hysdn_sched_tx()157 while (card->async_busy) { in hysdn_tx_cfgline()175 card->async_busy = 1; /* request transfer */ in hysdn_tx_cfgline()188 while (card->async_busy) { in hysdn_tx_cfgline()
191 int volatile async_busy; /* flag != 0 sending in progress */ member