OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_DELAY_PORT
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/include/
bios.h
51
#define
IO_DELAY_PORT
0x80 /* Invalid port (we hope!) */
55
outb(0x0,
IO_DELAY_PORT
);
56
outb(0x0,
IO_DELAY_PORT
);
/external/syslinux/memdisk/
memdisk16.asm
232
%define
IO_DELAY_PORT
80h ; Invalid port (we hope!)
248
_io_delay: out
IO_DELAY_PORT
,al
249
out
IO_DELAY_PORT
,al
Completed in 181 milliseconds