Searched refs:GRAPHIC_GDC (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c64 #define GRAPHIC_GDC 0xa0 macro
229 bus_set_resource(dev, SYS_RES_IOPORT, rid, GRAPHIC_GDC, 1);
703 while ( (inb(GRAPHIC_GDC) & 2) != 0);
704 outb( GRAPHIC_GDC+2, cmd);
710 while ( (inb(GRAPHIC_GDC) & 2) != 0);
711 outb( GRAPHIC_GDC, pmtr);
722 while ( (inb(GRAPHIC_GDC) & 0x04) == 0);
728 while ( (inb(GRAPHIC_GDC) & 0x20) != 0);
729 while ( (inb(GRAPHIC_GDC) & 0x20) == 0);

Completed in 65 milliseconds