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

/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c63 #define TEXT_GDC 0x60 macro
218 bus_set_resource(dev, SYS_RES_IOPORT, rid, TEXT_GDC, 1);
450 TEXT_GDC, 16, TEXT_GDC, /* va_io*, XXX */
672 while ( (inb(TEXT_GDC) & 2) != 0);
673 outb(TEXT_GDC+2, cmd);
678 while ( (inb(TEXT_GDC) & 2) != 0);
679 outb(TEXT_GDC, pmtr);
691 while ( (inb(TEXT_GDC) & 4) == 0);
697 while ( (inb(TEXT_GDC)
[all...]

Completed in 129 milliseconds