Home
last modified time | relevance | path

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

/dports/sysutils/syslinux/syslinux-6.03/core/
H A 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]
H A Dbios.inc38 BIOS_timer resw 1 ; Timer ticks
H A Dtimer.inc19 ;; about the BIOS_timer variable wrapping around at "midnight" and other
/dports/sysutils/syslinux/syslinux-6.03/core/include/
H A Dbios.h36 #define BIOS_timer 0x046C /* Timer ticks */ macro