Home
last modified time | relevance | path

Searched refs:slow_poll_ticks (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c459 return (get_pnz(p_str, &dtls->slow_poll_ticks)); in act_slow_poll()
568 if (dtls->slow_poll_ticks == 0) in fc_led_parse()
569 dtls->slow_poll_ticks = DFLT_SLOW_POLL; in fc_led_parse()
586 dtls->slow_poll_ticks += dtls->fast_poll - 1; /* for round up */ in fc_led_parse()
587 dtls->slow_poll_ticks /= dtls->fast_poll; in fc_led_parse()
H A Dfcal_leds.h266 int slow_poll_ticks; /* fast polls per slow poll */ member
H A Dfcal_leds.c451 slow_poll_count = dtls->slow_poll_ticks; in fcal_poll_thread()
481 slow_poll_count = dtls->slow_poll_ticks; in fcal_poll_thread()