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

  /src/sys/arch/hppa/hppa/
autoconf.c 238 int leds, led_i, led; local in function:hppa_led_blinker
257 for (led_i = 0, led = (1 << 0);
258 led_i < _HPPA_LEDS_BLINKABLE;
259 led_i++, led <<= 1) {
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]--;
autoconf.c 238 int leds, led_i, led; local in function:hppa_led_blinker
257 for (led_i = 0, led = (1 << 0);
258 led_i < _HPPA_LEDS_BLINKABLE;
259 led_i++, led <<= 1) {
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 140 milliseconds