Searched defs:vidport (Results 1 - 1 of 1) sorted by relevance

/arch/x86/boot/compressed/
H A Dmisc.c123 static int vidport; variable
217 outb(14, vidport);
218 outb(0xff & (pos >> 9), vidport+1);
219 outb(15, vidport);
220 outb(0xff & (pos >> 1), vidport+1);
370 vidport = 0x3b4;
373 vidport = 0x3d4;

Completed in 138 milliseconds