Searched refs:MAX_UDELAY_MS (Results 1 – 1 of 1) sorted by relevance
29 #ifndef MAX_UDELAY_MS30 #define MAX_UDELAY_MS 5 macro45 (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : \
Completed in 5 milliseconds