Home
last modified time | relevance | path

Searched refs:BIOS_timer (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/
Dpxelinux.asm305 ; Note: use BIOS_timer here; we may not have jiffies set up.
327 .wait2: mov dx,[BIOS_timer]
331 cmp dx,[BIOS_timer]
Dbios.inc38 BIOS_timer resw 1 ; Timer ticks
Dtimer.inc19 ;; about the BIOS_timer variable wrapping around at "midnight" and other
/external/syslinux/core/include/
Dbios.h36 #define BIOS_timer 0x046C /* Timer ticks */ macro