Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsc1200wdt.c49 #define MAX_TIMEOUT 255 /* 255 minutes */ macro
160 if (timeout > MAX_TIMEOUT) in sc1200wdt_open()
161 timeout = MAX_TIMEOUT; in sc1200wdt_open()
204 if (new_timeout < 0 || new_timeout > MAX_TIMEOUT) in sc1200wdt_ioctl()
/linux-2.4.37.9/drivers/net/
Damd8111e.h720 #define MAX_TIMEOUT 40 macro
Damd8111e.c394 if( timeout > MAX_TIMEOUT || in amd8111e_set_coalesce()
407 if( timeout > MAX_TIMEOUT || in amd8111e_set_coalesce()