Home
last modified time | relevance | path

Searched refs:countdown (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/x86/lib/
A Di8254.c18 uint countdown; in i8254_set_beep_freq() local
20 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()
/u-boot/drivers/net/
A Dbcm-sf2-eth-gmac.c28 uint countdown = (us) + 9; \
29 while ((exp) && (countdown >= 10)) {\
31 countdown -= 10; \
/u-boot/doc/
A DREADME.autoboot153 After the countdown timed out, the board will be reset to restart
/u-boot/common/
A DKconfig.boot941 CONFIG_BOOTDELAY countdown and/or running the auto-boot command resp.
/u-boot/
A DREADME2521 If defined (must be an integer), print out countdown

Completed in 11 milliseconds