Home
last modified time | relevance | path

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

/xv6-public/
H A Dconsole.c128 #define CRTPORT 0x3d4 macro
137 outb(CRTPORT, 14); in cgaputc()
138 pos = inb(CRTPORT+1) << 8; in cgaputc()
139 outb(CRTPORT, 15); in cgaputc()
140 pos |= inb(CRTPORT+1); in cgaputc()
158 outb(CRTPORT, 14); in cgaputc()
159 outb(CRTPORT+1, pos>>8); in cgaputc()
160 outb(CRTPORT, 15); in cgaputc()
161 outb(CRTPORT+1, pos); in cgaputc()