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

  /src/sys/arch/hppa/hppa/
autoconf.c 237 u_int led_cycle = (u_int) arg; local in function:hppa_led_blinker
249 if (led_cycle == (0 * HPPA_HEARTBEAT_CYCLES) ||
250 led_cycle == (2 * HPPA_HEARTBEAT_CYCLES)) {
276 led_cycle = (led_cycle + 1) & (_HPPA_LED_FREQ - 1);
278 hppa_led_blinker, (void *) led_cycle);
autoconf.c 237 u_int led_cycle = (u_int) arg; local in function:hppa_led_blinker
249 if (led_cycle == (0 * HPPA_HEARTBEAT_CYCLES) ||
250 led_cycle == (2 * HPPA_HEARTBEAT_CYCLES)) {
276 led_cycle = (led_cycle + 1) & (_HPPA_LED_FREQ - 1);
278 hppa_led_blinker, (void *) led_cycle);

Completed in 62 milliseconds