Home
last modified time | relevance | path

Searched refs:IO_DELAY_PORT (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/include/
Dbios.h51 #define IO_DELAY_PORT 0x80 /* Invalid port (we hope!) */ macro
55 outb(0x0, IO_DELAY_PORT); in io_delay()
56 outb(0x0, IO_DELAY_PORT); in io_delay()
/external/syslinux/core/
Dio.inc23 %define IO_DELAY_PORT 80h ; Invalid port (we hope!)
26 out IO_DELAY_PORT,al
27 out IO_DELAY_PORT,al
/external/syslinux/memdisk/
Dmemdisk16.asm232 %define IO_DELAY_PORT 80h ; Invalid port (we hope!)
248 _io_delay: out IO_DELAY_PORT,al
249 out IO_DELAY_PORT,al