Searched refs:TIMEOUT_READY (Results 1 – 4 of 4) sorted by relevance
51 #define TIMEOUT_READY 10 // 100 mSec macro
291 #define TIMEOUT_READY 100 // 100 mSec macro
152 timer = jiffies + TIMEOUT_READY; // calculate the timeout value in IdeCmd()
251 for ( z = 0; z < (TIMEOUT_READY * 4); z++ ) in WaitReady()