Searched refs:countdown (Results 1 – 5 of 5) sorted by relevance
18 uint countdown; in i8254_set_beep_freq() local20 countdown = PIT_TICK_RATE / frequency_hz; in i8254_set_beep_freq()22 outb(countdown & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()23 outb((countdown >> 8) & 0xff, PIT_BASE + PIT_T2); in i8254_set_beep_freq()
28 uint countdown = (us) + 9; \29 while ((exp) && (countdown >= 10)) {\31 countdown -= 10; \
153 After the countdown timed out, the board will be reset to restart
941 CONFIG_BOOTDELAY countdown and/or running the auto-boot command resp.
2521 If defined (must be an integer), print out countdown
Completed in 11 milliseconds