HomeSort by: relevance | last modified time | path
    Searched refs:_hppa_led_on_cycles (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/hppa/
machdep.h 134 extern int _hppa_led_on_cycles[];
137 if (_hppa_led_on_cycles[i] == -1) \
138 _hppa_led_on_cycles[i] = 1; \
142 _hppa_led_on_cycles[i] = (((ms) * _HPPA_LED_FREQ) / 1000); \
autoconf.c 146 int _hppa_led_on_cycles[_HPPA_LEDS_BLINKABLE]; variable in typeref:typename:int[]
193 memset(_hppa_led_on_cycles, 0, sizeof(_hppa_led_on_cycles));
251 _hppa_led_on_cycles[HPPA_LED_HEARTBEAT] =
260 if (_hppa_led_on_cycles[led_i] > 0)
262 if (_hppa_led_on_cycles[led_i] >= 0)
263 _hppa_led_on_cycles[led_i]--;

Completed in 13 milliseconds