Searched refs:LED_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
119 #define LED_TIMEOUT hz / 20 /* 20 times a second */ macro120 #define LED_NET_ACTIVE (1000000/hz) * LED_TIMEOUT /* delay in us for net activity */271 callout_reset(&led_timo_ch, LED_TIMEOUT, ledTimeout, NULL); in sequoiaInit()567 callout_reset(&led_timo_ch, LED_TIMEOUT, ledTimeout, NULL); in ledTimeout()