OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIOS_timer
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/include/
bios.h
36
#define
BIOS_timer
0x046C /* Timer ticks */
/external/syslinux/core/
pxelinux.asm
305
; Note: use
BIOS_timer
here; we may not have jiffies set up.
327
.wait2: mov dx,[
BIOS_timer
]
331
cmp dx,[
BIOS_timer
]
Completed in 3391 milliseconds