Home
last modified time | relevance | path

Searched refs:MAX_UDELAY_MS (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Ddelay.h29 #ifndef MAX_UDELAY_MS
30 #define MAX_UDELAY_MS 5 macro
45 (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : \

Completed in 5 milliseconds