Home
last modified time | relevance | path

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

/lib/
Dstmp_device.c28 int timeout = 0x400; in stmp_clear_poll_bit() local
32 while ((readl(addr) & mask) && --timeout) in stmp_clear_poll_bit()
35 return !timeout; in stmp_clear_poll_bit()
41 int timeout = 0x400; in stmp_reset_block() local
56 while ((!(readl(reset_addr) & STMP_MODULE_CLKGATE)) && --timeout) in stmp_reset_block()
58 if (unlikely(!timeout)) in stmp_reset_block()
DKconfig.debug924 int "Default timeout for hung task detection (in seconds)"
928 This option controls the default timeout (in seconds) used
936 A timeout of 0 disables the check. The default is two minutes.
995 int "panic timeout"
998 Set the timeout value (in seconds) until a reboot occurs when the
999 the kernel panics. If n = 0, then we wait forever. A timeout
1000 value n > 0 will wait n seconds before rebooting, while a timeout
1576 Only works with drivers that use the generic timeout handling,