Searched refs:IO_DELAY_PORT (Results 1 – 3 of 3) sorted by relevance
51 #define IO_DELAY_PORT 0x80 /* Invalid port (we hope!) */ macro55 outb(0x0, IO_DELAY_PORT); in io_delay()56 outb(0x0, IO_DELAY_PORT); in io_delay()
23 %define IO_DELAY_PORT 80h ; Invalid port (we hope!)26 out IO_DELAY_PORT,al27 out IO_DELAY_PORT,al
232 %define IO_DELAY_PORT 80h ; Invalid port (we hope!)248 _io_delay: out IO_DELAY_PORT,al249 out IO_DELAY_PORT,al